RRFSx / rrfs-workflow_beta

GNU Lesser General Public License v3.0
0 stars 5 forks source link

Add the ensemble component for ungrib, ic, lbc, fcst, mpassit, upp #88

Closed guoqing-noaa closed 2 months ago

guoqing-noaa commented 2 months ago

Now rrfs-workflow can run both the deterministic or ensemble runs. Tested with staged 2024052700 data for both runs.

This is a demo XML for ensemble runs: https://github.com/rrfs2/xml_demo/blob/main/ens_conus12km.xml

How to run an ensemble experiment:

Follow the rrfs-workflow instructions, but replace this step
cp exp/exp.setup exp.setup
with
cp exp/exp.ens_conus12km exp.setup

guoqing-noaa commented 2 months ago

I will go ahead to merge this. But one can always continue to make reviews/comments and we can address that in new PRs. Thanks!