forked from ufs-community/UFS_UTILS
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from NOAA-EMC/develop
Sync with the official develop
- Loading branch information
Showing
66 changed files
with
3,765 additions
and
616 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#%Module##################################################### | ||
## Build module for Hera | ||
############################################################# | ||
|
||
module load intel/18.0.5.274 | ||
module load impi/2018.0.4 | ||
|
||
module use -a $MOD_PATH | ||
module load w3nco/2.0.6 | ||
module load nemsio/2.2.3 | ||
module load bacio/2.0.2 | ||
module load sp/2.0.2 | ||
module load sfcio/1.1.0 | ||
module load sigio/2.1.0 | ||
|
||
export NCEPLIBS=/scratch1/NCEPDEV/global/gwv/l819/lib | ||
module use -a $NCEPLIBS/modulefiles | ||
module load esmflocal/8_0_48b.netcdf47 | ||
|
||
export FCOMP=mpiifort | ||
export FFLAGS="-O3 -fp-model precise -g -traceback -r8 -i4 -qopenmp -convert big_endian -assume byterecl" | ||
# for debugging | ||
#export FFLAGS="-O0 -g -traceback -r8 -i4 -qopenmp -convert big_endian -check bounds -warn unused -assume byterecl" |
This file was deleted.
Oops, something went wrong.
10 changes: 6 additions & 4 deletions
10
modulefiles/fv3gfs/fre-nctools.theia → modulefiles/fv3gfs/fre-nctools.hera
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
#%Module##################################################### | ||
## Module file for fre-nctools | ||
############################################################# | ||
module load intel/14.0.2 | ||
module load impi/4.1.3.048 | ||
module load netcdf/4.3.0 | ||
module load hdf5/1.8.14 | ||
|
||
module load intel/18.0.5.274 | ||
module load impi/2018.0.4 | ||
|
||
module load netcdf/4.7.0 | ||
module load hdf5/1.10.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#%Module##################################################### | ||
## global_chgres component - hera | ||
############################################################# | ||
|
||
# Loading Intel Compiler Suite | ||
module load intel/18.0.5.274 | ||
module load impi/2018.0.4 | ||
|
||
module load netcdf/4.7.0 | ||
module load hdf5/1.10.5 | ||
|
||
# Loding nceplibs modules | ||
module use -a $MOD_PATH | ||
module load sigio/2.1.0 | ||
module load w3nco/2.0.6 | ||
module load w3emc/2.3.0 | ||
module load sp/2.0.2 | ||
module load bacio/2.0.2 | ||
module load nemsio/2.2.3 | ||
module load nemsiogfs/2.2.0 | ||
module load ip/3.0.1 | ||
module load sfcio/1.1.0 | ||
module load gfsio/1.1.0 | ||
module load landsfcutil/2.1.0 | ||
|
||
export NETCDF_INCLUDE="-I${NETCDF}/include" | ||
export NETCDF_LDFLAGS_F="-L${NETCDF}/lib -lnetcdf -lnetcdff -L${HDF5}/lib -lhdf5 -lhdf5_fortran" | ||
|
||
set FCMP ifort |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 12 additions & 11 deletions
23
modulefiles/fv3gfs/global_cycle.theia → modulefiles/fv3gfs/global_cycle.hera
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
#%Module##################################################### | ||
## global_cycle component - theia | ||
## global_cycle component - hera | ||
############################################################# | ||
|
||
# Loading Intel Compiler Suite | ||
module load intel/16.1.150 | ||
module load impi | ||
module load intel/18.0.5.274 | ||
module load impi/2018.0.4 | ||
|
||
# Loding nceplibs modules | ||
module use -a /scratch3/NCEPDEV/nwprod/lib/modulefiles | ||
module load w3nco/v2.0.6 | ||
module load sp/v2.0.2 | ||
module load bacio/v2.0.1 | ||
module load ip/v3.0.0 | ||
module load netcdf/4.3.0 | ||
module load hdf5/1.8.14 | ||
module load netcdf/4.7.0 | ||
module load hdf5/1.10.5 | ||
export NETCDF_INCLUDE="-I${NETCDF}/include" | ||
export NETCDF_LDFLAGS_F="-L${NETCDF}/lib -lnetcdf -lnetcdff -L${HDF5}/lib -lhdf5 -lhdf5_fortran" | ||
|
||
# Loding nceplibs modules | ||
module use -a $MOD_PATH | ||
module load w3nco/2.0.6 | ||
module load sp/2.0.2 | ||
module load bacio/2.0.2 | ||
module load ip/3.0.1 | ||
|
||
export FCMP=mpiifort |
16 changes: 8 additions & 8 deletions
16
modulefiles/fv3gfs/nst_tf_chg.theia → modulefiles/fv3gfs/nst_tf_chg.hera
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#%Module###################################################################### | ||
## | ||
## FV3GFS prerequisites | ||
## | ||
|
||
module load intel/18.0.5.274 | ||
module load impi/2018.0.4 | ||
module load hpss/hpss | ||
module load netcdf/4.7.0 | ||
module load nco/4.7.0 | ||
module load hdf5/1.10.5 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.