Skip to content

Commit 130c376

Browse files
Remove unneeded gfsocean analy items from archive
1 parent 78fe080 commit 130c376

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

parm/archive/gfsocean_analysis.yaml.j2

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,3 @@ gdasocean_analysis:
1717
- '{{ COMIN_OCEAN_ANALYSIS | relpath(ROTDIR) }}/{{ head }}{{domain}}.ana.nc'
1818
{% endfor %}
1919

20-
# static background error
21-
- '{{ COMIN_OCEAN_BMATRIX | relpath(ROTDIR) }}/{{ head }}ocean.bkgerr_ens_stddev.nc'
22-
- '{{ COMIN_ICE_BMATRIX | relpath(ROTDIR) }}/{{ head }}ice.bkgerr_ens_stddev.nc'
23-
24-
# ensemble background error
25-
{% if NMEM_ENS > 2 %}
26-
- '{{ COMIN_ICE_BMATRIX | relpath(ROTDIR) }}/{{ head }}ice.ens_weights.nc'
27-
- '{{ COMIN_OCEAN_BMATRIX | relpath(ROTDIR) }}/{{ head }}ocean.ens_weights.nc'
28-
- '{{ COMIN_OCEAN_BMATRIX | relpath(ROTDIR) }}/{{ head }}ocean.recentering_error.nc'
29-
- '{{ COMIN_ICE_BMATRIX | relpath(ROTDIR) }}/{{ head }}ice.recentering_error.nc'
30-
{% for diag_type in ["ssh_steric_stddev", "ssh_unbal_stddev", "ssh_total_stddev", "steric_explained_variance"] %}
31-
- '{{ COMIN_OCEAN_BMATRIX | relpath(ROTDIR) }}/{{ head }}ocean.{{ diag_type }}.nc'
32-
{% endfor %}
33-
{% endif %}
34-
35-
# runtime configs
36-
- '{{ COMIN_CONF | relpath(ROTDIR) }}/*.yaml'
37-
optional:
38-
# obs space diags
39-
- '{{ COMIN_OCEAN_ANALYSIS | relpath(ROTDIR) }}/diags/{{ head }}ocn.*.stats.csv'
40-
- '{{ COMIN_OCEAN_ANALYSIS | relpath(ROTDIR) }}/diags/*.nc4'

0 commit comments

Comments
 (0)