netcdf islscp_Scan_87 { dimensions: x = 20 ; y = 10 ; z = 1 ; tstep = UNLIMITED ; // (1461 currently) variables: float nav_lon(y, x) ; nav_lon:units = "degrees_east" ; nav_lon:valid_min = -180.f ; nav_lon:valid_max = 180.f ; nav_lon:long_name = "Longitude" ; float nav_lat(y, x) ; nav_lat:units = "degrees_north" ; nav_lat:valid_min = -90.f ; nav_lat:valid_max = 90.f ; nav_lat:long_name = "Latitude" ; float level(z) ; level:units = "m" ; level:valid_min = 2.f ; level:valid_max = 2.f ; level:long_name = "Vertical levels" ; level:Notice = "U and V are at 10m in ISLSCP but they should be interpolated down." ; float time(tstep) ; time:units = "seconds since 1987-01-01 00:00:00" ; time:calendar = "gregorian" ; time:title = "Time" ; time:long_name = "Time axis" ; time:time_origin = " 1987-JAN-01 00:00:00" ; int timestp(tstep) ; timestp:units = "timesteps since 1987-01-01 00:00:00" ; timestp:title = "Time steps" ; timestp:tstep_sec = 21600.f ; timestp:long_name = "Time step axis" ; timestp:time_origin = " 1987-JAN-01 00:00:00" ; float SWdown(tstep, y, x) ; SWdown:axis = "TYX" ; SWdown:units = "W/m^2" ; SWdown:long_name = "Surface incident shortwave radiation" ; SWdown:associate = "time nav_lat nav_lon" ; SWdown:missing_value = 1.e+20f ; float Rainf(tstep, y, x) ; Rainf:axis = "TYX" ; Rainf:units = "kg/m^2s" ; Rainf:long_name = "Rainfall rate" ; Rainf:associate = "time nav_lat nav_lon" ; Rainf:missing_value = 1.e+20f ; float Snowf(tstep, y, x) ; Snowf:axis = "TYX" ; Snowf:units = "kg/m^2s" ; Snowf:long_name = "Snowfall rate" ; Snowf:associate = "time nav_lat nav_lon" ; Snowf:missing_value = 1.e+20f ; float LWdown(tstep, y, x) ; LWdown:axis = "TYX" ; LWdown:units = "W/m^2" ; LWdown:long_name = "Surface incident longwave radiation" ; LWdown:associate = "time nav_lat nav_lon" ; LWdown:missing_value = 1.e+20f ; float PSurf(tstep, y, x) ; PSurf:axis = "TYX" ; PSurf:units = "Pa" ; PSurf:long_name = "Surface pressure" ; PSurf:associate = "time nav_lat nav_lon" ; PSurf:missing_value = 1.e+20f ; float Tair(tstep, z, y, x) ; Tair:axis = "TZYX" ; Tair:units = "K" ; Tair:long_name = "Near surface air temperature" ; Tair:associate = "time level nav_lat nav_lon" ; Tair:missing_value = 1.e+20f ; float Qair(tstep, z, y, x) ; Qair:axis = "TZYX" ; Qair:units = "kg/kg" ; Qair:long_name = "Near surface specific humidity" ; Qair:associate = "time level nav_lat nav_lon" ; Qair:missing_value = 1.e+20f ; float Wind_N(tstep, z, y, x) ; Wind_N:axis = "TZYX" ; Wind_N:units = "m/s" ; Wind_N:long_name = "Near surface northward wind component" ; Wind_N:associate = "time level nav_lat nav_lon" ; Wind_N:missing_value = 1.e+20f ; float Wind_E(tstep, z, y, x) ; Wind_E:axis = "TZYX" ; Wind_E:units = "m/s" ; Wind_E:long_name = "Near surface eastward wind component" ; Wind_E:associate = "time level nav_lat nav_lon" ; Wind_E:missing_value = 1.e+20f ; // global attributes: :Conventions = "GDT 1.2" ; :file_name = "/home/polcher/ISLSCP/islscp_Scan_87.nc" ; :production = "Transfered from the ISLSCP CD-rom on 20000512 at 160607.870" ; }