NOAA-EMC / JEDI-T2O

JEDI Transition to Operations activities.
GNU Lesser General Public License v2.1
5 stars 4 forks source link

Update feature/gdas-validation to be consistent with g-w and JEDI changes #106

Closed RussTreadon-NOAA closed 7 months ago

RussTreadon-NOAA commented 7 months ago

g-w and JEDI have been updated and this requires corresponding updates in feature/gdas-validation. This PR adds the required updates to feature/gdas-validation. Changes are also made which allow GDAS validation to run on Hera in addition to Orion.

Fixes #105

GSI and JEDI GDAS validation were run on Orion and Hera for 2021080100. GSI prep, anal, and analdiag jobs ran to completion. JEDI prepatmiodaobs, atmanlinit, atmanlrun, and atmanlfinal ran to completion.

JEDI testing was done with the following local changes:

emilyhcliu commented 7 months ago

@RussTreadon-NOAA Thanks a lot for working on this. I am testing now. Will come back to report my results later.

RussTreadon-NOAA commented 7 months ago

Thank you @emilyhcliu . If your results are acceptable, please approve this PR. I will then merge it into the authoritative feature/gdas-validation.

emilyhcliu commented 7 months ago

@RussTreadon-NOAA I checked feature/gdas-validation from your fork and tested three steps for setup_Workspace.sh:

  1. clone --- successful
  2. build --- successful
  3. setup --- successful

Tested three JEDI GDAS steps for ATMS (activate atms from obs list and manually staged atms bias files in gdas.20210731/18/analysis/atmos)

  1. gdasprep --- successful
  2. gdasprepatm --- successful
  3. gdasatmanlinit --- successful
  4. gdasatmanlrun (npe_atmanlrun_gfs=384) --- failed with the error messages: stripack_addnod: colinear points and Command exited with status 137 There are still problems in running the analysis step. The problem seems to be related to memory.

This PR fixed the inconsistency in the feature/gdas_validation with JEDI and G-W. But the JEDI experiment failed at gdasatmanlrun step.

@RussTreadon-NOAA Your test in the gdasatmanlrun also failed, correct?

RussTreadon-NOAA commented 7 months ago

@emilyhcliu , did you run gdasatmanl with CASE_ANL=C768? This no longer works. Try CASE_ANL=C384. @CoryMartin-NOAA recommends opening a fv3-jedi issue to report this issue.

emilyhcliu commented 7 months ago

@emilyhcliu , did you run gdasatmanl with CASE_ANL=C768? This no longer works. Try CASE_ANL=C384. @CoryMartin-NOAA recommends opening a fv3-jedi issue to report this issue. @RussTreadon-NOAA OK. Thanks. Let me try the lower resolution with c384.

emilyhcliu commented 7 months ago

@RussTreadon-NOAA The low-resolution run was completed successfully for ATMS.

This PR is approved!!

RussTreadon-NOAA commented 7 months ago

Thank you @emilyhcliu for the approval