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.
feature/orion This commit references ufs-community#96.
Update 'global_chgres' build for Orion.
- Loading branch information
1 parent
410e748
commit f579b3d
Showing
2 changed files
with
61 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#%Module##################################################### | ||
## global_chgres component - Orion | ||
############################################################# | ||
|
||
# Loading Intel Compiler Suite | ||
module load intel/2020 | ||
module load impi/2020 | ||
|
||
# Loding nceplibs modules | ||
module use -a $MOD_PATH | ||
module load sigio/2.2.0 | ||
module load w3nco/2.1.0 | ||
module load w3emc/2.5.0 | ||
module load sp/2.1.0 | ||
module load bacio/2.2.0 | ||
module load nemsio/2.3.0 | ||
module load nemsiogfs/2.3.0 | ||
module load ip/3.1.0 | ||
module load sfcio/1.2.0 | ||
module load gfsio/1.2.0 | ||
module load landsfcutil/2.2.0 | ||
module load netcdf/4.7.2-parallel | ||
export NETCDF_INCLUDE=$NETCDF_INCLUDE_DIRS | ||
export NETCDF_LDFLAGS_F="-L${NETCDF_LIBRARY_DIRS} -lnetcdff" | ||
|
||
set FCMP ifort |
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