NOAA-EMC / RDASApp

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

Create mega rdas.x executable #96

Open SamuelDegelia-NOAA opened 6 days ago

SamuelDegelia-NOAA commented 6 days ago

To be more NCO-compliant, it is desired to create a single rdas.x executable instead of using individual executables for each application (i.e., fv3jedi_letkf.x, fv3jedi_var.x, fv3jedi_hofx.x, fv3jedi_error_covariance_toolbox.x). I have begun work on this process in #95.

guoqing-noaa commented 6 days ago

One question on this: in the future, if there is a need, can we remove some executables from the mega rdas.x? I don't think we will need fv3jedi and covariance_toolbox, etc in real-time or operational runs.

SamuelDegelia-NOAA commented 6 days ago

Right now I am just adding all of the executables that we currently use. But it is very easy to remove them so that should not be a problem in the future.

guoqing-noaa commented 6 days ago

Right now I am just adding all of the executables that we currently use. But it is very easy to remove them so that should not be a problem in the future.

Sounds great. Thanks!

TingLei-NOAA commented 3 days ago

To help possible discussions, I attached the gdasapp's issue here https://github.com/NOAA-EMC/GDASApp/issues/1085, which started the "single" jedi executable thing.