forked from NOAA-EMC/GLDAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/orion_port This commit references NOAA-EMC#6
- Loading branch information
1 parent
e6e57fa
commit 89133ad
Showing
7 changed files
with
67 additions
and
11 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
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,12 @@ | ||
#%Module##################################################### | ||
## Build module for orion | ||
############################################################# | ||
|
||
module load intel/2020 | ||
|
||
module use -a $MOD_PATH | ||
module load w3nco/2.1.0 | ||
module load bacio/2.2.0 | ||
|
||
export FC=ifort | ||
export FOPTS="-O0 -FR" |
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,12 @@ | ||
#%Module##################################################### | ||
## Build module for orion | ||
############################################################# | ||
|
||
module load intel/2020 | ||
module load impi/2020 | ||
|
||
module use -a $MOD_PATH | ||
module load w3nco/2.1.0 | ||
module load bacio/2.2.0 | ||
module load sp/2.0.3 | ||
module load ip/3.0.2 |
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,13 @@ | ||
#%Module##################################################### | ||
## Build module for orion | ||
############################################################# | ||
|
||
module load intel/2020 | ||
|
||
module use -a $MOD_PATH | ||
module load w3nco/2.1.0 | ||
module load bacio/2.2.0 | ||
module load nemsio/2.3.0 | ||
|
||
export FC=ifort | ||
export FOPTS='-O -FR -I$(NEMSIO_INC) -convert big_endian' |
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,13 @@ | ||
#%Module##################################################### | ||
## Build module for orion | ||
############################################################# | ||
|
||
module load intel/2020 | ||
|
||
module use -a $MOD_PATH | ||
module load w3nco/2.1.0 | ||
module load bacio/2.2.0 | ||
module load nemsio/2.3.0 | ||
|
||
export FC=ifort | ||
export FOPTS='-O -FR -I$(NEMSIO_INC) -convert big_endian' |
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