Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds letkf.yaml(.j2) #1134

Merged
merged 6 commits into from
May 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions parm/soca/letkf/letkf.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
geometry:
geom_grid_file: soca_gridspec.nc
mom6_input_nml: mom_input.nml
fields metadata: fields_metadata.yaml

time window:
begin: &date '{{ ATM_WINDOW_BEGIN }}'
length: PT6H

background:
members from template:
template:
date: '{{ ATM_WINDOW_MIDDLE }}'
ocn_filename: enkfgdas.ocean.t06z.inst.f009.nc
ice_filename: enkfgdas.ice.t06z.inst.f009.nc
read_from_file: 1
basename: ./ens/mem%mem%
state variables: [socn, tocn, ssh, uocn, vocn, cicen]
pattern: '%mem%'
nmembers: {{ NMEM_ENS }}

observations:
observers:

driver:
do posterior observer: true
save posterior mean increment: true
save posterior mean: true
save posterior variance: true
save prior mean: true
save prior variance: true

local ensemble DA:
solver: LETKF
inflation:
rtps: 0.5
rtpp: 0.6
mult: 1.1

output:
datadir: data_output/
date: *date
exp: letkf
type: ens

output mean prior:
datadir: data_output/
date: *date
exp: letkf
type: fc

output variance prior:
datadir: data_output/
date: *date
exp: letkf
type: fc

output variance posterior:
datadir: data_output/
date: *date
exp: letkf
type: an

output increment:
datadir: data_output/
date: *date
exp: letkf.inc
type: an

Loading