Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#151 from WalterKolczynski-NOAA/feature/ge…
Browse files Browse the repository at this point in the history
…fs_gfsv16

Update GEFS version of g-w for GFS v16 downstream
  • Loading branch information
WalterKolczynski-NOAA committed Oct 7, 2020
2 parents 5c3b586 + 06a5971 commit 74b9e1f
Show file tree
Hide file tree
Showing 90 changed files with 10,186 additions and 158 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exec
16 changes: 16 additions & 0 deletions modulefiles/fv3gfs/enkf_chgres_recenter_nc.hera
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#%Module#####################################################
## enkf_chgres_recenter component - hera
#############################################################

module use -a /scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles
module load bacio/2.0.2
module load w3nco/2.0.6
module load ip/3.0.1
module load sp/2.0.2
module load hdf5_parallel/1.10.6
module load netcdf_parallel/4.7.4

module use -a /contrib/cmake/modulefiles
module load cmake/3.9.0

export FC=ifort
29 changes: 29 additions & 0 deletions modulefiles/fv3gfs/enkf_chgres_recenter_nc.wcoss_cray
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#%Module#####################################################
## enkf_chgres_recenter component - wcoss_cray
#############################################################

module load ncep/1.0
module load PrgEnv-intel/5.2.56
module unload intel/15.0.3.187
module load intel/18.1.163
module load craype-haswell
module load cray-mpich/7.2.0

# Loading netcdf modules
module use /usrx/local/dev/modulefiles
module load NetCDF-intel-sandybridge/4.7.4
module load HDF5-parallel-intel-sandybridge/1.10.6

module use /gpfs/hps/nco/ops/nwprod/lib/modulefiles
module load ip-intel/3.0.0
module load sp-intel/2.0.2
module load w3nco-intel/2.0.6

module use /usrx/local/nceplibs/modulefiles
module load bacio-intel/2.0.2

module use /usrx/local/dev/modulefiles
module load cmake/3.6.2
module unuse /usrx/local/dev/modulefiles

export FC=ftn
18 changes: 18 additions & 0 deletions modulefiles/fv3gfs/enkf_chgres_recenter_nc.wcoss_dell_p3
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#%Module#####################################################
## enkf_chgres_recenter component - wcoss_dell_p3
#############################################################

module load ips/18.0.1.163
module load impi/18.0.1

#module load NetCDF/4.5.0
module load bacio/2.0.2
module load w3nco/2.0.6
module load ip/3.0.1
module load sp/2.0.2
module load cmake/3.10.0

module load HDF5-parallel/1.10.6
module load NetCDF-parallel/4.7.4

export FC=ifort
2 changes: 1 addition & 1 deletion modulefiles/gdas_navybull.wcoss_dell_p3
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ module load impi/18.0.1

module load w3emc/2.3.0
module load w3nco/2.0.6
module load bufr/11.2.0
module load bufr/11.3.1
2 changes: 1 addition & 1 deletion modulefiles/gdas_trpsfcmv.wcoss_dell_p3
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module load ips/18.0.1.163

module load NCL/6.4.0
module load bufr/11.2.0
module load bufr/11.3.1
module load ip/3.0.1
module load sp/2.0.2
module load w3nco/2.0.6
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/gfs_bufr.wcoss_dell_p3
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module load nemsio/2.2.3
module load bacio/2.0.2
module load w3emc/2.3.0
module load w3nco/2.0.6
module load bufr/11.2.0
module load bufr/11.3.1
module load sigio/2.1.0

module use -a /gpfs/dell1/nco/ops/nwprod/modulefiles/
Expand Down
Loading

0 comments on commit 74b9e1f

Please sign in to comment.