-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Companion PR to NOAA-EMC/jcb/pull/7 (#15)
- Rename the atmosphere YAML files to be `atmosphere_<class>.yaml.j2` - Change all the keys associated with the atmosphere to be `{{atmosphere_<key>}}` - Add the marine YAML files. --------- Co-authored-by: danholdaway <[email protected]> Co-authored-by: RussTreadon-NOAA <[email protected]>
- Loading branch information
1 parent
11897d1
commit 41ee2a2
Showing
105 changed files
with
2,071 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
geometry: | ||
mom6_input_nml: mom_input.nml | ||
fields metadata: ./fields_metadata.yaml | ||
|
||
date: '{{marine_window_begin}}' | ||
|
||
layers variable: [hocn] | ||
|
||
increment variables: [tocn, socn, uocn, vocn, ssh] | ||
|
||
vertical geometry: | ||
date: '{{marine_window_begin}}' | ||
basename: ./INPUT/ | ||
ocn_filename: MOM.res.nc | ||
read_from_file: 1 | ||
|
||
soca increment: | ||
date: '{{marine_window_begin}}' | ||
basename: ./Data/ | ||
ocn_filename: 'ocn.3dvarfgat_pseudo.incr.{{ATM_WINDOW_MIDDLE}}.nc' | ||
read_from_file: 1 | ||
|
||
output increment: | ||
datadir: ./ | ||
date: '{{marine_window_begin}}' | ||
exp: mom6_iau | ||
type: incr | ||
output file: inc.nc |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
- ninner: 2 | ||
gradient norm reduction: 1e-10 | ||
test: on | ||
geometry: | ||
fms initialization: | ||
namelist filename: {{atmosphere_fv3jedi_files_path}}/fmsmpp.nml | ||
field table filename: {{atmosphere_fv3jedi_files_path}}/field_table | ||
akbk: {{atmosphere_fv3jedi_files_path}}/akbk.nc4 | ||
layout: | ||
- {{atmosphere_layout_x}} | ||
- {{atmosphere_layout_y}} | ||
npx: {{atmosphere_npx_anl}} | ||
npy: {{atmosphere_npy_anl}} | ||
npz: {{atmosphere_npz_anl}} | ||
field metadata override: {{atmosphere_fv3jedi_files_path}}/fv3jedi_fieldmetadata_restart.yaml | ||
diagnostics: | ||
departures: bkgmob |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
- ninner: 4 | ||
gradient norm reduction: 1e-10 | ||
test: on | ||
geometry: | ||
fms initialization: | ||
namelist filename: {{atmosphere_fv3jedi_files_path}}/fmsmpp.nml | ||
field table filename: {{atmosphere_fv3jedi_files_path}}/field_table | ||
akbk: {{atmosphere_fv3jedi_files_path}}/akbk.nc4 | ||
layout: | ||
- {{atmosphere_layout_x}} | ||
- {{atmosphere_layout_y}} | ||
npx: {{atmosphere_npx_anl}} | ||
npy: {{atmosphere_npy_anl}} | ||
npz: {{atmosphere_npz_anl}} | ||
field metadata override: {{atmosphere_fv3jedi_files_path}}/fv3jedi_fieldmetadata_restart.yaml | ||
diagnostics: | ||
departures: bkgmob1 |
4 changes: 2 additions & 2 deletions
4
model/atmosphere/background.yaml.j2 → .../atmosphere/atmosphere_background.yaml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
model/atmosphere/background_ensemble.yaml.j2 → ...re/atmosphere_background_ensemble.yaml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
datetime: '{{ atm_background_time_iso }}' | ||
datetime: '{{ atmosphere_background_time_iso }}' | ||
members from template: | ||
template: | ||
datetime: '{{ atm_background_time_iso }}' | ||
datetime: '{{ atmosphere_background_time_iso }}' | ||
filetype: fms restart | ||
state variables: [ua,va,t,DZ,delp,ps,sphum,ice_wat,liq_wat,o3mr,phis, | ||
slmsk,sheleg,tsea,vtype,stype,vfrac,stc,smc,snwdph, | ||
u_srf,v_srf,f10m] | ||
datapath: {{ background_ensemble_path}} | ||
datapath: {{ atmosphere_background_ensemble_path}} | ||
filename is datetime templated: true | ||
filename_core: "%yyyy%mm%dd.%hh%MM%ss.fv_core.res.nc" | ||
filename_trcr: "%yyyy%mm%dd.%hh%MM%ss.fv_tracer.res.nc" | ||
filename_sfcd: "%yyyy%mm%dd.%hh%MM%ss.sfc_data.nc" | ||
filename_sfcw: "%yyyy%mm%dd.%hh%MM%ss.fv_srf_wnd.res.nc" | ||
filename_cplr: "%yyyy%mm%dd.%hh%MM%ss.coupler.res" | ||
pattern: "{{ ensemble_pattern | default("%mem%", true) }}" | ||
nmembers: {{ number_ensemble_members }} | ||
pattern: "{{ atmosphere_ensemble_pattern | default("%mem%", true) }}" | ||
nmembers: {{ atmosphere_number_ensemble_members }} | ||
zero padding: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.