Skip to content

Commit

Permalink
Merge branch 'develop' into feature/prep_aero
Browse files Browse the repository at this point in the history
  • Loading branch information
ypwang19 authored Jun 3, 2024
2 parents 4a716d2 + 0f28016 commit 841ffa0
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions parm/aero/berror/aero_diffparm.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
geometry:
fms initialization:
namelist filename: ./fv3jedi/fmsmpp.nml
field table filename: ./fv3jedi/field_table
akbk: ./fv3jedi/akbk.nc4
npx: {{ npx_ges }}
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
datapath: ./bkg
filename_core: '{{ current_cycle | to_fv3time }}.fv_core.res.nc'
filename_trcr: '{{ current_cycle | to_fv3time }}.fv_tracer.res.nc'
filename_cplr: '{{ current_cycle | to_fv3time }}.coupler.res'
state variables: [mass_fraction_of_sulfate_in_air,
mass_fraction_of_hydrophobic_black_carbon_in_air,
mass_fraction_of_hydrophilic_black_carbon_in_air,
mass_fraction_of_hydrophobic_organic_carbon_in_air,
mass_fraction_of_hydrophilic_organic_carbon_in_air,
mass_fraction_of_dust001_in_air, mass_fraction_of_dust002_in_air,
mass_fraction_of_dust003_in_air, mass_fraction_of_dust004_in_air,
mass_fraction_of_dust005_in_air, mass_fraction_of_sea_salt001_in_air,
mass_fraction_of_sea_salt002_in_air, mass_fraction_of_sea_salt003_in_air,
mass_fraction_of_sea_salt004_in_air]

background error:
covariance model: SABER
saber central block:
saber block name: diffusion
calibration:
normalization:
iterations: {{ diff_iter }}
groups:
- horizontal:
fixed value: {{ horiz_len }}
write:
filepath: ./diffusion_hz
- vertical:
levels: {{ npz_ges }}
fixed value: {{ fixed_val }}
as gaussian: true
write:
filepath: ./diffusion_vt

0 comments on commit 841ffa0

Please sign in to comment.