Skip to content

Commit 9344b22

Browse files
committed
More CDL updates
(cherry picked from commit 47272b3)
1 parent 4807ec8 commit 9344b22

6 files changed

Lines changed: 305 additions & 304 deletions

File tree

lib/iris/tests/results/imagerepo.json

Lines changed: 300 additions & 299 deletions
Large diffs are not rendered by default.

lib/iris/tests/results/netcdf/netcdf_save_conf_aux.cdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dimensions:
2-
dim0 = UNLIMITED ; // (10 currently)
2+
dim0 = 10 ;
33
variables:
44
double temp(dim0) ;
55
temp:standard_name = "air_temperature" ;

lib/iris/tests/results/netcdf/netcdf_save_multi_1.cdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
dimensions:
2-
time = UNLIMITED ; // (360 currently)
32
bnds = 2 ;
43
latitude = 73 ;
54
longitude = 96 ;
5+
time = 360 ;
66
variables:
77
float air_temperature(time, latitude, longitude) ;
88
air_temperature:standard_name = "air_temperature" ;

lib/iris/tests/results/netcdf/netcdf_save_multi_2.cdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
dimensions:
2-
time = UNLIMITED ; // (360 currently)
32
bnds = 2 ;
43
latitude = 73 ;
54
longitude = 96 ;
5+
time = 360 ;
66
variables:
77
float precipitation_flux(time, latitude, longitude) ;
88
precipitation_flux:standard_name = "precipitation_flux" ;

lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/abcza_pa19591997_daily_29.b_1.cdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
dimensions:
2-
time = UNLIMITED ; // (360 currently)
32
bnds = 2 ;
43
latitude = 73 ;
54
longitude = 96 ;
5+
time = 360 ;
66
variables:
77
float air_temperature(time, latitude, longitude) ;
88
air_temperature:_FillValue = 9.96921e+36f ;

lib/iris/tests/results/usecases/pp_to_cf_conversion/to_netcdf/abcza_pa19591997_daily_29.b_2.cdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
dimensions:
2-
time = UNLIMITED ; // (360 currently)
32
bnds = 2 ;
43
latitude = 73 ;
54
longitude = 96 ;
5+
time = 360 ;
66
variables:
77
float precipitation_flux(time, latitude, longitude) ;
88
precipitation_flux:_FillValue = 9.96921e+36f ;

0 commit comments

Comments
 (0)