Skip to content

Commit 4be02b7

Browse files
committed
Updated .gitmodules, FV3 and modulefiles/wcoss_phase2/fv3_coupled to use the model on wcoss phase2.
1 parent b116b71 commit 4be02b7

File tree

3 files changed

+16
-27
lines changed

3 files changed

+16
-27
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[submodule "FV3"]
22
path = FV3
3-
url = https://github.com/NOAA-EMC/fv3atm
4-
branch = develop
3+
url = https://github.com/binli2337/fv3atm
4+
branch = wcoss2_test
55
[submodule "NEMS"]
66
path = NEMS
77
url = https://github.com/NOAA-EMC/NEMS.git

modulefiles/wcoss_phase2/fv3_coupled

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,42 +11,31 @@ module-whatis "loads NEMS FV3 prerequisites on Gyre and Tide"
1111
# NOTE: the "module purge" and loading of the module command are
1212
# handled by the module-setup.sh (or .csh) script.
1313

14+
module use /usrx/local/dev/modulefiles
15+
module load cmake/3.6.2
1416

15-
module use /usrx/local/dev/modulefiles/
16-
17-
##
18-
## load programming environment
19-
## this typically includes compiler, MPI and job scheduler
20-
##
21-
module load ics/16.0.3
22-
module load ibmpe
17+
module use /usrx/local/modulefiles
18+
module load ips/18.0.1.163
2319
module load NetCDF
20+
module load lsf
21+
module load python/2.7.14
2422

25-
# Build scripts want static linking, but the /usr version of libz is
26-
# only dynamic. We'll use the nwprod version instead.
27-
module load z
28-
29-
# Execution requirements
30-
module load lsf
31-
32-
# WW3 grib
23+
module use -a /nwprod2/lib/modulefiles
3324
module load jasper/v1.900.1
3425
module load png/v1.2.44
3526
module load z/v1.2.6
36-
module load crtm/v2.2.4
3727

38-
module use -a /nceplibs/NCEPLIBS/modulefiles
39-
module load g2/3.1.1
40-
##
41-
### load nceplibs libraries
42-
###
28+
module use -a /usrx/local/nceplibs/NCEPLIBS/modulefiles
4329
module load bacio/2.0.3
4430
module load ip/3.0.2
4531
module load sp/2.0.3
4632
module load w3nco/2.0.7
47-
module load w3emc/2.3.1
33+
module load w3emc/2.4.0
4834
module load nemsio/2.2.4
35+
module load g2tmpl/1.6.0
36+
module load crtm/2.3.0
37+
module load g2/3.1.1
4938

5039
#ESMF lib
5140
module use /nems/noscrub/emc.nemspara/soft/modulefiles
52-
module load esmf/8.0.0
41+
module load esmf/8.0.0_intel18

0 commit comments

Comments
 (0)