-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add identity 3dvar test (old test). Add some halo exchanges when going
from increments to fieldset and vice versa.
- Loading branch information
Showing
7 changed files
with
126 additions
and
2 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 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,95 @@ | ||
cost function: | ||
cost type: 3D-Var | ||
time window: | ||
begin: '2021-06-29T00:00:00Z' | ||
length: P1D | ||
analysis variables: [ice_area_fraction] | ||
background error: | ||
covariance model: SABER | ||
saber central block: | ||
saber block name: ID | ||
geometry: &Geom | ||
nemo variables: | ||
- name: ice_area_fraction | ||
nemo field name: iiceconc | ||
model space: surface | ||
field precision: double | ||
- name: sea_surface_temperature | ||
nemo field name: votemper | ||
model space: surface | ||
field precision: double | ||
- name: sea_water_potential_temperature | ||
nemo field name: votemper | ||
model space: volume | ||
field precision: double | ||
- name: ice_area_fraction_background_error | ||
nemo field name: sic_tot_var | ||
model space: surface | ||
variable type: background variance | ||
field precision: double | ||
grid name: ORCA2_T | ||
number levels: 10 | ||
extrafields initialisation: true | ||
background: | ||
date: 2021-06-29T12:00:00Z | ||
state variables: [ ice_area_fraction ] | ||
nemo field file: Data/orca2_t_nemo.nc | ||
set gmask: true | ||
observations: | ||
observers: | ||
- obs space: | ||
name: Sea Ice | ||
obsdatain: | ||
engine: | ||
type: H5File | ||
obsfile: Data/sic_obs_ideal.nc | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: testoutput/obsdataout_3dvar_sic_identity.nc | ||
simulated variables: [ice_area_fraction] | ||
get values: | ||
time interpolation: linear | ||
atlas-interpolator: | ||
type: unstructured-bilinear-lonlat | ||
# non_linear: missing-if-all-missing | ||
max_fraction_elems_to_try: 0.0 | ||
adjoint: true | ||
obs operator: | ||
name: Composite | ||
components: | ||
- name: Identity | ||
obs filters: | ||
- filter: Background Check | ||
filter variables: | ||
- name: ice_area_fraction | ||
absolute threshold: 2.0 | ||
action: | ||
name: reject | ||
obs error: | ||
covariance model: diagonal | ||
variational: | ||
minimizer: | ||
algorithm: DRPCG | ||
iterations: | ||
- ninner: 1 | ||
gradient norm reduction: 1e-30 | ||
geometry: *Geom | ||
test: on | ||
online diagnostics: | ||
write increment: true | ||
increment: | ||
state component: | ||
output path: testoutput/increments_3dvar_sic_identity.nc | ||
date: 2021-06-30T00:00:00Z | ||
final: | ||
diagnostics: | ||
departures: oman | ||
output: | ||
date: 2021-06-30T00:00:00Z | ||
state variables: [ ice_area_fraction ] | ||
nemo field file: testoutput/3dvar_sic_identity2.nc | ||
output nemo field file: testoutput/analysis_3dvar_sic_identity.nc | ||
test: | ||
reference filename: testoutput/test_3dvar_sic_identity.ref | ||
test output filename: testoutput/test_3dvar_sic_identity.out |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
CostJb : Nonlinear Jb = 0.0000000000000000e+00 | ||
CostJo : Nonlinear Jo(Sea Ice) = 1.4687500000000000e+00, nobs = 47, Jo/n = 3.1250000000000000e-02, err = 2.0000000000000000e+00 | ||
CostFunction: Nonlinear J = 1.4687500000000000e+00 | ||
DRPCGMinimizer: reduction in residual norm = 7.2399282392205355e-01 | ||
CostFunction::addIncrement: Analysis: | ||
Model state valid at time: 2021-06-29T12:00:00Z | ||
1 variables: ice_area_fraction | ||
atlas field norms: | ||
ice_area_fraction: 3.20155e-03 | ||
|
||
|
||
|
||
|
||
CostJb : Nonlinear Jb = 0.00000e+00 | ||
CostJo : Nonlinear Jo(Sea Ice) = 1.10491e+00, nobs = 47, Jo/n = 2.35087e-02, err = 2.00000e+00 | ||
CostFunction: Nonlinear J = 1.10491e+00 |