@@ -32,7 +32,7 @@ CASE("test basic geometry") {
32
32
nemo_var_mappings[1 ].set (" name" , " sea_ice_area_fraction_error" )
33
33
.set (" nemo field name" , " sic_tot_var" )
34
34
.set (" model space" , " surface" )
35
- .set (" variable type" , " background error standard deviation " );
35
+ .set (" variable type" , " background error variance " );
36
36
nemo_var_mappings[2 ].set (" name" , " sea_surface_foundation_temperature" )
37
37
.set (" nemo field name" , " votemper" )
38
38
.set (" model space" , " surface" );
@@ -52,11 +52,11 @@ CASE("test basic geometry") {
52
52
EXPECT (geometry.variable_in_variable_type (" sea_ice_area_fraction" ,
53
53
" background" ));
54
54
EXPECT (geometry.variable_in_variable_type (" sea_ice_area_fraction_error" ,
55
- " background error standard deviation " ));
55
+ " background error variance " ));
56
56
EXPECT (!geometry.variable_in_variable_type (" sea_ice_area_fraction_error" ,
57
57
" background" ));
58
58
EXPECT (!geometry.variable_in_variable_type (" sea_ice_area_fraction" ,
59
- " background error standard deviation " ));
59
+ " background error variance " ));
60
60
}
61
61
62
62
SECTION (" test geometry variable sizes" ) {
0 commit comments