Skip to content
Merged
Changes from all commits
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
10 changes: 6 additions & 4 deletions parm/aero/berror/aero_diagb.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ geometry:
npy: {{ npy_ges }}
npz: {{ npz_ges }}
field metadata override: ./fv3jedi/fv3jedi_fieldmetadata_restart.yaml
date: '{{ current_cycle | to_isotime }}'
background:
datetime: '{{ current_cycle | to_isotime }}'
filetype: fms restart
Expand All @@ -29,12 +30,13 @@ background:
filename_cplr: '{{ current_cycle | to_fv3time }}.coupler.res'

background error:
datadir: ./
date: '{{ current_cycle | to_isotime }}'
exp: bkgerr_stddev
type: incr
filetype: fms restart
datapath: ./stddev
filename_trcr: stddev.fv_tracer.res.nc
filename_cplr: stddev.coupler.res

variables:
name:
- mass_fraction_of_sulfate_in_air
- mass_fraction_of_hydrophobic_black_carbon_in_air
- mass_fraction_of_hydrophilic_black_carbon_in_air
Expand Down