Skip to content

Guide to using the RDAS "super" executables

Samuel Degelia edited this page Aug 13, 2024 · 1 revision

When building JEDI applications, a number of executables are created for each application (e.g., fv3jedi_var.x, fv3jedi_letkf.x, etc.). However, NCO requirements limit the number of executables for use on WCOSS machines. As such, we create RDAS-specific "super" executables that combine multiple applications into one.

For example, instead of running the variational executable for FV3-JEDI using:

./fv3jedi_var.x ${yaml}

You can also run the "super" executable version using the variational argument:

./rdas_fv3jedi.x variational ${yaml}

Additional uses of the "super" executable are given below:

./rdas_fv3jedi.x variational ${yaml}
./rdas_fv3jedi.x localensembleda ${yaml}
./rdas_fv3jedi.x bump ${yaml}
./rdas_mpasjedi.x variational ${yaml}
./rdas_mpasjedi.x localensembleda ${yaml}
./rdas_mpasjedi.x bump ${yaml}