-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cheyenne to Derecho Script and Documentation Update #487
Conversation
b46fe93
to
fee286a
Compare
scm/doc/TechGuide/chap_cases.rst
Outdated
staged UWM RTs located at: | ||
|
||
- Cheyenne ``/glade/scratch/epicufsrt/GMTB/CCPP-SCM/UFS_RTs`` | ||
- Derecho ``/glade/scratch/epicufsrt/GMTB/CCPP-SCM/UFS_RTs`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this directory was never ported over from Cheyenne before it was scrubbed. @dustinswales Does it make sense to grab some examples from the WM baselines Derecho and ask EPIC to stage them in a similar Derecho directory? Does it matter which tests we use?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to more generic /glade/derecho/scratch/epicufsrt/FV3_RT/
which does exist
scm/doc/TechGuide/chap_cases.rst
Outdated
@@ -520,7 +520,7 @@ UFS regression test, ``control_c192``, for single point. | |||
|
|||
.. code:: bash | |||
|
|||
./UFS_forcing_ensemble_generator.py -d /glade/scratch/epicufsrt/GMTB/CCPP-SCM/UFS_RTs/control_c192/ -sc --C_RES 192 -dt 360 -n control_c192 -lons 300 -lats 34 | |||
./UFS_forcing_ensemble_generator.py -d /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT/NEMSfv3gfs/develop-20240607/control_c192_intel/ -sc --C_RES 192 -dt 360 -n control_c192 -lons 300 -lats 34 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably don't want to use these directories since they are scrubbed on a semi-regular basis
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to more generic ./UFS_forcing_ensemble_generator.py -d [path_to_regression_tests_output]/control_c192_intel/ -sc --C_RES 192 -dt 360 -n control_c192 -lons 300 -lats 34
@@ -3,10 +3,15 @@ | |||
----------------------------------------------------------------------- | |||
Description: Example script to submit a job through the HPC batch system | |||
|
|||
Assumptions: For use on Cheyenne. This script must be copied to the bin directory. | |||
Assumptions: For use on Derecho. This script must be copied to the bin directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has this been tested on Derecho? I don't think I ever tried out this example script in my Derecho testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generalized this script more, testing right now, thanks for your input!
@@ -5,7 +5,7 @@ load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl" | |||
begin | |||
|
|||
;Define constants | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're still supporting NCL scripts? 😱
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lol, I'm not sure if we officially support them. I didn't try them, only changed Cheyenne -> Derecho
and the editor automatically cleaned up the trailing whitespace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've only ever run these scripts once on my local machine. They're not really meant to be run again and are saved in the repo in case there is a mistake in the forcing file and need to be regenerated. I don't think we need to "support" this to anyone but ourselves. This goes for most of the the "leftover" scripts in etc/scripts. This should probably be cleaned up at some point.
d4f50a8
to
0706f96
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Please pull in the latest main before we push the merge button.
…ne to Derecho clusters
0706f96
to
64221ff
Compare
Thanks for the review, just pulled in the latest main 👍 |
Updating scripts and documentation to reflect NCAR's move from Cheyenne to Derecho clusters. Need to find the paths to UFS_RTs on Derecho and then the PR will be moved from
draft
toready for review
.Paths that were updated