-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into bugfix/soca_vrfy
- Loading branch information
Showing
8 changed files
with
141 additions
and
37 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
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,37 @@ | ||
geometry: &geom | ||
mom6_input_nml: mom_input.nml | ||
fields metadata: ./fields_metadata.yaml | ||
|
||
background: | ||
read_from_file: 1 | ||
basename: ./INPUT/ | ||
ocn_filename: MOM.res.nc | ||
ice_filename: cice.res.nc | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
state variables: [cicen, hicen, hsnon, socn, tocn, uocn, vocn, ssh] | ||
|
||
background error: | ||
covariance model: SABER | ||
saber central block: | ||
saber block name: EXPLICIT_DIFFUSION | ||
geometry: *geom | ||
calibration: | ||
normalization: | ||
method: randomization | ||
iterations: 10000 | ||
|
||
groups: | ||
- name: ocean | ||
horizontal: | ||
from file: | ||
filename: ocn.cor_rh.incr.0001-01-01T00:00:00Z.nc | ||
variable name: ave_ssh | ||
write: | ||
filename: hz_ocean.nc | ||
|
||
- name: ice | ||
horizontal: | ||
as gaussian: true | ||
fixed value: 50000.0 | ||
write: | ||
filename: hz_ice.nc |
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,30 @@ | ||
geometry: &geom | ||
mom6_input_nml: mom_input.nml | ||
fields metadata: ./fields_metadata.yaml | ||
|
||
background: | ||
read_from_file: 1 | ||
basename: ./INPUT/ | ||
ocn_filename: MOM.res.nc | ||
ice_filename: cice.res.nc | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
state variables: [cicen, hicen, hsnon, socn, tocn, uocn, vocn, ssh] | ||
|
||
background error: | ||
covariance model: SABER | ||
saber central block: | ||
saber block name: EXPLICIT_DIFFUSION | ||
geometry: *geom | ||
calibration: | ||
normalization: | ||
# NOTE, not actually used here, since the normalization spec is only used for hz | ||
method: randomization #< other option is "brute force" | ||
iterations: 1000 #< in the real world you'll want to use 1e4 or so | ||
|
||
groups: | ||
- name: vt_ocean | ||
vertical: | ||
as gaussian: true | ||
fixed value: 5.0 | ||
write: | ||
filename: vt_ocean.nc |
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