Skip to content

Commit

Permalink
Fix Marine VRFY Task in the SOCA ctests (#856)
Browse files Browse the repository at this point in the history
#### What this PR includes:

- Fix test_gdasapp_soca_JGDAS_GLOBAL_OCEAN_ANALYSIS_VRFY

by updating `marine_gdas_plots.yaml` format and it related
`marine_eva_post.py`

- <del>As of now, ctests passed on `Hera Machine` and `Orion Machine` is
still needed to check</del>
- ctests passed on both `Hera Machine` and `Orion Machine`, see
#829

Fixes #829

Thanks to @CoryMartin-NOAA
  • Loading branch information
apchoiCMD authored Jan 17, 2024
1 parent 0e97461 commit f63fe7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ush/eva/marine_eva_post.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def marine_eva_post(inputyaml, outputdir, diagdir):
newfilename = os.path.join(diagdir, os.path.basename(filename))
newfilenames.append(newfilename)
dataset['filenames'] = newfilenames
for graphic in input_yaml_dict['graphics']:
for graphic in input_yaml_dict['graphics']['figure_list']:
# this assumes that there is only one variable, or that the
# variables are all the same
variable = graphic['batch figure']['variables'][0]
Expand Down
3 changes: 3 additions & 0 deletions ush/eva/marine_gdas_plots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ transforms:

graphics:

plotting_backend: Emcpy
figure_list:

# ---------- Map Plots ----------
# Map plot of OmBQC
# --------
Expand Down

0 comments on commit f63fe7e

Please sign in to comment.