ufs-community / regional_workflow

THIS REPOSITORY IS NOW DEPRECATED; SEE UFS SRW APP FOR CURRENT CODE
https://github.com/ufs-community/ufs-srweather-app
Other
10 stars 86 forks source link

Update UFS WM to include CCPP-v6 + fixes for CI/CD #791

Closed mark-a-potts closed 2 years ago

mark-a-potts commented 2 years ago

This PR fixes a number of issues related to both ci/cd and updating the UFS weather model to include CCPP-v6.

References to lndp_each_step are removed due to changes in the input.nml on the UFS-WM side.

The miniconda version is now explicitly set for jet, so that the correct conda module gets loaded.

The "location" variable in ush/machine/hera.sh has been changed so that it does not point to an rstprod directory. (Maybe there is a better solution to this?) The role account on hera does not have rstprod access, so all e2e tests there were failing to launch previously.

These changes will work in concert with ufs-srweather-app PR 293. https://github.com/ufs-community/ufs-srweather-app/pull/293