forked from ufs-community/UFS_UTILS
-
Notifications
You must be signed in to change notification settings - Fork 2
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 #2 from LarissaReames-NOAA/feature/chgres_cube_gri…
…b2_atmos Merge feature/chgres cube grib2 atmos from Larissa's fork to my fork.
- Loading branch information
Showing
72 changed files
with
4,072 additions
and
961 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
33 changes: 16 additions & 17 deletions
33
modulefiles/chgres_cube.theia → modulefiles/chgres_cube.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,29 +1,28 @@ | ||
#%Module##################################################### | ||
## chgres build module for Theia | ||
## Build module for Hera | ||
############################################################# | ||
|
||
module load intel/18.1.163 | ||
module load impi/5.1.1.109 | ||
module load netcdf/4.3.0 | ||
module load intel/18.0.5.274 | ||
module load impi/2018.0.4 | ||
|
||
module use /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/soft/modulefiles | ||
module load esmf/8.0.0bs20 | ||
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 | ||
|
||
module use -a /scratch3/NCEPDEV/nwprod/lib/modulefiles | ||
module load w3nco/v2.0.6 | ||
module load wgrib2/2.0.8 | ||
module load nemsio/v2.2.3 | ||
module load bacio/v2.0.2 | ||
module load sp/v2.0.2 | ||
module load sfcio/v1.0.0 | ||
module load sigio/v2.0.1 | ||
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" | ||
module load wgrib2/2.0.8 | ||
export WGRIB2API_LIB="/apps/wgrib2/2.0.8/intel/18.0.3.222/lib/libwgrib2_api.a" | ||
export WGRIB2API_INC="/apps/wgrib2/2.0.8/intel/18.0.3.222/lib" | ||
export WGRIB2_LIB="/apps/wgrib2/2.0.8/intel/18.0.3.222/lib/libwgrib2.a" | ||
|
||
|
||
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" |
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.