Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
f6a3be3
Add ORION as a new platform.
gsketefian Oct 6, 2020
9ccfe46
Merge set_extrn_mdl_params.sh manually (even outside of mergetool) to…
gsketefian Oct 6, 2020
d5708de
Merge branch 'develop' into feature/orion_port
gsketefian Oct 6, 2020
a616c1d
Modify/add predefined grids (#305)
gsketefian Oct 8, 2020
81281b0
Bug fixes for Orion port.
gsketefian Oct 8, 2020
92c626a
Add TOPO_DIR for ORION; don't require that the full path except last …
gsketefian Oct 9, 2020
d79ebc3
Modifications to run workflow with unmodified executable names from e…
mkavulich Oct 9, 2020
d684d82
More modifications to run workflow on orion.
gsketefian Oct 9, 2020
c3db63f
Add module files for orion.
gsketefian Oct 9, 2020
a2ab5b9
Changes to orion modulefiles.
gsketefian Oct 9, 2020
8967338
Remove the "-l" flag to bash so that the script is no longer executed…
gsketefian Oct 9, 2020
4e5f55c
Clean up spacing, etc.
gsketefian Oct 10, 2020
0077c06
More spacing changes.
gsketefian Oct 10, 2020
ad04092
Bug fix.
gsketefian Oct 10, 2020
116086a
Rearrange case-statement cases for consistency with case-statements i…
gsketefian Oct 10, 2020
e72f8d7
Feature to read in FVCOM lake surface conditions into FV3-LAM (#293)
dmwright526 Oct 12, 2020
52b49f1
Add NOMADS script call back into generate script. (#311)
JeffBeck-NOAA Oct 13, 2020
ea5192b
Modifications to more easily specify slurm partitions.
gsketefian Oct 13, 2020
a94a89e
Wrapped global_equiv_resol exec_fp with APRUN just as other commands …
ywangwof Oct 13, 2020
3d6e1df
Remove the USE_CCPP variable (#308)
gsketefian Oct 13, 2020
172500e
Remove USE_CCPP variable in preparation for merge with develop branch.
gsketefian Oct 13, 2020
97de6b0
Merge branch 'develop' into feature/orion_port
gsketefian Oct 13, 2020
73714fb
On Orion, set the default value of PARTITION_DEFAULT to "orion" inste…
gsketefian Oct 14, 2020
42e5eb5
Changes needed to run the regional workflow on WCOSS (#310)
BenjaminBlake-NOAA Oct 14, 2020
960e5ff
Manual merging with develop branch to make later conflict resolution …
gsketefian Oct 14, 2020
79ba888
Merge branch 'develop' into feature/orion_port
gsketefian Oct 14, 2020
051133a
Remove unused/outdated code (#313)
gsketefian Oct 15, 2020
2a9c660
Merge branch 'develop' into feature/orion_port
gsketefian Oct 15, 2020
bbe8d58
Bug fixes.
gsketefian Oct 16, 2020
345aedf
Add and call a function that checks for use of Thompson microphysics …
gsketefian Oct 16, 2020
48bb81f
Merge branch 'develop' into feature/orion_port
gsketefian Oct 16, 2020
b71dd13
Add orion stanzas to the ex-scripts for the make_ics and make_lbcs ta…
gsketefian Oct 16, 2020
30dfc8e
Clean up comments; remove commented out code.
gsketefian Oct 17, 2020
ccc5505
RRFS_v1beta SDF changes after reverting from GSL to GFS GWD suite (#3…
mkavulich Oct 20, 2020
26b4089
Move code involving xml from the generate script to the rocoto XML te…
gsketefian Oct 20, 2020
84a9ea5
Merge branch 'develop' into feature/orion_port
gsketefian Oct 20, 2020
12bd2e2
Delete unused/commented out lines.
gsketefian Oct 20, 2020
ccce574
Merge remote-tracking branch 'origin/feature/orion_port' into feature…
gsketefian Oct 20, 2020
bf652cf
Changes to try to get the PR running on Odin and Stampede (not yet co…
gsketefian Oct 21, 2020
4fcf764
Fix in run_post.sh wrapper script to use 3-digit forecast hour instea…
gsketefian Oct 21, 2020
11fa204
Set the PARTITION_... variables on Odin and Stampede as specified by …
gsketefian Oct 21, 2020
b487e27
Set the QUEUE_... variables for Odin and Stampede as specified by Yun…
gsketefian Oct 22, 2020
db93841
Clean up indentation of error messages (they shouldn't be indented).
gsketefian Oct 22, 2020
bca0857
Adjust RRFS_CONUS_... grids (#294)
gsketefian Oct 23, 2020
2163fb3
Remove redundant model_configure.${CCPP_PHYS_SUITE} template files; u…
gsketefian Oct 23, 2020
5d53c5c
Change the module files to use the contrib module for regional_workfl…
gsketefian Oct 23, 2020
0cf89b9
Merge branch 'develop' into feature/orion_port
gsketefian Oct 23, 2020
64791ea
Merge branch 'feature/orion_port' into release/public-v1_feature_orio…
gsketefian Oct 26, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions modulefiles/tasks/orion/get_extrn_ics
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#%Module#####################################################
## Module file for get_extrn_ics task.
#############################################################

module purge

6 changes: 6 additions & 0 deletions modulefiles/tasks/orion/get_extrn_lbcs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#%Module#####################################################
## Module file for get_extrn_lbcs task.
#############################################################

module purge

5 changes: 5 additions & 0 deletions modulefiles/tasks/orion/make_grid.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module use -a /apps/contrib/miniconda3-noaa-gsl/modulefiles
module load miniconda3
if [module-info mode load] {
system "conda activate regional_workflow"
}
5 changes: 5 additions & 0 deletions modulefiles/tasks/orion/make_ics.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module use -a /apps/contrib/miniconda3-noaa-gsl/modulefiles
module load miniconda3
if [module-info mode load] {
system "conda activate regional_workflow"
}
5 changes: 5 additions & 0 deletions modulefiles/tasks/orion/make_lbcs.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module use -a /apps/contrib/miniconda3-noaa-gsl/modulefiles
module load miniconda3
if [module-info mode load] {
system "conda activate regional_workflow"
}
5 changes: 5 additions & 0 deletions modulefiles/tasks/orion/run_fcst.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module use -a /apps/contrib/miniconda3-noaa-gsl/modulefiles
module load miniconda3
if [module-info mode load] {
system "conda activate regional_workflow"
}
Loading