Skip to content

Commit

Permalink
address reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Oct 22, 2024
1 parent 050162c commit 26f4344
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions algorithm/aero/aero_convert_background.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ states:
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]
datapath: ./bkg
datapath: {{ aero_background_path }}
filename_core: '{{ aero_background_error_time_fv3 }}.fv_core.res.nc'
filename_trcr: '{{ aero_background_error_time_fv3 }}.fv_tracer.res.nc'
filename_cplr: '{{ aero_background_error_time_fv3 }}.coupler.res'
output:
filetype: fms restart
datapath: ./bkg
datapath: {{ aero_background_path }}
filename_core: 'anlres.fv_core.res.nc'
filename_trcr: 'anlres.fv_tracer.res.nc'
filename_cplr: 'anlres.coupler.res'
6 changes: 3 additions & 3 deletions algorithm/aero/aero_gen_bmatrix_diagb.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ background:
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]
datapath: ./bkg
datapath: {{ aero_background_path }}
filename_core: '{{ aero_background_error_time_fv3 }}.anlres.fv_core.res.nc'
filename_trcr: '{{ aero_background_error_time_fv3 }}.anlres.fv_tracer.res.nc'
filename_cplr: '{{ aero_background_error_time_fv3 }}.anlres.coupler.res'
background error:
filetype: fms restart
datapath: ./stddev
datapath: {{ aero_standard_deviation_path }}
filename_trcr: stddev.fv_tracer.res.nc
filename_cplr: stddev.coupler.res

Expand All @@ -50,7 +50,7 @@ climate background error:
climate background error stddev:
filetype: fms restart
skip coupler file: true
datapath: ./clm_stddev
datapath: {{ aero_climatological_b_path }}
filename_trcr: stddev.fv_tracer.res.nc
filename_cplr: stddev.coupler.res
diagb weight: {{ aero_diagb_weight }}
Expand Down
2 changes: 1 addition & 1 deletion algorithm/aero/aero_gen_bmatrix_diffusion.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ background:
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]
datapath: ./bkg
datapath: {{ aero_background_path }}
filename_core: '{{ aero_background_error_time_fv3 }}.anlres.fv_core.res.nc'
filename_trcr: '{{ aero_background_error_time_fv3 }}.anlres.fv_tracer.res.nc'
filename_cplr: '{{ aero_background_error_time_fv3 }}.anlres.coupler.res'
Expand Down
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 @@ -12,7 +12,7 @@ geometry:
field metadata override: "{{aero_fv3jedi_files_path}}/fv3jedi_fieldmetadata_restart.yaml"
output:
state component:
datapath: ./anl
datapath: {{ aero_analysis_path }}
prefix: aeroinc
filetype: fms restart
filename_core: '{{ aero_cycle_time_fv3 }}.fv_core.res.nc'
Expand Down
2 changes: 1 addition & 1 deletion model/aero/aero_final_increment_gaussian.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ variables to output: [mass_fraction_of_sulfate_in_air,
mass_fraction_of_sea_salt002_in_air, mass_fraction_of_sea_salt003_in_air,
mass_fraction_of_sea_salt004_in_air]
all model levels: true
datapath: ./anl
datapath: {{ aero_analysis_path }}
prefix: aeroinc_gauss

0 comments on commit 26f4344

Please sign in to comment.