netcdf isccp.1983-2009 { dimensions: time = UNLIMITED ; // (324 currently) lat = 72 ; lon = 144 ; variables: double time(time) ; time:calendar = "gregorian" ; time:units = "days since 1901-01-01 00:00:0.0" ; time:long_name = "time" ; int date(time) ; date:units = "yyyymmdd" ; date:long_name = "current date" ; int datesec(time) ; datesec:units = "seconds" ; datesec:long_name = "current seconds of current date" ; float lat(lat) ; lat:long_name = "latitude" ; lat:units = "degrees_north" ; float lon(lon) ; lon:long_name = "longitude" ; lon:units = "degrees_east" ; float CA(time, lat, lon) ; CA:long_name = "Mean cloud amount" ; CA:units = "%" ; CA:comment = "CA: Cloud amount" ; CA:missing_value = -1000.f ; CA:_FillValue = -1000.f ; float CA_IR(time, lat, lon) ; CA_IR:long_name = "Mean IR-marginal cloud amount" ; CA_IR:units = "%" ; CA_IR:comment = "CA: Cloud amount" ; CA_IR:missing_value = -1000.f ; CA_IR:_FillValue = -1000.f ; float CA_Frq_0010(time, lat, lon) ; CA_Frq_0010:long_name = "Frequency of mean cloud amount 0-10%" ; CA_Frq_0010:units = "%" ; CA_Frq_0010:comment = "CA: Frequency Distribution: Cloud amount" ; CA_Frq_0010:missing_value = -1000.f ; CA_Frq_0010:_FillValue = -1000.f ; float CA_Frq_1020(time, lat, lon) ; CA_Frq_1020:long_name = "Frequency of mean cloud amount 10-20%" ; CA_Frq_1020:units = "%" ; CA_Frq_1020:comment = "CA: Frequency Distribution: Cloud amount" ; CA_Frq_1020:missing_value = -1000.f ; CA_Frq_1020:_FillValue = -1000.f ; float CA_Frq_2030(time, lat, lon) ; CA_Frq_2030:long_name = "Frequency of mean cloud amount 20-30%" ; CA_Frq_2030:units = "%" ; CA_Frq_2030:comment = "CA: Frequency Distribution: Cloud amount" ; CA_Frq_2030:missing_value = -1000.f ; CA_Frq_2030:_FillValue = -1000.f ; float CA_Frq_3040(time, lat, lon) ; CA_Frq_3040:long_name = "Frequency of mean cloud amount 30-40%" ; CA_Frq_3040:units = "%" ; CA_Frq_3040:comment = "CA: Frequency Distribution: Cloud amount" ; CA_Frq_3040:missing_value = -1000.f ; CA_Frq_3040:_FillValue = -1000.f ; float CA_Frq_4050(time, lat, lon) ; CA_Frq_4050:long_name = "Frequency of mean cloud amount 40-50%" ; CA_Frq_4050:units = "%" ; CA_Frq_4050:comment = "CA: Frequency Distribution: Cloud amount" ; CA_Frq_4050:missing_value = -1000.f ; CA_Frq_4050:_FillValue = -1000.f ; float CA_Frq_5060(time, lat, lon) ; CA_Frq_5060:long_name = "Frequency of mean cloud amount 50-60%" ; CA_Frq_5060:units = "%" ; CA_Frq_5060:comment = "CA: Frequency Distribution: Cloud amount" ; CA_Frq_5060:missing_value = -1000.f ; CA_Frq_5060:_FillValue = -1000.f ; float CA_Frq_6070(time, lat, lon) ; CA_Frq_6070:long_name = "Frequency of mean cloud amount 60-70%" ; CA_Frq_6070:units = "%" ; CA_Frq_6070:comment = "CA: Frequency Distribution: Cloud amount" ; CA_Frq_6070:missing_value = -1000.f ; CA_Frq_6070:_FillValue = -1000.f ; float CA_Frq_7080(time, lat, lon) ; CA_Frq_7080:long_name = "Frequency of mean cloud amount 70-80%" ; CA_Frq_7080:units = "%" ; CA_Frq_7080:comment = "CA: Frequency Distribution: Cloud amount" ; CA_Frq_7080:missing_value = -1000.f ; CA_Frq_7080:_FillValue = -1000.f ; float CA_Frq_8090(time, lat, lon) ; CA_Frq_8090:long_name = "Frequency of mean cloud amount 80-90%" ; CA_Frq_8090:units = "%" ; CA_Frq_8090:comment = "CA: Frequency Distribution: Cloud amount" ; CA_Frq_8090:missing_value = -1000.f ; CA_Frq_8090:_FillValue = -1000.f ; float CA_Frq_90100(time, lat, lon) ; CA_Frq_90100:long_name = "Frequency of mean cloud amount 90-100%" ; CA_Frq_90100:units = "%" ; CA_Frq_90100:comment = "CA: Frequency Distribution: Cloud amount" ; CA_Frq_90100:missing_value = -1000.f ; CA_Frq_90100:_FillValue = -1000.f ; float PC(time, lat, lon) ; PC:long_name = "Mean cloud pressure" ; PC:units = "mb" ; PC:comment = "PC: Mean cloud top pressure" ; PC:missing_value = -1000.f ; PC:_FillValue = -1000.f ; float PC_Sd_Time(time, lat, lon) ; PC_Sd_Time:long_name = "Standard deviation over time" ; PC_Sd_Time:units = "mb" ; PC_Sd_Time:comment = "PC: Mean cloud top pressure" ; PC_Sd_Time:missing_value = -1000.f ; PC_Sd_Time:_FillValue = -1000.f ; float PC_Sd_Space(time, lat, lon) ; PC_Sd_Space:long_name = "Mean standard deviation over space" ; PC_Sd_Space:units = "mb" ; PC_Sd_Space:comment = "PC: Mean cloud top pressure" ; PC_Sd_Space:missing_value = -1000.f ; PC_Sd_Space:_FillValue = -1000.f ; float TC(time, lat, lon) ; TC:long_name = "Mean cloud temperature" ; TC:units = "K" ; TC:comment = "TC: Mean cloud top temperature" ; TC:missing_value = -1000.f ; TC:_FillValue = -1000.f ; float TC_Sd_Time(time, lat, lon) ; TC_Sd_Time:long_name = "Standard deviation over time" ; TC_Sd_Time:units = "K" ; TC_Sd_Time:comment = "TC: Mean cloud top temperature" ; TC_Sd_Time:missing_value = -1000.f ; TC_Sd_Time:_FillValue = -1000.f ; float TC_Sd_Space(time, lat, lon) ; TC_Sd_Space:long_name = "Mean standard deviation over space" ; TC_Sd_Space:units = "K" ; TC_Sd_Space:comment = "TC: Mean cloud top temperature" ; TC_Sd_Space:missing_value = -1000.f ; TC_Sd_Space:_FillValue = -1000.f ; float TAU(time, lat, lon) ; TAU:long_name = "Mean cloud TAU" ; TAU:units = "" ; TAU:comment = "TAU: Mean cloud optical thickness" ; TAU:missing_value = -1000.f ; TAU:_FillValue = -1000.f ; float TAU_Sd_Time(time, lat, lon) ; TAU_Sd_Time:long_name = "Standard deviation over time" ; TAU_Sd_Time:units = "" ; TAU_Sd_Time:comment = "TAU: Mean cloud optical thickness" ; TAU_Sd_Time:missing_value = -1000.f ; TAU_Sd_Time:_FillValue = -1000.f ; float TAU_Sd_Space(time, lat, lon) ; TAU_Sd_Space:long_name = "Mean standard deviation over space" ; TAU_Sd_Space:units = "" ; TAU_Sd_Space:comment = "TAU: Mean cloud optical thickness" ; TAU_Sd_Space:missing_value = -1000.f ; TAU_Sd_Space:_FillValue = -1000.f ; float WP(time, lat, lon) ; WP:long_name = "Water path (WP)" ; WP:units = "g/m2" ; WP:comment = "WP: Mean cloud water path" ; WP:missing_value = -1000.f ; WP:_FillValue = -1000.f ; float WP_Sd_Time(time, lat, lon) ; WP_Sd_Time:long_name = "Standard deviation over time" ; WP_Sd_Time:units = "g/m2" ; WP_Sd_Time:comment = "WP: Mean cloud water path" ; WP_Sd_Time:missing_value = -1000.f ; WP_Sd_Time:_FillValue = -1000.f ; float WP_Sd_Space(time, lat, lon) ; WP_Sd_Space:long_name = "Mean standard deviation over space" ; WP_Sd_Space:units = "g/m2" ; WP_Sd_Space:comment = "WP: Mean cloud water path" ; WP_Sd_Space:missing_value = -1000.f ; WP_Sd_Space:_FillValue = -1000.f ; float CA_Low(time, lat, lon) ; CA_Low:long_name = "Mean low cloud amount" ; CA_Low:units = "%" ; CA_Low:comment = "IR cloud type" ; CA_Low:missing_value = -1000.f ; CA_Low:_FillValue = -1000.f ; float PC_Low(time, lat, lon) ; PC_Low:long_name = "Mean PC for low clouds" ; PC_Low:units = "mb" ; PC_Low:comment = "IR cloud type" ; PC_Low:missing_value = -1000.f ; PC_Low:_FillValue = -1000.f ; float TC_Low(time, lat, lon) ; TC_Low:long_name = "Mean TC for low clouds" ; TC_Low:units = "K" ; TC_Low:comment = "IR cloud type" ; TC_Low:missing_value = -1000.f ; TC_Low:_FillValue = -1000.f ; float CA_Mid(time, lat, lon) ; CA_Mid:long_name = "Mean middle cloud amount" ; CA_Mid:units = "%" ; CA_Mid:comment = "IR cloud type" ; CA_Mid:missing_value = -1000.f ; CA_Mid:_FillValue = -1000.f ; float PC_Mid(time, lat, lon) ; PC_Mid:long_name = "Mean PC for middle clouds" ; PC_Mid:units = "mb" ; PC_Mid:comment = "IR cloud type" ; PC_Mid:missing_value = -1000.f ; PC_Mid:_FillValue = -1000.f ; float TC_Mid(time, lat, lon) ; TC_Mid:long_name = "Mean TC for middle clouds" ; TC_Mid:units = "K" ; TC_Mid:comment = "IR cloud type" ; TC_Mid:missing_value = -1000.f ; TC_Mid:_FillValue = -1000.f ; float CA_High(time, lat, lon) ; CA_High:long_name = "Mean high cloud amount" ; CA_High:units = "%" ; CA_High:comment = "IR cloud type" ; CA_High:missing_value = -1000.f ; CA_High:_FillValue = -1000.f ; float PC_High(time, lat, lon) ; PC_High:long_name = "Mean PC for high clouds" ; PC_High:units = "mb" ; PC_High:comment = "IR cloud type" ; PC_High:missing_value = -1000.f ; PC_High:_FillValue = -1000.f ; float TC_High(time, lat, lon) ; TC_High:long_name = "Mean TC for high clouds" ; TC_High:units = "K" ; TC_High:comment = "IR cloud type" ; TC_High:missing_value = -1000.f ; TC_High:_FillValue = -1000.f ; float CA_C_Liquid(time, lat, lon) ; CA_C_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; CA_C_Liquid:long_name = "Mean CA for cloud type 1 = Cumulus,liquid" ; CA_C_Liquid:units = "%" ; CA_C_Liquid:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; CA_C_Liquid:missing_value = -1000.f ; CA_C_Liquid:_FillValue = -1000.f ; float PC_C_Liquid(time, lat, lon) ; PC_C_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; PC_C_Liquid:long_name = "Mean PC for cloud type 1 = Cumulus,liquid" ; PC_C_Liquid:units = "mb" ; PC_C_Liquid:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; PC_C_Liquid:missing_value = -1000.f ; PC_C_Liquid:_FillValue = -1000.f ; float TC_C_Liquid(time, lat, lon) ; TC_C_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; TC_C_Liquid:long_name = "Mean TC for cloud type 1 = Cumulus,liquid" ; TC_C_Liquid:units = "K" ; TC_C_Liquid:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; TC_C_Liquid:missing_value = -1000.f ; TC_C_Liquid:_FillValue = -1000.f ; float TAU_C_Liquid(time, lat, lon) ; TAU_C_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; TAU_C_Liquid:long_name = "Mean TAU for cloud type 1 = Cumulus,liquid" ; TAU_C_Liquid:units = "" ; TAU_C_Liquid:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; TAU_C_Liquid:missing_value = -1000.f ; TAU_C_Liquid:_FillValue = -1000.f ; float WP_C_Liquid(time, lat, lon) ; WP_C_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; WP_C_Liquid:long_name = "Mean WP for cloud type 1 = Cumulus,liquid" ; WP_C_Liquid:units = "g/m2" ; WP_C_Liquid:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; WP_C_Liquid:missing_value = -1000.f ; WP_C_Liquid:_FillValue = -1000.f ; float CA_SC_Liquid(time, lat, lon) ; CA_SC_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; CA_SC_Liquid:long_name = "Mean CA for cloud type 2 = Stratocumulus,liquid" ; CA_SC_Liquid:units = "%" ; CA_SC_Liquid:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; CA_SC_Liquid:missing_value = -1000.f ; CA_SC_Liquid:_FillValue = -1000.f ; float PC_SC_Liquid(time, lat, lon) ; PC_SC_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; PC_SC_Liquid:long_name = "Mean PC for cloud type 2 = Stratocumulus,liquid" ; PC_SC_Liquid:units = "mb" ; PC_SC_Liquid:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; PC_SC_Liquid:missing_value = -1000.f ; PC_SC_Liquid:_FillValue = -1000.f ; float TC_SC_Liquid(time, lat, lon) ; TC_SC_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; TC_SC_Liquid:long_name = "Mean TC for cloud type 2 = Stratocumulus,liquid" ; TC_SC_Liquid:units = "K" ; TC_SC_Liquid:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; TC_SC_Liquid:missing_value = -1000.f ; TC_SC_Liquid:_FillValue = -1000.f ; float TAU_SC_Liquid(time, lat, lon) ; TAU_SC_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; TAU_SC_Liquid:long_name = "Mean TAU for cloud type 2 = Stratocumulus,liquid" ; TAU_SC_Liquid:units = "" ; TAU_SC_Liquid:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; TAU_SC_Liquid:missing_value = -1000.f ; TAU_SC_Liquid:_FillValue = -1000.f ; float WP_SC_Liquid(time, lat, lon) ; WP_SC_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; WP_SC_Liquid:long_name = "Mean WP for cloud type 2 = Stratocumulus,liquid" ; WP_SC_Liquid:units = "g/m2" ; WP_SC_Liquid:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; WP_SC_Liquid:missing_value = -1000.f ; WP_SC_Liquid:_FillValue = -1000.f ; float CA_S_Liquid(time, lat, lon) ; CA_S_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; CA_S_Liquid:long_name = "Mean CA for cloud type 3 = Stratus,liquid" ; CA_S_Liquid:units = "%" ; CA_S_Liquid:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; CA_S_Liquid:missing_value = -1000.f ; CA_S_Liquid:_FillValue = -1000.f ; float PC_S_Liquid(time, lat, lon) ; PC_S_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; PC_S_Liquid:long_name = "Mean PC for cloud type 3 = Stratus,liquid" ; PC_S_Liquid:units = "mb" ; PC_S_Liquid:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; PC_S_Liquid:missing_value = -1000.f ; PC_S_Liquid:_FillValue = -1000.f ; float TC_S_Liquid(time, lat, lon) ; TC_S_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; TC_S_Liquid:long_name = "Mean TC for cloud type 3 = Stratus,liquid" ; TC_S_Liquid:units = "K" ; TC_S_Liquid:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; TC_S_Liquid:missing_value = -1000.f ; TC_S_Liquid:_FillValue = -1000.f ; float TAU_S_Liquid(time, lat, lon) ; TAU_S_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; TAU_S_Liquid:long_name = "Mean TAU for cloud type 3 = Stratus,liquid" ; TAU_S_Liquid:units = "" ; TAU_S_Liquid:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; TAU_S_Liquid:missing_value = -1000.f ; TAU_S_Liquid:_FillValue = -1000.f ; float WP_S_Liquid(time, lat, lon) ; WP_S_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; WP_S_Liquid:long_name = "Mean WP for cloud type 3 = Stratus,liquid" ; WP_S_Liquid:units = "g/m2" ; WP_S_Liquid:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; WP_S_Liquid:missing_value = -1000.f ; WP_S_Liquid:_FillValue = -1000.f ; float CA_C_Ice(time, lat, lon) ; CA_C_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; CA_C_Ice:long_name = "Mean CA for cloud type 4 = Cumulus,ice" ; CA_C_Ice:units = "%" ; CA_C_Ice:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; CA_C_Ice:missing_value = -1000.f ; CA_C_Ice:_FillValue = -1000.f ; float PC_C_Ice(time, lat, lon) ; PC_C_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; PC_C_Ice:long_name = "Mean PC for cloud type 4 = Cumulus,ice" ; PC_C_Ice:units = "mb" ; PC_C_Ice:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; PC_C_Ice:missing_value = -1000.f ; PC_C_Ice:_FillValue = -1000.f ; float TC_C_Ice(time, lat, lon) ; TC_C_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; TC_C_Ice:long_name = "Mean TC for cloud type 4 = Cumulus,ice" ; TC_C_Ice:units = "K" ; TC_C_Ice:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; TC_C_Ice:missing_value = -1000.f ; TC_C_Ice:_FillValue = -1000.f ; float TAU_C_Ice(time, lat, lon) ; TAU_C_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; TAU_C_Ice:long_name = "Mean TAU for cloud type 4 = Cumulus,ice" ; TAU_C_Ice:units = "" ; TAU_C_Ice:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; TAU_C_Ice:missing_value = -1000.f ; TAU_C_Ice:_FillValue = -1000.f ; float WP_C_Ice(time, lat, lon) ; WP_C_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; WP_C_Ice:long_name = "Mean WP for cloud type 4 = Cumulus,ice" ; WP_C_Ice:units = "g/m2" ; WP_C_Ice:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; WP_C_Ice:missing_value = -1000.f ; WP_C_Ice:_FillValue = -1000.f ; float CA_SC_Ice(time, lat, lon) ; CA_SC_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; CA_SC_Ice:long_name = "Mean CA for cloud type 5 = Stratocumulus,ice" ; CA_SC_Ice:units = "%" ; CA_SC_Ice:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; CA_SC_Ice:missing_value = -1000.f ; CA_SC_Ice:_FillValue = -1000.f ; float PC_SC_Ice(time, lat, lon) ; PC_SC_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; PC_SC_Ice:long_name = "Mean PC for cloud type 5 = Stratocumulus,ice" ; PC_SC_Ice:units = "mb" ; PC_SC_Ice:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; PC_SC_Ice:missing_value = -1000.f ; PC_SC_Ice:_FillValue = -1000.f ; float TC_SC_Ice(time, lat, lon) ; TC_SC_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; TC_SC_Ice:long_name = "Mean TC for cloud type 5 = Stratocumulus,ice" ; TC_SC_Ice:units = "K" ; TC_SC_Ice:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; TC_SC_Ice:missing_value = -1000.f ; TC_SC_Ice:_FillValue = -1000.f ; float TAU_SC_Ice(time, lat, lon) ; TAU_SC_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; TAU_SC_Ice:long_name = "Mean TAU for cloud type 5 = Stratocumulus,ice" ; TAU_SC_Ice:units = "" ; TAU_SC_Ice:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; TAU_SC_Ice:missing_value = -1000.f ; TAU_SC_Ice:_FillValue = -1000.f ; float WP_SC_Ice(time, lat, lon) ; WP_SC_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; WP_SC_Ice:long_name = "Mean WP for cloud type 5 = Stratocumulus,ice" ; WP_SC_Ice:units = "g/m2" ; WP_SC_Ice:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; WP_SC_Ice:missing_value = -1000.f ; WP_SC_Ice:_FillValue = -1000.f ; float CA_S_Ice(time, lat, lon) ; CA_S_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; CA_S_Ice:long_name = "Mean CA for cloud type 6 = Stratus,ice" ; CA_S_Ice:units = "%" ; CA_S_Ice:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; CA_S_Ice:missing_value = -1000.f ; CA_S_Ice:_FillValue = -1000.f ; float PC_S_Ice(time, lat, lon) ; PC_S_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; PC_S_Ice:long_name = "Mean PC for cloud type 6 = Stratus,ice" ; PC_S_Ice:units = "mb" ; PC_S_Ice:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; PC_S_Ice:missing_value = -1000.f ; PC_S_Ice:_FillValue = -1000.f ; float TC_S_Ice(time, lat, lon) ; TC_S_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; TC_S_Ice:long_name = "Mean TC for cloud type 6 = Stratus,ice" ; TC_S_Ice:units = "K" ; TC_S_Ice:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; TC_S_Ice:missing_value = -1000.f ; TC_S_Ice:_FillValue = -1000.f ; float TAU_S_Ice(time, lat, lon) ; TAU_S_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; TAU_S_Ice:long_name = "Mean TAU for cloud type 6 = Stratus,ice" ; TAU_S_Ice:units = "" ; TAU_S_Ice:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; TAU_S_Ice:missing_value = -1000.f ; TAU_S_Ice:_FillValue = -1000.f ; float WP_S_Ice(time, lat, lon) ; WP_S_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; WP_S_Ice:long_name = "Mean WP for cloud type 6 = Stratus,ice" ; WP_S_Ice:units = "g/m2" ; WP_S_Ice:comment = "VIS/IR/NIR LOW cloud type (vis-adjusted TC)" ; WP_S_Ice:missing_value = -1000.f ; WP_S_Ice:_FillValue = -1000.f ; float CA_AC_Liquid(time, lat, lon) ; CA_AC_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; CA_AC_Liquid:long_name = "Mean CA for cloud type 7 = Altocumulus,liquid" ; CA_AC_Liquid:units = "%" ; CA_AC_Liquid:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; CA_AC_Liquid:missing_value = -1000.f ; CA_AC_Liquid:_FillValue = -1000.f ; float PC_AC_Liquid(time, lat, lon) ; PC_AC_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; PC_AC_Liquid:long_name = "Mean PC for cloud type 7 = Altocumulus,liquid" ; PC_AC_Liquid:units = "mb" ; PC_AC_Liquid:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; PC_AC_Liquid:missing_value = -1000.f ; PC_AC_Liquid:_FillValue = -1000.f ; float TC_AC_Liquid(time, lat, lon) ; TC_AC_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; TC_AC_Liquid:long_name = "Mean TC for cloud type 7 = Altocumulus,liquid" ; TC_AC_Liquid:units = "K" ; TC_AC_Liquid:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; TC_AC_Liquid:missing_value = -1000.f ; TC_AC_Liquid:_FillValue = -1000.f ; float TAU_AC_Liquid(time, lat, lon) ; TAU_AC_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; TAU_AC_Liquid:long_name = "Mean TAU for cloud type 7 = Altocumulus,liquid" ; TAU_AC_Liquid:units = "" ; TAU_AC_Liquid:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; TAU_AC_Liquid:missing_value = -1000.f ; TAU_AC_Liquid:_FillValue = -1000.f ; float WP_AC_Liquid(time, lat, lon) ; WP_AC_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; WP_AC_Liquid:long_name = "Mean WP for cloud type 7 = Altocumulus,liquid" ; WP_AC_Liquid:units = "g/m2" ; WP_AC_Liquid:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; WP_AC_Liquid:missing_value = -1000.f ; WP_AC_Liquid:_FillValue = -1000.f ; float CA_AS_Liquid(time, lat, lon) ; CA_AS_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; CA_AS_Liquid:long_name = "Mean CA for cloud type 8 = Altostratus,liquid" ; CA_AS_Liquid:units = "%" ; CA_AS_Liquid:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; CA_AS_Liquid:missing_value = -1000.f ; CA_AS_Liquid:_FillValue = -1000.f ; float PC_AS_Liquid(time, lat, lon) ; PC_AS_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; PC_AS_Liquid:long_name = "Mean PC for cloud type 8 = Altostratus,liquid" ; PC_AS_Liquid:units = "mb" ; PC_AS_Liquid:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; PC_AS_Liquid:missing_value = -1000.f ; PC_AS_Liquid:_FillValue = -1000.f ; float TC_AS_Liquid(time, lat, lon) ; TC_AS_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; TC_AS_Liquid:long_name = "Mean TC for cloud type 8 = Altostratus,liquid" ; TC_AS_Liquid:units = "K" ; TC_AS_Liquid:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; TC_AS_Liquid:missing_value = -1000.f ; TC_AS_Liquid:_FillValue = -1000.f ; float TAU_AS_Liquid(time, lat, lon) ; TAU_AS_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; TAU_AS_Liquid:long_name = "Mean TAU for cloud type 8 = Altostratus,liquid" ; TAU_AS_Liquid:units = "" ; TAU_AS_Liquid:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; TAU_AS_Liquid:missing_value = -1000.f ; TAU_AS_Liquid:_FillValue = -1000.f ; float WP_AS_Liquid(time, lat, lon) ; WP_AS_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; WP_AS_Liquid:long_name = "Mean WP for cloud type 8 = Altostratus,liquid" ; WP_AS_Liquid:units = "g/m2" ; WP_AS_Liquid:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; WP_AS_Liquid:missing_value = -1000.f ; WP_AS_Liquid:_FillValue = -1000.f ; float CA_NS_Liquid(time, lat, lon) ; CA_NS_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; CA_NS_Liquid:long_name = "Mean CA for cloud type 9 = Nimbostratus,liquid" ; CA_NS_Liquid:units = "%" ; CA_NS_Liquid:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; CA_NS_Liquid:missing_value = -1000.f ; CA_NS_Liquid:_FillValue = -1000.f ; float PC_NS_Liquid(time, lat, lon) ; PC_NS_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; PC_NS_Liquid:long_name = "Mean PC for cloud type 9 = Nimbostratus,liquid" ; PC_NS_Liquid:units = "mb" ; PC_NS_Liquid:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; PC_NS_Liquid:missing_value = -1000.f ; PC_NS_Liquid:_FillValue = -1000.f ; float TC_NS_Liquid(time, lat, lon) ; TC_NS_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; TC_NS_Liquid:long_name = "Mean TC for cloud type 9 = Nimbostratus,liquid" ; TC_NS_Liquid:units = "K" ; TC_NS_Liquid:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; TC_NS_Liquid:missing_value = -1000.f ; TC_NS_Liquid:_FillValue = -1000.f ; float TAU_NS_Liquid(time, lat, lon) ; TAU_NS_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; TAU_NS_Liquid:long_name = "Mean TAU for cloud type 9 = Nimbostratus,liquid" ; TAU_NS_Liquid:units = "" ; TAU_NS_Liquid:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; TAU_NS_Liquid:missing_value = -1000.f ; TAU_NS_Liquid:_FillValue = -1000.f ; float WP_NS_Liquid(time, lat, lon) ; WP_NS_Liquid:daytime = "d variable: defined for local daytime: undefined at night" ; WP_NS_Liquid:long_name = "Mean WP for cloud type 9 = Nimbostratus,liquid" ; WP_NS_Liquid:units = "g/m2" ; WP_NS_Liquid:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; WP_NS_Liquid:missing_value = -1000.f ; WP_NS_Liquid:_FillValue = -1000.f ; float CA_AC_Ice(time, lat, lon) ; CA_AC_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; CA_AC_Ice:long_name = "Mean CA for cloud type 10 = Altocumulus,ice" ; CA_AC_Ice:units = "%" ; CA_AC_Ice:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; CA_AC_Ice:missing_value = -1000.f ; CA_AC_Ice:_FillValue = -1000.f ; float PC_AC_Ice(time, lat, lon) ; PC_AC_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; PC_AC_Ice:long_name = "Mean PC for cloud type 10 = Altocumulus,ice" ; PC_AC_Ice:units = "mb" ; PC_AC_Ice:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; PC_AC_Ice:missing_value = -1000.f ; PC_AC_Ice:_FillValue = -1000.f ; float TC_AC_Ice(time, lat, lon) ; TC_AC_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; TC_AC_Ice:long_name = "Mean TC for cloud type 10 = Altocumulus,ice" ; TC_AC_Ice:units = "K" ; TC_AC_Ice:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; TC_AC_Ice:missing_value = -1000.f ; TC_AC_Ice:_FillValue = -1000.f ; float TAU_AC_Ice(time, lat, lon) ; TAU_AC_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; TAU_AC_Ice:long_name = "Mean TAU for cloud type 10 = Altocumulus,ice" ; TAU_AC_Ice:units = "" ; TAU_AC_Ice:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; TAU_AC_Ice:missing_value = -1000.f ; TAU_AC_Ice:_FillValue = -1000.f ; float WP_AC_Ice(time, lat, lon) ; WP_AC_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; WP_AC_Ice:long_name = "Mean WP for cloud type 10 = Altocumulus,ice" ; WP_AC_Ice:units = "g/m2" ; WP_AC_Ice:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; WP_AC_Ice:missing_value = -1000.f ; WP_AC_Ice:_FillValue = -1000.f ; float CA_AS_Ice(time, lat, lon) ; CA_AS_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; CA_AS_Ice:long_name = "Mean CA for cloud type 11 = Altostratus,ice" ; CA_AS_Ice:units = "%" ; CA_AS_Ice:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; CA_AS_Ice:missing_value = -1000.f ; CA_AS_Ice:_FillValue = -1000.f ; float PC_AS_Ice(time, lat, lon) ; PC_AS_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; PC_AS_Ice:long_name = "Mean PC for cloud type 11 = Altostratus,ice" ; PC_AS_Ice:units = "mb" ; PC_AS_Ice:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; PC_AS_Ice:missing_value = -1000.f ; PC_AS_Ice:_FillValue = -1000.f ; float TC_AS_Ice(time, lat, lon) ; TC_AS_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; TC_AS_Ice:long_name = "Mean TC for cloud type 11 = Altostratus,ice" ; TC_AS_Ice:units = "K" ; TC_AS_Ice:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; TC_AS_Ice:missing_value = -1000.f ; TC_AS_Ice:_FillValue = -1000.f ; float TAU_AS_Ice(time, lat, lon) ; TAU_AS_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; TAU_AS_Ice:long_name = "Mean TAU for cloud type 11 = Altostratus,ice" ; TAU_AS_Ice:units = "" ; TAU_AS_Ice:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; TAU_AS_Ice:missing_value = -1000.f ; TAU_AS_Ice:_FillValue = -1000.f ; float WP_AS_Ice(time, lat, lon) ; WP_AS_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; WP_AS_Ice:long_name = "Mean WP for cloud type 11 = Altostratus,ice" ; WP_AS_Ice:units = "g/m2" ; WP_AS_Ice:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; WP_AS_Ice:missing_value = -1000.f ; WP_AS_Ice:_FillValue = -1000.f ; float CA_NS_Ice(time, lat, lon) ; CA_NS_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; CA_NS_Ice:long_name = "Mean CA for cloud type 12 = Nimbostratus,ice" ; CA_NS_Ice:units = "%" ; CA_NS_Ice:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; CA_NS_Ice:missing_value = -1000.f ; CA_NS_Ice:_FillValue = -1000.f ; float PC_NS_Ice(time, lat, lon) ; PC_NS_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; PC_NS_Ice:long_name = "Mean PC for cloud type 12 = Nimbostratus,ice" ; PC_NS_Ice:units = "mb" ; PC_NS_Ice:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; PC_NS_Ice:missing_value = -1000.f ; PC_NS_Ice:_FillValue = -1000.f ; float TC_NS_Ice(time, lat, lon) ; TC_NS_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; TC_NS_Ice:long_name = "Mean TC for cloud type 12 = Nimbostratus,ice" ; TC_NS_Ice:units = "K" ; TC_NS_Ice:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; TC_NS_Ice:missing_value = -1000.f ; TC_NS_Ice:_FillValue = -1000.f ; float TAU_NS_Ice(time, lat, lon) ; TAU_NS_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; TAU_NS_Ice:long_name = "Mean TAU for cloud type 12 = Nimbostratus,ice" ; TAU_NS_Ice:units = "" ; TAU_NS_Ice:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; TAU_NS_Ice:missing_value = -1000.f ; TAU_NS_Ice:_FillValue = -1000.f ; float WP_NS_Ice(time, lat, lon) ; WP_NS_Ice:daytime = "d variable: defined for local daytime: undefined at night" ; WP_NS_Ice:long_name = "Mean WP for cloud type 12 = Nimbostratus,ice" ; WP_NS_Ice:units = "g/m2" ; WP_NS_Ice:comment = "VIS/IR/NIR MIDDLE cloud type (VIS-adjusted TC)" ; WP_NS_Ice:missing_value = -1000.f ; WP_NS_Ice:_FillValue = -1000.f ; float CA_CI(time, lat, lon) ; CA_CI:daytime = "d variable: defined for local daytime: undefined at night" ; CA_CI:long_name = "Mean CA for cloud type 13 = Cirrus" ; CA_CI:units = "%" ; CA_CI:comment = "VIS/IR/NIR HIGH cloud type (VIS-adjusted TC)" ; CA_CI:missing_value = -1000.f ; CA_CI:_FillValue = -1000.f ; float PC_CI(time, lat, lon) ; PC_CI:daytime = "d variable: defined for local daytime: undefined at night" ; PC_CI:long_name = "Mean PC for cloud type 13 = Cirrus" ; PC_CI:units = "mb" ; PC_CI:comment = "VIS/IR/NIR HIGH cloud type (VIS-adjusted TC)" ; PC_CI:missing_value = -1000.f ; PC_CI:_FillValue = -1000.f ; float TC_CI(time, lat, lon) ; TC_CI:daytime = "d variable: defined for local daytime: undefined at night" ; TC_CI:long_name = "Mean TC for cloud type 13 = Cirrus" ; TC_CI:units = "K" ; TC_CI:comment = "VIS/IR/NIR HIGH cloud type (VIS-adjusted TC)" ; TC_CI:missing_value = -1000.f ; TC_CI:_FillValue = -1000.f ; float TAU_CI(time, lat, lon) ; TAU_CI:daytime = "d variable: defined for local daytime: undefined at night" ; TAU_CI:long_name = "Mean TAU for cloud type 13 = Cirrus" ; TAU_CI:units = "" ; TAU_CI:comment = "VIS/IR/NIR HIGH cloud type (VIS-adjusted TC)" ; TAU_CI:missing_value = -1000.f ; TAU_CI:_FillValue = -1000.f ; float WP_CI(time, lat, lon) ; WP_CI:daytime = "d variable: defined for local daytime: undefined at night" ; WP_CI:long_name = "Mean WP for cloud type 13 = Cirrus" ; WP_CI:units = "g/m2" ; WP_CI:comment = "VIS/IR/NIR HIGH cloud type (VIS-adjusted TC)" ; WP_CI:missing_value = -1000.f ; WP_CI:_FillValue = -1000.f ; float CA_CIS(time, lat, lon) ; CA_CIS:daytime = "d variable: defined for local daytime: undefined at night" ; CA_CIS:long_name = "Mean CA for cloud type 14 = Cirrostratus" ; CA_CIS:units = "%" ; CA_CIS:comment = "VIS/IR/NIR HIGH cloud type (VIS-adjusted TC)" ; CA_CIS:missing_value = -1000.f ; CA_CIS:_FillValue = -1000.f ; float PC_CIS(time, lat, lon) ; PC_CIS:daytime = "d variable: defined for local daytime: undefined at night" ; PC_CIS:long_name = "Mean PC for cloud type 14 = Cirrostratus" ; PC_CIS:units = "mb" ; PC_CIS:comment = "VIS/IR/NIR HIGH cloud type (VIS-adjusted TC)" ; PC_CIS:missing_value = -1000.f ; PC_CIS:_FillValue = -1000.f ; float TC_CIS(time, lat, lon) ; TC_CIS:daytime = "d variable: defined for local daytime: undefined at night" ; TC_CIS:long_name = "Mean TC for cloud type 14 = Cirrostratus" ; TC_CIS:units = "K" ; TC_CIS:comment = "VIS/IR/NIR HIGH cloud type (VIS-adjusted TC)" ; TC_CIS:missing_value = -1000.f ; TC_CIS:_FillValue = -1000.f ; float TAU_CIS(time, lat, lon) ; TAU_CIS:daytime = "d variable: defined for local daytime: undefined at night" ; TAU_CIS:long_name = "Mean TAU for cloud type 14 = Cirrostratus" ; TAU_CIS:units = "" ; TAU_CIS:comment = "VIS/IR/NIR HIGH cloud type (VIS-adjusted TC)" ; TAU_CIS:missing_value = -1000.f ; TAU_CIS:_FillValue = -1000.f ; float WP_CIS(time, lat, lon) ; WP_CIS:daytime = "d variable: defined for local daytime: undefined at night" ; WP_CIS:long_name = "Mean WP for cloud type 14 = Cirrostratus" ; WP_CIS:units = "g/m2" ; WP_CIS:comment = "VIS/IR/NIR HIGH cloud type (VIS-adjusted TC)" ; WP_CIS:missing_value = -1000.f ; WP_CIS:_FillValue = -1000.f ; float CA_DC(time, lat, lon) ; CA_DC:daytime = "d variable: defined for local daytime: undefined at night" ; CA_DC:long_name = "Mean CA for cloud type 15 = Deep convective" ; CA_DC:units = "%" ; CA_DC:comment = "VIS/IR/NIR HIGH cloud type (VIS-adjusted TC)" ; CA_DC:missing_value = -1000.f ; CA_DC:_FillValue = -1000.f ; float PC_DC(time, lat, lon) ; PC_DC:daytime = "d variable: defined for local daytime: undefined at night" ; PC_DC:long_name = "Mean PC for cloud type 15 = Deep convective" ; PC_DC:units = "mb" ; PC_DC:comment = "VIS/IR/NIR HIGH cloud type (VIS-adjusted TC)" ; PC_DC:missing_value = -1000.f ; PC_DC:_FillValue = -1000.f ; float TC_DC(time, lat, lon) ; TC_DC:daytime = "d variable: defined for local daytime: undefined at night" ; TC_DC:long_name = "Mean TC for cloud type 15 = Deep convective" ; TC_DC:units = "K" ; TC_DC:comment = "VIS/IR/NIR HIGH cloud type (VIS-adjusted TC)" ; TC_DC:missing_value = -1000.f ; TC_DC:_FillValue = -1000.f ; float TAU_DC(time, lat, lon) ; TAU_DC:daytime = "d variable: defined for local daytime: undefined at night" ; TAU_DC:long_name = "Mean TAU for cloud type 15 = Deep convective" ; TAU_DC:units = "" ; TAU_DC:comment = "VIS/IR/NIR HIGH cloud type (VIS-adjusted TC)" ; TAU_DC:missing_value = -1000.f ; TAU_DC:_FillValue = -1000.f ; float WP_DC(time, lat, lon) ; WP_DC:daytime = "d variable: defined for local daytime: undefined at night" ; WP_DC:long_name = "Mean WP for cloud type 15 = Deep convective" ; WP_DC:units = "g/m2" ; WP_DC:comment = "VIS/IR/NIR HIGH cloud type (VIS-adjusted TC)" ; WP_DC:missing_value = -1000.f ; WP_DC:_FillValue = -1000.f ; float TS(time, lat, lon) ; TS:daytime = "d variable: defined for local daytime: undefined at night" ; TS:long_name = "Mean TS from clear sky composite" ; TS:units = "K" ; TS:comment = "TS: Mean surface skin temperature" ; TS:missing_value = -1000.f ; TS:_FillValue = -1000.f ; float TS_Sd_Space(time, lat, lon) ; TS_Sd_Space:daytime = "d variable: defined for local daytime: undefined at night" ; TS_Sd_Space:long_name = "Standard deviation over space" ; TS_Sd_Space:units = "K" ; TS_Sd_Space:comment = "TS: Mean surface skin temperature" ; TS_Sd_Space:missing_value = -1000.f ; TS_Sd_Space:_FillValue = -1000.f ; float RS(time, lat, lon) ; RS:daytime = "d variable: defined for local daytime: undefined at night" ; RS:long_name = "Mean RS from clear sky composite" ; RS:units = "" ; RS:comment = "RS: Mean surface visible reflectance" ; RS:missing_value = -1000.f ; RS:_FillValue = -1000.f ; float SI_Cover(time, lat, lon) ; SI_Cover:daytime = "d variable: defined for local daytime: undefined at night" ; SI_Cover:long_name = "Mean snow/ice amount" ; SI_Cover:units = "%" ; SI_Cover:comment = "Snow/Ice cover" ; SI_Cover:missing_value = -1000.f ; SI_Cover:_FillValue = -1000.f ; float PS_TOVS(time, lat, lon) ; PS_TOVS:daytime = "d variable: defined for local daytime: undefined at night" ; PS_TOVS:long_name = "TOVS: Mean Surface pressure" ; PS_TOVS:units = "mb" ; PS_TOVS:comment = "Snow/Ice cover" ; PS_TOVS:missing_value = -1000.f ; PS_TOVS:_FillValue = -1000.f ; float TSA_TOVS(time, lat, lon) ; TSA_TOVS:daytime = "d variable: defined for local daytime: undefined at night" ; TSA_TOVS:long_name = "TOVS: Mean Near-surface air temperature" ; TSA_TOVS:units = "K" ; TSA_TOVS:comment = "Snow/Ice cover" ; TSA_TOVS:missing_value = -1000.f ; TSA_TOVS:_FillValue = -1000.f ; float T740_TOVS(time, lat, lon) ; T740_TOVS:daytime = "d variable: defined for local daytime: undefined at night" ; T740_TOVS:long_name = "TOVS: Mean Temperature at 740 mb" ; T740_TOVS:units = "K" ; T740_TOVS:comment = "Snow/Ice cover" ; T740_TOVS:missing_value = -1000.f ; T740_TOVS:_FillValue = -1000.f ; float T500_TOVS(time, lat, lon) ; T500_TOVS:daytime = "d variable: defined for local daytime: undefined at night" ; T500_TOVS:long_name = "TOVS: Mean Temperature at 500 mb" ; T500_TOVS:units = "K" ; T500_TOVS:comment = "Snow/Ice cover" ; T500_TOVS:missing_value = -1000.f ; T500_TOVS:_FillValue = -1000.f ; float T375_TOVS(time, lat, lon) ; T375_TOVS:daytime = "d variable: defined for local daytime: undefined at night" ; T375_TOVS:long_name = "TOVS: Mean Temperature at 375 mb" ; T375_TOVS:units = "K" ; T375_TOVS:comment = "Snow/Ice cover" ; T375_TOVS:missing_value = -1000.f ; T375_TOVS:_FillValue = -1000.f ; float PT_TOVS(time, lat, lon) ; PT_TOVS:daytime = "d variable: defined for local daytime: undefined at night" ; PT_TOVS:long_name = "Mean Tropopause pressure" ; PT_TOVS:units = "mb" ; PT_TOVS:comment = "TOVS: TIROS Operational Vertical Sounder" ; PT_TOVS:missing_value = -1000.f ; PT_TOVS:_FillValue = -1000.f ; float TT_TOVS(time, lat, lon) ; TT_TOVS:daytime = "d variable: defined for local daytime: undefined at night" ; TT_TOVS:long_name = "Mean Tropopause temperature" ; TT_TOVS:units = "K" ; TT_TOVS:comment = "TOVS: TIROS Operational Vertical Sounder" ; TT_TOVS:missing_value = -1000.f ; TT_TOVS:_FillValue = -1000.f ; float T50_TOVS(time, lat, lon) ; T50_TOVS:daytime = "d variable: defined for local daytime: undefined at night" ; T50_TOVS:long_name = "Mean Stratosphere temperature at 50 mb" ; T50_TOVS:units = "K" ; T50_TOVS:comment = "TOVS: TIROS Operational Vertical Sounder" ; T50_TOVS:missing_value = -1000.f ; T50_TOVS:_FillValue = -1000.f ; float PW_Low_TOVS(time, lat, lon) ; PW_Low_TOVS:daytime = "d variable: defined for local daytime: undefined at night" ; PW_Low_TOVS:long_name = "Mean Precipitable water for 1000-680 mb" ; PW_Low_TOVS:units = "cm" ; PW_Low_TOVS:comment = "TOVS: TIROS Operational Vertical Sounder" ; PW_Low_TOVS:missing_value = -1000.f ; PW_Low_TOVS:_FillValue = -1000.f ; float PW_Mid_TOVS(time, lat, lon) ; PW_Mid_TOVS:daytime = "d variable: defined for local daytime: undefined at night" ; PW_Mid_TOVS:long_name = "Mean Precipitable water for 680-310 mb" ; PW_Mid_TOVS:units = "cm" ; PW_Mid_TOVS:comment = "TOVS: TIROS Operational Vertical Sounder" ; PW_Mid_TOVS:missing_value = -1000.f ; PW_Mid_TOVS:_FillValue = -1000.f ; float O3_TOVS(time, lat, lon) ; O3_TOVS:daytime = "d variable: defined for local daytime: undefined at night" ; O3_TOVS:long_name = "Mean Ozone abundance" ; O3_TOVS:units = "Dobson" ; O3_TOVS:comment = "TOVS: TIROS Operational Vertical Sounder" ; O3_TOVS:missing_value = -1000.f ; O3_TOVS:_FillValue = -1000.f ; // global attributes: :creation_date = "\n", "Tue Oct 11 14:33:00 MDT 2011\n", "" ; :reference = "\n", " World Climate Research Program \n", "International Satellite Cloud Climatology Project\n", " (ISCCP) \n", " Documentation of New Cloud Datasets \n", " January 1996 \n", " WMO/TD-No. 737 \n", " \n", "long_name and symbolic abbreviations are \n", "from pgs 11-15 of reference \n", "\n", "ISCCP Cloud Data Products \n", "Rossow, W.B., and Schiffer, R.A. \n", "Bull. Amer. Meteor. Soc., 1991: 71:2-22 \n", "\n", "Advances in Understanding Clouds from ISCCP \n", "Rossow, W.B., and Schiffer, R.A. \n", "Bull. Amer. Meteor. Soc., 1999: 80:2261-2287 \n", "\n", "" ; :story = "\n", "Each binary d30000f.yymm file was read via a modified d2read.f\n", "program. This program remaps the original equal area grid\n", "to a 2.5 rectangular grid by replication which preserves\n", "all the original statistics (Rossow and Garder, 1984, \n", "J. Clim. Appl. Meteor, 23, 1253-1257). These 2.5 degree\n", "grids were converted to netCDF using the NCL script:\n", "/fs/cgd/home0/shea/ncld/ISCCP/bin2nc.ncl\n", "" ; :NASA_readme = "\n", "The files in NASA directory are the overall monthly mean \n", "files from the ISCCP D2 data product. The files are named\n", "d30000f.yymm where yymm is the year and month of the data.\n", "The file format for the d3*yymm is the native ISCCP format\n", "" ; :ftp_ISCCP = "\n", "http://isccp.giss.nasa.gov/products/dataview.html\n", "ftp isccp.giss.nasa.gov\n", "anonymous\n", "cd pub/data/D2/\n", "binary\n", "prompt\n", "passive\n", "get d2ancil.data\n", "mget d3*\n", "quit\n", "" ; :www_ISCCP = "\n", "http://isccp.giss.nasa.gov/\n", "" ; :grid = " 2.5 Degree Grid " ; :data_type = " ISCCP D2 Data Product " ; :title = "ISCCP: International Satellite Clould Climatology Project" ; :history = "Fri Oct 14 14:52:31 2011: ncrcat ISCCP.198301.nc ISCCP.198302.nc ISCCP.198303.nc ISCCP.198304.nc ISCCP.198305.nc ISCCP.198306.nc ISCCP.198307.nc ISCCP.198308.nc ISCCP.198309.nc ISCCP.198310.nc ISCCP.198311.nc ISCCP.198312.nc ISCCP.198401.nc ISCCP.198402.nc ISCCP.198403.nc ISCCP.198404.nc ISCCP.198405.nc ISCCP.198406.nc ISCCP.198407.nc ISCCP.198408.nc ISCCP.198409.nc ISCCP.198410.nc ISCCP.198411.nc ISCCP.198412.nc ISCCP.198501.nc ISCCP.198502.nc ISCCP.198503.nc ISCCP.198504.nc ISCCP.198505.nc ISCCP.198506.nc ISCCP.198507.nc ISCCP.198508.nc ISCCP.198509.nc ISCCP.198510.nc ISCCP.198511.nc ISCCP.198512.nc ISCCP.198601.nc ISCCP.198602.nc ISCCP.198603.nc ISCCP.198604.nc ISCCP.198605.nc ISCCP.198606.nc ISCCP.198607.nc ISCCP.198608.nc ISCCP.198609.nc ISCCP.198610.nc ISCCP.198611.nc ISCCP.198612.nc ISCCP.198701.nc ISCCP.198702.nc ISCCP.198703.nc ISCCP.198704.nc ISCCP.198705.nc ISCCP.198706.nc ISCCP.198707.nc ISCCP.198708.nc ISCCP.198709.nc ISCCP.198710.nc ISCCP.198711.nc ISCCP.198712.nc ISCCP.198801.nc ISCCP.198802.nc ISCCP.198803.nc ISCCP.198804.nc ISCCP.198805.nc ISCCP.198806.nc ISCCP.198807.nc ISCCP.198808.nc ISCCP.198809.nc ISCCP.198810.nc ISCCP.198811.nc ISCCP.198812.nc ISCCP.198901.nc ISCCP.198902.nc ISCCP.198903.nc ISCCP.198904.nc ISCCP.198905.nc ISCCP.198906.nc ISCCP.198907.nc ISCCP.198908.nc ISCCP.198909.nc ISCCP.198910.nc ISCCP.198911.nc ISCCP.198912.nc ISCCP.199001.nc ISCCP.199002.nc ISCCP.199003.nc ISCCP.199004.nc ISCCP.199005.nc ISCCP.199006.nc ISCCP.199007.nc ISCCP.199008.nc ISCCP.199009.nc ISCCP.199010.nc ISCCP.199011.nc ISCCP.199012.nc ISCCP.199101.nc ISCCP.199102.nc ISCCP.199103.nc ISCCP.199104.nc ISCCP.199105.nc ISCCP.199106.nc ISCCP.199107.nc ISCCP.199108.nc ISCCP.199109.nc ISCCP.199110.nc ISCCP.199111.nc ISCCP.199112.nc ISCCP.199201.nc ISCCP.199202.nc ISCCP.199203.nc ISCCP.199204.nc ISCCP.199205.nc ISCCP.199206.nc ISCCP.199207.nc ISCCP.199208.nc ISCCP.199209.nc ISCCP.199210.nc ISCCP.199211.nc ISCCP.199212.nc ISCCP.199301.nc ISCCP.199302.nc ISCCP.199303.nc ISCCP.199304.nc ISCCP.199305.nc ISCCP.199306.nc ISCCP.199307.nc ISCCP.199308.nc ISCCP.199309.nc ISCCP.199310.nc ISCCP.199311.nc ISCCP.199312.nc ISCCP.199401.nc ISCCP.199402.nc ISCCP.199403.nc ISCCP.199404.nc ISCCP.199405.nc ISCCP.199406.nc ISCCP.199407.nc ISCCP.199408.nc ISCCP.199409.nc ISCCP.199410.nc ISCCP.199411.nc ISCCP.199412.nc ISCCP.199501.nc ISCCP.199502.nc ISCCP.199503.nc ISCCP.199504.nc ISCCP.199505.nc ISCCP.199506.nc ISCCP.199507.nc ISCCP.199508.nc ISCCP.199509.nc ISCCP.199510.nc ISCCP.199511.nc ISCCP.199512.nc ISCCP.199601.nc ISCCP.199602.nc ISCCP.199603.nc ISCCP.199604.nc ISCCP.199605.nc ISCCP.199606.nc ISCCP.199607.nc ISCCP.199608.nc ISCCP.199609.nc ISCCP.199610.nc ISCCP.199611.nc ISCCP.199612.nc ISCCP.199701.nc ISCCP.199702.nc ISCCP.199703.nc ISCCP.199704.nc ISCCP.199705.nc ISCCP.199706.nc ISCCP.199707.nc ISCCP.199708.nc ISCCP.199709.nc ISCCP.199710.nc ISCCP.199711.nc ISCCP.199712.nc ISCCP.199801.nc ISCCP.199802.nc ISCCP.199803.nc ISCCP.199804.nc ISCCP.199805.nc ISCCP.199806.nc ISCCP.199807.nc ISCCP.199808.nc ISCCP.199809.nc ISCCP.199810.nc ISCCP.199811.nc ISCCP.199812.nc ISCCP.199901.nc ISCCP.199902.nc ISCCP.199903.nc ISCCP.199904.nc ISCCP.199905.nc ISCCP.199906.nc ISCCP.199907.nc ISCCP.199908.nc ISCCP.199909.nc ISCCP.199910.nc ISCCP.199911.nc ISCCP.199912.nc ISCCP.200001.nc ISCCP.200002.nc ISCCP.200003.nc ISCCP.200004.nc ISCCP.200005.nc ISCCP.200006.nc ISCCP.200007.nc ISCCP.200008.nc ISCCP.200009.nc ISCCP.200010.nc ISCCP.200011.nc ISCCP.200012.nc ISCCP.200101.nc ISCCP.200102.nc ISCCP.200103.nc ISCCP.200104.nc ISCCP.200105.nc ISCCP.200106.nc ISCCP.200107.nc ISCCP.200108.nc ISCCP.200109.nc ISCCP.200110.nc ISCCP.200111.nc ISCCP.200112.nc ISCCP.200201.nc ISCCP.200202.nc ISCCP.200203.nc ISCCP.200204.nc ISCCP.200205.nc ISCCP.200206.nc ISCCP.200207.nc ISCCP.200208.nc ISCCP.200209.nc ISCCP.200210.nc ISCCP.200211.nc ISCCP.200212.nc ISCCP.200301.nc ISCCP.200302.nc ISCCP.200303.nc ISCCP.200304.nc ISCCP.200305.nc ISCCP.200306.nc ISCCP.200307.nc ISCCP.200308.nc ISCCP.200309.nc ISCCP.200310.nc ISCCP.200311.nc ISCCP.200312.nc ISCCP.200401.nc ISCCP.200402.nc ISCCP.200403.nc ISCCP.200404.nc ISCCP.200405.nc ISCCP.200406.nc ISCCP.200407.nc ISCCP.200408.nc ISCCP.200409.nc ISCCP.200410.nc ISCCP.200411.nc ISCCP.200412.nc ISCCP.200501.nc ISCCP.200502.nc ISCCP.200503.nc ISCCP.200504.nc ISCCP.200505.nc ISCCP.200506.nc ISCCP.200507.nc ISCCP.200508.nc ISCCP.200509.nc ISCCP.200510.nc ISCCP.200511.nc ISCCP.200512.nc ISCCP.200601.nc ISCCP.200602.nc ISCCP.200603.nc ISCCP.200604.nc ISCCP.200605.nc ISCCP.200606.nc ISCCP.200607.nc ISCCP.200608.nc ISCCP.200609.nc ISCCP.200610.nc ISCCP.200611.nc ISCCP.200612.nc ISCCP.200701.nc ISCCP.200702.nc ISCCP.200703.nc ISCCP.200704.nc ISCCP.200705.nc ISCCP.200706.nc ISCCP.200707.nc ISCCP.200708.nc ISCCP.200709.nc ISCCP.200710.nc ISCCP.200711.nc ISCCP.200712.nc ISCCP.200801.nc ISCCP.200802.nc ISCCP.200803.nc ISCCP.200804.nc ISCCP.200805.nc ISCCP.200806.nc ISCCP.200807.nc ISCCP.200808.nc ISCCP.200809.nc ISCCP.200810.nc ISCCP.200811.nc ISCCP.200812.nc ISCCP.200901.nc ISCCP.200902.nc ISCCP.200903.nc ISCCP.200904.nc ISCCP.200905.nc ISCCP.200906.nc ISCCP.200907.nc ISCCP.200908.nc ISCCP.200909.nc ISCCP.200910.nc ISCCP.200911.nc ISCCP.200912.nc isccp.1983-2009.nc" ; :nco_openmp_thread_number = 1 ; }