Skip to content

Commit

Permalink
Fix EOLs
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Oct 21, 2024
1 parent 9c8d085 commit 050162c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion algorithm/aero/aero_convert_background.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ states:
datapath: ./bkg
filename_core: 'anlres.fv_core.res.nc'
filename_trcr: 'anlres.fv_tracer.res.nc'
filename_cplr: 'anlres.coupler.res'
filename_cplr: 'anlres.coupler.res'
14 changes: 7 additions & 7 deletions algorithm/aero/aero_gen_bmatrix_diffusion.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ background:
filename_cplr: '{{ aero_background_error_time_fv3 }}.anlres.coupler.res'
background error:
covariance model: SABER
saber central block:
saber central block:
saber block name: diffusion
calibration:
normalization:
iterations: {{ aero_diffusion_iter }}
iterations: {{ aero_diffusion_iter }}
groups:
- horizontal:
fixed value: {{ aero_diffusion_horiz_len }}
fixed value: {{ aero_diffusion_horiz_len }}
write:
filepath: "{{ aero_berror_diffusion_directory }}/diffusion_hz"
filepath: "{{ aero_berror_diffusion_directory }}/diffusion_hz"
- vertical:
levels: {{ aero_npz_ges }}
fixed value: {{ aero_diffusion_fixed_val }}
levels: {{ aero_npz_ges }}
fixed value: {{ aero_diffusion_fixed_val }}
as gaussian: true
write:
filepath: "{{ aero_berror_diffusion_directory }}/diffusion_vt"
filepath: "{{ aero_berror_diffusion_directory }}/diffusion_vt"
2 changes: 1 addition & 1 deletion model/aero/aero_background.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ filename_trcr: '%yyyy%mm%dd.%hh%MM%ss.fv_tracer.res.nc'
filename_cplr: '%yyyy%mm%dd.%hh%MM%ss.coupler.res'
state variables: [t,delp,sphum,so4,bc1,bc2,oc1,oc2,
dust1,dust2,dust3,dust4,dust5,
seas1,seas2,seas3,seas4]
seas1,seas2,seas3,seas4]
2 changes: 1 addition & 1 deletion model/aero/aero_final_increment_cubed_sphere.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ output:
filename_cplr: '{{ aero_cycle_time_fv3 }}.coupler.res'
state variables: [t,delp,sphum,so4,bc1,bc2,oc1,oc2,
dust1,dust2,dust3,dust4,dust5,
seas1,seas2,seas3,seas4]
seas1,seas2,seas3,seas4]
4 changes: 2 additions & 2 deletions model/aero/aero_final_increment_gaussian.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grid type: regular gaussian
grid type: regular gaussian
local interpolator type: atlas interpolator
interpolation method:
type: finite-element
Expand All @@ -15,4 +15,4 @@ variables to output: [mass_fraction_of_sulfate_in_air,
mass_fraction_of_sea_salt004_in_air]
all model levels: true
datapath: ./anl
prefix: aeroinc_gauss
prefix: aeroinc_gauss

0 comments on commit 050162c

Please sign in to comment.