-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revive the marine jcb implementation (#26)
Some updates/fixes to the marine yaml templates.
- Loading branch information
1 parent
661b51b
commit 25c66b8
Showing
4 changed files
with
94 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
input geometry: | ||
mom6_input_nml: mom_input.nml | ||
fields metadata: fields_metadata.yaml | ||
geom_grid_file: soca_gridspec.nc | ||
|
||
output geometry: | ||
mom6_input_nml: mom_input.nml | ||
fields metadata: fields_metadata.yaml | ||
geom_grid_file: soca_gridspec.nc | ||
|
||
variable change: | ||
variable change name: Soca2Cice | ||
do inverse: false | ||
seaice edge: 0.9 | ||
shuffle: false # seg. fault when true | ||
rescale prior: | ||
min hice: 0.5 | ||
min hsno: 0.1 | ||
domain: antarctic | ||
cice background state: | ||
restart: {{ ice_rst }} | ||
grid: ' ' | ||
ncat: 5 | ||
ice_lev: 7 | ||
sno_lev: 1 | ||
tstep: PT1H | ||
cice output: | ||
restart: {{ ice_rst }} | ||
output variables: [tocn, socn, hocn, cicen, hicen, hsnon] | ||
|
||
states: | ||
- input: | ||
read_from_file: 1 | ||
basename: ./ | ||
ocn_filename: {{ ocn_ana }} | ||
ice_filename: {{ ice_ana }} | ||
date: '{{ fcst_begin }}' | ||
state variables: [tocn, socn, hocn, cicen, hicen, hsnon] | ||
output: | ||
datadir: Data | ||
exp: soca2cice | ||
type: fc | ||
date: '{{ fcst_begin }}' |
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,40 @@ | ||
input geometry: | ||
mom6_input_nml: mom_input.nml | ||
fields metadata: ./fields_metadata.yaml | ||
|
||
output geometry: | ||
mom6_input_nml: mom_input.nml | ||
fields metadata: ./fields_metadata.yaml | ||
|
||
variable change: | ||
variable change name: Soca2Cice | ||
do inverse: false | ||
seaice edge: 0.8 | ||
shuffle: false | ||
rescale prior: | ||
min hice: 0.5 | ||
min hsno: 0.1 | ||
domain: arctic | ||
cice background state: | ||
restart: {{ ice_rst }} | ||
ncat: 5 | ||
ice_lev: 7 | ||
sno_lev: 1 | ||
tstep: PT1H | ||
cice output: | ||
restart: {{ ice_rst }} | ||
output variables: [tocn, socn, hocn, cicen, hicen, hsnon] | ||
|
||
states: | ||
- input: | ||
read_from_file: 1 | ||
basename: ./ | ||
ocn_filename: {{ ocn_ana }} | ||
ice_filename: {{ ice_ana }} | ||
date: '{{ fcst_begin }}' | ||
state variables: [tocn, socn, hocn, cicen, hicen, hsnon] | ||
output: | ||
datadir: Data | ||
exp: soca2cice | ||
type: fc | ||
date: '{{ fcst_begin }}' |
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