Skip to content

Commit

Permalink
wrong fields metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Feb 26, 2025
1 parent 63ce5d1 commit c3979c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions algorithm/atmosphere/fv3jedi_ensemble_recenter.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members:
npx: {{ atmosphere_npx_anl }}
npy: {{ atmosphere_npy_anl }}
npz: {{ atmosphere_npz_anl }}
field metadata override: ./fv3jedi/fv3jedi_fieldmetadata_history.yaml
field metadata override: ./fv3jedi/fv3jedi_fieldmetadata_fv3inc.yaml
increment geometry:
fms initialization:
namelist filename: ./fv3jedi/fmsmpp.nml
Expand All @@ -24,20 +24,20 @@ members:
npx: {{ atmosphere_npx_anl }}
npy: {{ atmosphere_npy_anl }}
npz: {{ atmosphere_npz_anl }}
field metadata override: ./fv3jedi/fv3jedi_fieldmetadata_fv3inc.yaml
field metadata override: ./fv3jedi/fv3jedi_fieldmetadata_history.yaml
state:
datetime: {{ atmosphere_iau_times_iso[ihour] }}
state variables: [ua,va,t,sphum,ice_wat,liq_wat,o3mr,delp,delz]
filetype: cube sphere history
provider: ufs
datapath: ./mem{{ '%0{}d'.format(3)|format(imember+1) }}
filename: enkf{{ atmosphere_ensemble_analysis_prefix }}cubed_sphere_grid_atmi{{ '%03d' % atmosphere_iau_hours[ihour] }}.nc
datapath: ./
filename: enkf{{ atmosphere_ensemble_analysis_prefix }}cubed_sphere_grid_catmi{{ '%03d' % atmosphere_iau_hours[ihour] }}.nc
increment:
added variables: [ua,va,t,sphum,ice_wat,liq_wat,o3mr,delp,delz]
filetype: cube sphere history
provider: ufs
datapath: ./
filename: enkf{{ atmosphere_ensemble_analysis_prefix }}cubed_sphere_grid_catmi{{ '%03d' % atmosphere_iau_hours[ihour] }}.nc
datapath: ./mem{{ '%0{}d'.format(3)|format(imember+1) }}
filename: enkf{{ atmosphere_ensemble_analysis_prefix }}cubed_sphere_grid_atmi{{ '%03d' % atmosphere_iau_hours[ihour] }}.nc
output:
filetype: fms restart
is restart: false
Expand Down

0 comments on commit c3979c5

Please sign in to comment.