netcdf sample_81 { dimensions: lon = 29 ; lat = 14 ; z = 1 ; tstep = UNLIMITED ; // (8760 currently) variables: float lon(lon) ; lon:units = "degrees_east" ; lon:valid_max = 25.125f ; lon:valid_min = 18.125f ; float lat(lat) ; lat:units = "degrees_north" ; lat:valid_max = 69.125f ; lat:valid_min = 65.875f ; float level(z) ; level:units = "m" ; level:valid_min = 2.f ; level:valid_max = 2.f ; level:long_name = "Vertical levels" ; float tstep(tstep) ; tstep:units = "seconds since 1979-01-01 00:00:00" ; tstep:calendar = "gregorian" ; tstep:title = "Time" ; tstep:long_name = "Time axis" ; tstep:time_origin = " 1979-01-01 00:00:00" ; int timestp(tstep) ; timestp:units = "timesteps since 1979-01-01 00:00:00" ; timestp:title = "Time steps" ; timestp:tstep_sec = 3600.f ; timestp:long_name = "Time step axis" ; timestp:time_origin = " 1979-JAN-01 00:00:00" ; float SWdown(tstep, lat, lon) ; SWdown:axis = "TYX" ; SWdown:units = "W/m^2" ; SWdown:long_name = "Surface incident shortwave radiation" ; SWdown:associate = "tstep lat lon" ; SWdown:missing_value = 1.e+20f ; float Rainf(tstep, lat, lon) ; Rainf:axis = "TYX" ; Rainf:units = "kg/m^2s" ; Rainf:long_name = "Rainfall rate" ; Rainf:associate = "tstep lat lon" ; Rainf:missing_value = 1.e+20f ; float Snowf(tstep, lat, lon) ; Snowf:axis = "TYX" ; Snowf:units = "kg/m^2s" ; Snowf:long_name = "Snowfall rate" ; Snowf:associate = "tstep lat lon" ; Snowf:missing_value = 1.e+20f ; float LWdown(tstep, lat, lon) ; LWdown:axis = "TYX" ; LWdown:units = "W/m^2" ; LWdown:long_name = "Surface incident longwave radiation" ; LWdown:associate = "tstep lat lon" ; LWdown:missing_value = 1.e+20f ; float PSurf(tstep, lat, lon) ; PSurf:axis = "TYX" ; PSurf:units = "Pa" ; PSurf:long_name = "Surface pressure" ; PSurf:associate = "tstep lat lon" ; PSurf:missing_value = 1.e+20f ; float Tair(tstep, z, lat, lon) ; Tair:axis = "TZYX" ; Tair:units = "K" ; Tair:long_name = "Near surface air temperature" ; Tair:associate = "tstep level lat lon" ; Tair:missing_value = 1.e+20f ; float Qair(tstep, z, lat, lon) ; Qair:axis = "TZYX" ; Qair:units = "kg/kg" ; Qair:long_name = "Near surface specific humidity" ; Qair:associate = "tstep level lat lon" ; Qair:missing_value = 1.e+20f ; float Wind_N(tstep, z, lat, lon) ; Wind_N:axis = "TZYX" ; Wind_N:units = "m/s" ; Wind_N:long_name = "Near surface northward wind component" ; Wind_N:associate = "tstep level lat lon" ; Wind_N:missing_value = 1.e+20f ; float Wind_E(tstep, z, lat, lon) ; Wind_E:axis = "TZYX" ; Wind_E:units = "m/s" ; Wind_E:long_name = "Near surface eastward wind component" ; Wind_E:associate = "tstep level lat lon" ; Wind_E:missing_value = 1.e+20f ; // global attributes: :Conventions = "GDT 1.2" ; :file_name = "/tmpdir/polcher/DATA/for_sample_81.nc" ; :production = "Transfered from the single file on 20000512 at 125635.159" ; }