NOAA-EMC / RDASApp

Regional DAS
GNU Lesser General Public License v2.1
1 stars 8 forks source link

Add LETKF yaml for 2024052700 MPAS case #124

Closed SamuelDegelia-NOAA closed 2 weeks ago

SamuelDegelia-NOAA commented 1 month ago

I am planning to add a yaml file to run LETKF for the 2024052700 MPAS case. I will also likely rename the current sonde_singeob_airTemperature_mpasjedi.yaml to have separate EnVar and LETKF yaml files.

SamuelDegelia-NOAA commented 1 month ago

A couple of semi-related questions for @guoqing-noaa in the interest of cleaning up some of the rrfs-test directory.

  1. Do we still need ush/init.sh or has that functionality been fully covered by rrfs-test/scripts/link_mpasjedi_expr.sh?
  2. Do we need rrfs-test/scripts/templates/mpasjedi_expr/run_jedi.sh given the presence of rrfs-test/scripts/templates/run_mpasjedi_template?
guoqing-noaa commented 4 weeks ago

@SamuelDegelia-NOAA Thanks for working on this!

To answer the questions:

  1. Do we still need ush/init.sh or has that functionality been fully covered by rrfs-test/scripts/link_mpasjedi_expr.sh?

init.sh in link_mpasjedi_expr.sh is a safeguard (or redundant backup) to make sure the fix/ directory is initialized. If your LETKF experiment uses a separate script, it is still best to include "init.sh" just in case.

  1. Do we need rrfs-test/scripts/templates/mpasjedi_expr/run_jedi.sh given the presence of rrfs-test/scripts/templates/run_mpasjedi_template?

Yes, we need both of them at least now because run_jedi.sh and run_mpasjedi_template have different logic.