netcdf hus_6hrLev_MPI-ESM-LR.historical.84010100 { dimensions: time = UNLIMITED ; // (1 currently) lev = 47 ; lat = 96 ; lon = 192 ; bnds = 2 ; variables: double time(time) ; time:units = "days since 1860-1-1" ; time:calendar = "proleptic_gregorian" ; time:axis = "T" ; time:long_name = "time" ; time:standard_name = "time" ; double lev(lev) ; lev:bounds = "lev_bnds" ; lev:units = "1" ; lev:axis = "Z" ; lev:positive = "down" ; lev:long_name = "hybrid sigma pressure coordinate" ; lev:standard_name = "atmosphere_hybrid_sigma_pressure_coordinate" ; lev:formula = "p = ap + b * ps" ; lev:formula_terms = "ap: ap b: b ps: ps" ; double lev_bnds(lev, bnds) ; lev_bnds:formula = "p = ap + b * ps" ; lev_bnds:standard_name = "atmosphere_hybrid_sigma_pressure_coordinate" ; lev_bnds:units = "1" ; lev_bnds:formula_terms = "ap: ap_bnds b: b_bnds ps: ps" ; double ap(lev) ; ap:long_name = "vertical coordinate formula term: ap(k)" ; ap:units = "Pa" ; double b(lev) ; b:long_name = "vertical coordinate formula term: b(k)" ; double ap_bnds(lev, bnds) ; ap_bnds:long_name = "vertical coordinate formula term: ap(k+1/2)" ; ap_bnds:units = "Pa" ; double b_bnds(lev, bnds) ; b_bnds:long_name = "vertical coordinate formula term: b(k+1/2)" ; double lat(lat) ; lat:bounds = "lat_bnds" ; lat:units = "degrees_north" ; lat:axis = "Y" ; lat:long_name = "latitude" ; lat:standard_name = "latitude" ; double lat_bnds(lat, bnds) ; double lon(lon) ; lon:bounds = "lon_bnds" ; lon:units = "degrees_east" ; lon:axis = "X" ; lon:long_name = "longitude" ; lon:standard_name = "longitude" ; double lon_bnds(lon, bnds) ; float hus(time, lev, lat, lon) ; hus:standard_name = "specific_humidity" ; hus:long_name = "Specific Humidity" ; hus:units = "1" ; hus:cell_measures = "area: areacella" ; float ps(time, lat, lon) ; ps:standard_name = "surface_air_pressure" ; ps:long_name = "Surface Air Pressure" ; ps:comment = "surface pressure, not mean sea level pressure" ; ps:units = "Pa" ; ps:cell_measures = "area: areacella" ; // global attributes: :title = "RCM forcing data" ; :institution = "Max Planck Institute for Meteorologie" ; :institute_id = "MPI-M" ; :experiment_id = "MPI-ESM-LR.historical" ; :realization = "1" ; :table_id = "Table 6hrLev ." ; :frequency = "6hr" ; :history = "c5_rcm_converter.ksh converting model-output into NetCDF" ; :project_id = "CMIP5/CORDEX" ; :conventions = "CF-1.4" ; :modeling_realm = "atmos" ; }