-
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.
Filtering of the offline ensemble members, and more ... (#539)
* filter offline ensemble * fixed py norm * point to public oops * update for oops 2258, point ufo to dev * reverted ufo branch and soca obs list * wrong date in yaml
- Loading branch information
1 parent
7630832
commit 3b2eb40
Showing
18 changed files
with
341 additions
and
93 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 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
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: | ||
geom_grid_file: soca_gridspec.nc | ||
mom6_input_nml: mom_input.nml | ||
fields metadata: fields_metadata.yaml | ||
|
||
output geometry: | ||
geom_grid_file: soca_gridspec.nc | ||
mom6_input_nml: mom_input.nml | ||
fields metadata: fields_metadata.yaml | ||
|
||
linear variable change: | ||
input variables: [tocn, socn, ssh, uocn, vocn, hocn, cicen, hicen, hsnon] | ||
output variables: [tocn, socn, ssh, uocn, vocn, hocn, cicen, hicen, hsnon] | ||
do inverse: false | ||
linear variable changes: | ||
- linear variable change name: BkgErrFILT | ||
ocean_depth_min: 500 # zero where ocean is shallower than 500m | ||
rescale_bkgerr: 0.3 # rescale perturbation | ||
efold_z: 1500.0 # Apply exponential decay | ||
- linear variable change name: BalanceSOCA # linear steric height from (T,S) perturbation | ||
|
||
increments: | ||
- date: '{{ATM_WINDOW_BEGIN}}' | ||
input variables: [tocn, socn, ssh, uocn, vocn, hocn, cicen, hicen, hsnon] | ||
input: | ||
read_from_file: 1 | ||
basename: ./static_ens/ | ||
ocn_filename: 'ocn.bal.ens.MEMNUM.{{ATM_WINDOW_BEGIN}}.PT0S.nc' | ||
ice_filename: 'ice.bal.ens.MEMNUM.{{ATM_WINDOW_BEGIN}}.PT0S.nc' | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
state variables: [ssh, tocn, socn, uocn, vocn, cicen, hicen, hsnon] | ||
trajectory: | ||
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, hocn, mld, layer_depth] | ||
output: | ||
datadir: ./static_ens | ||
exp: filtered.MEMNUM | ||
type: incr | ||
date: '{{ATM_WINDOW_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
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,29 @@ | ||
geometry: | ||
geom_grid_file: soca_gridspec.nc | ||
mom6_input_nml: mom_input.nml | ||
fields metadata: fields_metadata.yaml | ||
|
||
ensemble: | ||
members from template: | ||
template: | ||
read_from_file: 1 | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
basename: ./static_ens/ | ||
ocn_filename: ocn.%mem%.nc | ||
ice_filename: ice.%mem%.nc | ||
remap_filename: ./INPUT/MOM.res.nc | ||
state variables: [tocn, socn, ssh, uocn, vocn, hocn, cicen, hicen, hsnon] | ||
pattern: '%mem%' | ||
nmembers: ${CLIM_ENS_SIZE} | ||
|
||
mean output: | ||
datadir: ./static_ens/ | ||
exp: orig_ens_mean | ||
type: incr | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
|
||
standard deviation output: | ||
datadir: ./static_ens/ | ||
exp: orig_ens_stddev | ||
type: incr | ||
date: '{{ATM_WINDOW_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,35 @@ | ||
geometry: | ||
geom_grid_file: soca_gridspec.nc | ||
mom6_input_nml: mom_input.nml | ||
fields metadata: fields_metadata.yaml | ||
|
||
recenter variables: [cicen, hicen, hsnon, socn, tocn, uocn, vocn, ssh, hocn, mld, layer_depth] | ||
|
||
zero center: True | ||
|
||
center: | ||
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, hocn, mld, layer_depth] | ||
|
||
ensemble: | ||
members from template: | ||
template: | ||
read_from_file: 1 | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
basename: ./static_ens/ | ||
ocn_filename: ocn.%mem%.nc | ||
ice_filename: ice.%mem%.nc | ||
remap_filename: ./INPUT/MOM.res.nc | ||
state variables: [cicen, hicen, hsnon, socn, tocn, uocn, vocn, ssh, hocn, mld, layer_depth] | ||
pattern: '%mem%' | ||
nmembers: ${CLIM_ENS_SIZE} | ||
|
||
recentered output: | ||
datadir: ./static_ens | ||
exp: bal | ||
type: ens | ||
date: '{{ATM_WINDOW_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,27 @@ | ||
geometry: | ||
mom6_input_nml: mom_input.nml | ||
fields metadata: ./fields_metadata.yaml | ||
|
||
date: '{{ATM_WINDOW_MIDDLE}}' | ||
|
||
variables: | ||
ice: [cicen, hicen, hsnon] | ||
ocean: [tocn, socn, uocn, vocn, ssh] | ||
|
||
background: | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
basename: ./INPUT/ | ||
ocn_filename: MOM.res.nc | ||
ice_filename: cice.res.nc | ||
read_from_file: 1 | ||
|
||
weights: | ||
# Need to provide weights^2 when reading from file | ||
ice: 0.0025 # 5% of original variance | ||
ocean: 0.01 # 10% " " | ||
|
||
output: | ||
datadir: ./ | ||
date: '{{ATM_WINDOW_MIDDLE}}' | ||
exp: ens_weights | ||
type: incr |
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,26 @@ | ||
resolution: | ||
mom6_input_nml: mom_input.nml | ||
fields metadata: ./fields_metadata.yaml | ||
|
||
date: 0001-01-01T00:00:00Z | ||
|
||
corr variables: [tocn, cicen] | ||
|
||
scales: | ||
vert layers: 70 # in units of layer | ||
tocn: | ||
rossby mult: 1.00 | ||
min grid mult: 2.0 | ||
cicen: | ||
rossby mult: 1.00 | ||
min grid mult: 2.0 | ||
|
||
rh output: | ||
datadir: ./ | ||
exp: loc_rh | ||
type: incr | ||
|
||
rv output: | ||
datadir: ./ | ||
exp: loc_rv | ||
type: incr |
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
Oops, something went wrong.