Running UFS test case on a level 3/4 system - rt.sh framework #2237
-
Hi all - I'm an undergraduate researcher at Northwestern University, and I've been attempting to set up UFS on our HPC cluster. I originally used the simple test case framework posted on the UFS wiki (which worked), but following the updates that took place several weeks ago I have struggled to replicate the test case (linked below): https://github.com/ufs-community/ufs-weather-model/wiki/Getting-Started I've made a series of modifications to the referenced scripts and the model code now compiles. However, I run into an issue in the run stage with these three lines of code in the rt.sh script: NPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20221101} They seem to reference directories that (I'm guessing) are internally available on NOAA systems, but are not publicly documented. I was wondering if these are directories that one can get access to or if there is an alternate way to go about this entirely. Thanks a ton! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi. Input files must be provided for level 3-4 systems. Documentation here may help: You can access current INPUTDATA_ROOT publicly at https://noaa-ufs-regtests-pds.s3.amazonaws.com/index.html#input-data-20221101/ |
Beta Was this translation helpful? Give feedback.
Hi. Input files must be provided for level 3-4 systems. Documentation here may help:
https://ufs-weather-model.readthedocs.io/en/develop/BuildingAndRunning.html#get-data
You can access current INPUTDATA_ROOT publicly at https://noaa-ufs-regtests-pds.s3.amazonaws.com/index.html#input-data-20221101/