-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Release/public v1 for changing release tag from v1.0.0 to v1.0…
….1 (#572) * An array index is added to 'cycle_status' in the conditional statement of the launch script (launch_FV3LAM_wflow.sh) by Chan-hoo * This commit is from christinaholtNOAA:lmod_update to address an error that occurs at run time ModuleNotFoundError: No module named 'f90nml'. A similar error may appear in any of the tasks that use a conda environment, and could potentially list jinja2 instead. * This is the commit from JiliDong-NOAA:fix_filter_topo to remove "refine_ratio = ${refine_ratio}" in scripts/exregional_make_orog.sh to fix filter_topo failure * Changing #!/bin/bash -l to Co-authored-by: Linlin.Pan <[email protected]>
- Loading branch information
1 parent
938d9cb
commit 99a2c47
Showing
15 changed files
with
37 additions
and
39 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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#%Module | ||
module use -a /contrib/miniconda3/modulefiles | ||
module load miniconda3 | ||
if [module-info mode load] { | ||
system "conda activate regional_workflow" | ||
} | ||
|
||
setenv SRW_ENV regional_workflow |
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,6 +1,5 @@ | ||
#%Module | ||
module use -a /contrib/miniconda3/modulefiles | ||
module load miniconda3 | ||
if [module-info mode load] { | ||
system "conda activate regional_workflow" | ||
} | ||
|
||
setenv SRW_ENV regional_workflow |
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,6 +1,5 @@ | ||
#%Module | ||
module use -a /contrib/miniconda3/modulefiles | ||
module load miniconda3 | ||
if [module-info mode load] { | ||
system "conda activate regional_workflow" | ||
} | ||
|
||
setenv SRW_ENV regional_workflow |
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,6 +1,5 @@ | ||
#%Module | ||
module use -a /contrib/miniconda3/modulefiles | ||
module load miniconda3 | ||
if [module-info mode load] { | ||
system "conda activate regional_workflow" | ||
} | ||
|
||
setenv SRW_ENV regional_workflow |
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,6 +1,5 @@ | ||
#%Module | ||
module use -a /contrib/miniconda3/modulefiles | ||
module load miniconda3 | ||
if [module-info mode load] { | ||
system "conda activate regional_workflow" | ||
} | ||
|
||
setenv SRW_ENV regional_workflow |
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#%Module | ||
module use -a /contrib/miniconda3/modulefiles | ||
module load miniconda3 | ||
if [module-info mode load] { | ||
system "conda activate regional_workflow" | ||
} | ||
|
||
setenv SRW_ENV regional_workflow |
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,6 +1,5 @@ | ||
#%Module | ||
module use -a /apps/contrib/miniconda3-noaa-gsl/modulefiles | ||
module load miniconda3 | ||
if [module-info mode load] { | ||
system "conda activate regional_workflow" | ||
} | ||
|
||
setenv SRW_ENV regional_workflow |
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,6 +1,5 @@ | ||
#%Module | ||
module use -a /apps/contrib/miniconda3-noaa-gsl/modulefiles | ||
module load miniconda3 | ||
if [module-info mode load] { | ||
system "conda activate regional_workflow" | ||
} | ||
|
||
setenv SRW_ENV regional_workflow |
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,6 +1,5 @@ | ||
#%Module | ||
module use -a /apps/contrib/miniconda3-noaa-gsl/modulefiles | ||
module load miniconda3 | ||
if [module-info mode load] { | ||
system "conda activate regional_workflow" | ||
} | ||
|
||
setenv SRW_ENV regional_workflow |
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,6 +1,5 @@ | ||
#%Module | ||
module use -a /apps/contrib/miniconda3-noaa-gsl/modulefiles | ||
module load miniconda3 | ||
if [module-info mode load] { | ||
system "conda activate regional_workflow" | ||
} | ||
|
||
setenv SRW_ENV regional_workflow |
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