Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion parm/archive/gfsocean_analysis.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ gfsocean_analysis:
- '{{ COMIN_ICE_BMATRIX | relpath(ROTDIR) }}/{{ head }}bkgerr_parametric_stddev.nc'

# runtime configs
- '{{ COMIN_CONF | relpath(ROTDIR) }}/*.yaml'
- '{{ COMIN_CONF | relpath(ROTDIR) }}/{{ head }}soca_setcorscales.yaml'
- '{{ COMIN_CONF | relpath(ROTDIR) }}/{{ head }}soca_chgres.yaml'
- '{{ COMIN_CONF | relpath(ROTDIR) }}/{{ head }}soca_diagb.yaml'
- '{{ COMIN_CONF | relpath(ROTDIR) }}/{{ head }}gridgen.yaml'
- '{{ COMIN_CONF | relpath(ROTDIR) }}/{{ head }}soca_vtscales.yaml'
- '{{ COMIN_CONF | relpath(ROTDIR) }}/{{ head }}bmat_fields_metadata.yaml'
- '{{ COMIN_CONF | relpath(ROTDIR) }}/var.yaml'

optional:
# obs space diags
- '{{ COMIN_OCEAN_ANALYSIS | relpath(ROTDIR) }}/diags/{{ head }}ocn.*.stats.csv'
Expand Down