Skip to content

Commit 128e3eb

Browse files
Specify marine yamls for gfs ocean analysis archiving (NOAA-EMC#4286)
Explicitly list the marine yamls to archive during the gfsocean_analysis archiving task. This replaces the * wildcard which was grabbing all of the available yamls in the conf directory, including yaml files that do not need to be archived.
1 parent 07bb7be commit 128e3eb

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

parm/archive/gfsocean_analysis.yaml.j2

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,16 @@ gfsocean_analysis:
2323
- '{{ COMIN_ICE_BMATRIX | relpath(ROTDIR) }}/{{ head }}bkgerr_parametric_stddev.nc'
2424

2525
# runtime configs
26-
- '{{ COMIN_CONF | relpath(ROTDIR) }}/*.yaml'
26+
- '{{ COMIN_CONF | relpath(ROTDIR) }}/{{ head }}soca_setcorscales.yaml'
27+
- '{{ COMIN_CONF | relpath(ROTDIR) }}/{{ head }}soca_chgres.yaml'
28+
- '{{ COMIN_CONF | relpath(ROTDIR) }}/{{ head }}soca_diagb.yaml'
29+
- '{{ COMIN_CONF | relpath(ROTDIR) }}/{{ head }}gridgen.yaml'
30+
- '{{ COMIN_CONF | relpath(ROTDIR) }}/{{ head }}soca_vtscales.yaml'
31+
- '{{ COMIN_CONF | relpath(ROTDIR) }}/{{ head }}bmat_fields_metadata.yaml'
32+
- '{{ COMIN_CONF | relpath(ROTDIR) }}/var.yaml'
33+
# soca_parameters_diffusion_vt, and soca_parameters_diffusion_hz when present
34+
- '{{ COMIN_CONF | relpath(ROTDIR) }}/{{ head }}soca_parameters_diffusion_??.yaml'
35+
- '{{ COMIN_CONF | relpath(ROTDIR) }}/soca_incpostproc.yaml'
2736
optional:
2837
# obs space diags
2938
- '{{ COMIN_OCEAN_ANALYSIS | relpath(ROTDIR) }}/diags/{{ head }}ocn.*.stats.csv'

0 commit comments

Comments
 (0)