Skip to content

Commit a03c50a

Browse files
committed
Fixed problem in file with bad _FillValue.
1 parent 035b9f9 commit a03c50a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/bald/tests/integration/CDL/swath_AMSU_Brightness_Temp.cdl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ variables:
88
char scan_time(nscanDim, timeISO8601Dim) ;
99
scan_time:long_name = "Scan start time (UTC) in ISO8601 date/time ([YYYY]-[MM]-[DD]T[HH]-[MM]-[SS]Z) format" ;
1010
scan_time:standard_name = "scan_time" ;
11-
scan_time:_FillValue = "-9999" ;
1211
double scan_time_since78(nscanDim) ;
1312
scan_time_since78:long_name = "Scan start time (UTC) in a referenced or elapsed time format" ;
1413
scan_time_since78:standard_name = "time" ;
@@ -659,7 +658,7 @@ variables:
659658
spacecraft_altitude:scale_factor = 100.f ;
660659

661660
// global attributes:
662-
:Convensions = "CF-1.6" ;
661+
:Conventions = "CF-1.6" ;
663662
:title = "STAR Version 1.0 AMSU-A Radiance FCDR" ;
664663
:source = "NSS.AMAX.NK.D08190.S0713.E0906.B5278182.WI" ;
665664
:references = "Zou, Cheng-Zhi and Wenhui Wang (2011), Inter-satellite calibration of AMSU-A observations for weather and climate applications, J. Geophys. Res., Vol. 116, D23113, doi:10.1029/2011JD016205.Zou, C.-Z., M. Goldberg, Z. Cheng, N. Grody, J. Sullivan, C. Cao, and D. Tarpley (2006) Recalibration of microwave sounding unit for climate studies using simultaneous nadir overpasses, J. Geophys. Res., 111, D19114, doi:10.1029/2005JD006798. " ;

0 commit comments

Comments
 (0)