-
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.
streamlined and more diag for static B
- Loading branch information
1 parent
97fbb0f
commit 8517b59
Showing
13 changed files
with
107 additions
and
136 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,86 @@ | ||
geometry: | ||
mom6_input_nml: mom_input.nml | ||
fields metadata: ./fields_metadata.yaml | ||
|
||
date: '{{ATM_WINDOW_BEGIN}}' | ||
|
||
layers variable: [hocn] | ||
|
||
increment variables: [tocn, socn, uocn, vocn, ssh, hocn, cicen, hicen, hsnon] | ||
|
||
set increment variables to zero: [uocn, vocn, ssh] | ||
|
||
vertical geometry: | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
basename: ./INPUT/ | ||
ocn_filename: MOM.res.nc | ||
read_from_file: 3 | ||
|
||
soca increments: | ||
number of increments: ${CLIM_ENS_SIZE} | ||
pattern: '%mem%' | ||
template: | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
basename: ./static_ens/ | ||
ocn_filename: 'ocn.%mem%.nc' | ||
ice_filename: 'ice.%mem%.nc' | ||
read_from_file: 3 | ||
|
||
steric height: | ||
linear variable changes: | ||
- linear variable change name: BalanceSOCA # Only the steric balance is applied | ||
|
||
ssh output: | ||
unbalanced: | ||
datadir: ./static_ens | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
exp: ssh_unbal_stddev | ||
type: incr | ||
|
||
steric: | ||
datadir: ./static_ens | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
exp: ssh_steric_stddev | ||
type: incr | ||
|
||
total: | ||
datadir: ./static_ens | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
exp: ssh_total_stddev | ||
type: incr | ||
|
||
explained variance: | ||
datadir: ./static_ens | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
exp: steric_explained_variance | ||
type: incr | ||
|
||
background error output: | ||
datadir: ./static_ens | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
exp: bkgerr_stddev | ||
type: incr | ||
|
||
linear variable change: | ||
linear variable changes: | ||
- linear variable change name: BkgErrFILT | ||
ocean_depth_min: 500 # zero where ocean is shallower than 500m | ||
rescale_bkgerr: 1.0 # rescale perturbation | ||
efold_z: 1500.0 # Apply exponential decay | ||
- linear variable change name: BalanceSOCA | ||
|
||
trajectory: | ||
state variables: [tocn, socn, uocn, vocn, ssh, hocn, layer_depth, mld, cicen, hicen, hsnon] | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
basename: ./INPUT/ | ||
ocn_filename: MOM.res.nc | ||
ice_filename: cice.res.nc | ||
read_from_file: 1 | ||
|
||
output increment: | ||
datadir: ./static_ens | ||
date: '{{ATM_WINDOW_BEGIN}}' | ||
exp: trash | ||
type: incr | ||
output file: 'ocn.pert.steric.%mem%.nc' | ||
pattern: '%mem%' |
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
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