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

Updates for g-w cycling #349

Merged
merged 1 commit into from
Feb 13, 2023
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions parm/soca/berror/soca_bump2d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ bump:
multivariate strategy: univariate
compute nicas: true
write local nicas: true
write nicas grids: true
model:
do not cross mask boundaries: false
nicas:
Expand Down
10 changes: 5 additions & 5 deletions parm/soca/berror/soca_setcorscales.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ scales:
min grid mult: 2.0
cicen:
rossby mult: 0.0
min grid mult: 1.0
min grid mult: 2.0
min: 50.0
hicen:
rossby mult: 0.0
min grid mult: 1.0
min: 150.0
min grid mult: 4.0
min: 150000.0
hsnon:
rossby mult: 0.0
min grid mult: 1.0
min: 1000.0
min grid mult: 4.0
min: 150000.0

rh output:
datadir: ./
Expand Down
56 changes: 2 additions & 54 deletions parm/soca/obs/config/adt_j3_egm2008.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,63 +8,11 @@ obs space:
engine:
type: H5File
obsfile: !ENV ${DATA}/diags/adt_j3_egm2008.${PDY}${cyc}.nc4
simulated variables: [absolute_dynamic_topography]
simulated variables: [absoluteDynamicTopography]
io pool:
max pool size: 1
obs operator:
name: ADT
obs error:
covariance model: diagonal
obs filters:
- filter: Domain Check
where:
- variable: {name: sea_area_fraction@GeoVaLs}
minvalue: 0.9
- filter: Domain Check
where:
- variable: { name: sea_surface_temperature@GeoVaLs}
minvalue: 15.0
- filter: Background Check
absolute threshold: 0.2
- filter: Domain Check
where:
- variable: {name: sea_floor_depth_below_sea_surface@GeoVaLs}
minvalue: 500
- filter: Perform Action
action:
name: assign error
error function:
name: LinearCombination@ObsFunction
options:
variables: [mesoscale_representation_error@GeoVaLs,
absolute_dynamic_topography@ObsError]
coefs: [0.1,
0.5]
- filter: BlackList
where:
- variable:
name: latitude@MetaData
minvalue: -65
maxvalue: -30
- variable:
name: longitude@MetaData
minvalue: -125
maxvalue: -90
- filter: BlackList
where:
- variable:
name: latitude@MetaData
minvalue: -65
maxvalue: -30
- variable:
name: longitude@MetaData
minvalue: 60
maxvalue: 110
- filter: Domain Check
where:
- variable: { name: sea_ice_area_fraction@GeoVaLs}
maxvalue: 0.00001
- filter: Domain Check
where:
- variable: {name: distance_from_coast@GeoVaLs}
minvalue: 100e3