File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ ecbuild_add_test( TARGET test_orcamodel_hofx3D_prof_2var
91
91
ARGS testinput/hofx3d_nc_prof_2vars.yaml
92
92
COMMAND orcamodel_hofx3D.x )
93
93
94
- ecbuild_add_test( TARGET test_orcamodel_3DVar_ice
94
+ ecbuild_add_test( TARGET test_orcamodel_3DVar_sic
95
95
OMP 1
96
- ARGS testinput/3dvar_ice_obs .yaml
96
+ ARGS testinput/3dvar_sic .yaml
97
97
COMMAND orcamodel_3DVar.x )
98
98
99
99
ecbuild_add_test( TARGET test_orcamodel_Dirac
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ cost function:
44
44
obsdataout :
45
45
engine :
46
46
type : H5File
47
- obsfile : testoutput/obsdataout_3dvar_ice .nc
47
+ obsfile : testoutput/obsdataout_3dvar_sic .nc
48
48
simulated variables : [ice_area_fraction]
49
49
get values :
50
50
time interpolation : linear
@@ -91,16 +91,16 @@ variational:
91
91
write increment : true
92
92
increment :
93
93
state component :
94
- output path : testoutput/increments_3dvar_ice .nc
94
+ output path : testoutput/increments_3dvar_sic .nc
95
95
date : 2021-06-30T00:00:00Z
96
96
final :
97
97
diagnostics :
98
98
departures : oman
99
99
output :
100
100
date : 2021-06-30T00:00:00Z
101
101
state variables : [ ice_area_fraction ]
102
- nemo field file : testoutput/3dvar_ice2 .nc
103
- output nemo field file : testoutput/analysis_3dvar_ice .nc
102
+ nemo field file : testoutput/3dvar_sic2 .nc
103
+ output nemo field file : testoutput/analysis_3dvar_sic .nc
104
104
test :
105
- reference filename : testoutput/test_3dvar_ice_obs .ref
106
- test output filename : testoutput/test_3dvar_ice_obs .out
105
+ reference filename : testoutput/test_3dvar_sic .ref
106
+ test output filename : testoutput/test_3dvar_sic .out
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ list( APPEND orcajedi_test_input
19
19
odb_sic_mapping.yaml
20
20
test_name_map.yaml
21
21
dirac.yaml
22
- 3dvar_ice_obs .yaml
22
+ 3dvar_sic .yaml
23
23
)
24
24
25
25
foreach (FILENAME ${orcajedi_test_input} )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ list( APPEND orcajedi_test_output
12
12
test_hofx3d_nc_prof_2vars.ref
13
13
test_hofx3d_nc_ssh_amm1.ref
14
14
test_hofx3d_nc_ssh_amm1r.ref
15
- test_3dvar_ice_obs .ref
15
+ test_3dvar_sic .ref
16
16
test_dirac.ref
17
17
)
18
18
File renamed without changes.
You can’t perform that action at this time.
0 commit comments