DAP4 Data Request Form in.nc
OPeNDAP Logo
OPeNDAP DAP4 Data Request Form

dataset: in.nc
dmr




  • View/Hide
      • NC_GLOBAL
        • Conventions: NCAR-CSM (Type is String)
        • history: History global attribute. (Type is String)
        • julian_day: 200000.0400000000 (Type is Float64)
        • RCS_Header: $Header: /cvsroot/nco/nco/data/in.cdl,v 1.55 2004/09/07 19:50:05 zender Exp $ (Type is String)
      • DODS_EXTRA
        • Unlimited_Dimension: time (Type is String)


  • View/Hide
      [ /lat = 0..1 ]
      [ /lev = 0..2 ]
      [ /lon_T42 = 0..127 ]
      [ /lat_T42 = 0..63 ]
      [ /rlev = 0..2 ]
      [ /lon = 0..3 ]
      [ /time = 0..9 ]
      [ /lsmlev = 0..5 ]
      [ /wvl = 0..1 ]
      [ /fl_dmn = 0..2 ]
      [ /bnd = 0..1 ]
      [ /time_udunits = 0..2 ]


lat[ /lat= 0..1] (Type is Float32)
no attributes
lat_var[ /lat= 0..1] (Type is Float32)
no attributes
lat_wgt[ /lat= 0..1] (Type is Float32)
no attributes
lev[ /lev= 0..2] (Type is Float32)
  • attributes
    • purpose: Monotonically increasing coordinate pressure (Type is String)
    • units: hybrid_sigma_pressure (Type is String)
    • positive: down (Type is String)
    • A_var: hyam (Type is String)
    • B_var: hybm (Type is String)
    • P0_var: P0 (Type is String)
    • PS_var: PS (Type is String)
    • bounds: ilev (Type is String)
lon_T42[ /lon_T42= 0..127] (Type is Float32)
no attributes
lat_T42[ /lat_T42= 0..63] (Type is Float32)
no attributes
rlev[ /rlev= 0..2] (Type is Float32)
  • attributes
    • purpose: Monotonically decreasing coordinate pressure (Type is String)
lon[ /lon= 0..3] (Type is Float32)
no attributes
time[ /time= 0..9] (Type is Float64)
no attributes
lsmlev[ /lsmlev= 0..5] (Type is Float32)
  • attributes
    • purpose: Homebrew level coordinate for LSM (Type is String)
    • long_name: Soil depth (Type is String)
    • units: meter (Type is String)
wvl[ /wvl= 0..1] (Type is Float32)
  • attributes
    • long_name: Wavelength (Type is String)
    • units: meter (Type is String)
hyam[ /lev= 0..2] (Type is Float32)
  • attributes
    • long_name: hybrid A coefficient at layer midpoints (Type is String)
hybm[ /lev= 0..2] (Type is Float32)
  • attributes
    • long_name: hybrid B coefficient at layer midpoints (Type is String)
P0(Type is Float32)
  • attributes
    • long_name: reference pressure (Type is String)
    • units: pascal (Type is String)
PS[ /time= 0..9] [ /lat= 0..1] [ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: surface pressure (Type is String)
    • units: pascal (Type is String)
fl_dmn(Type is String)
  • attributes
    • long_name: Character coordinate (Type is String)
    • units: [chr] (Type is String)
    • string_length: 3 (Type is Int32)
nbdate(Type is Int32)
  • attributes
    • long_name: base date as 6 or 8 digit integer (YYMMDD or YYYYMMDD) (Type is String)
date[ /time= 0..9] (Type is Int32)
  • attributes
    • long_name: current date as 6 or 8 digit integer (YYMMDD or YYYYMMDD) (Type is String)
lon_wgt[ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: Gaussian weights (Type is String)
    • purpose: Gaussian weights which sum to two for n = 4. These weights are all have floor of 0.0 so should cause SIGFPE when applied to integer types in weighted average. (Type is String)
msk_prt_mss_prt[ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: partial mask, partial missing value example (Type is String)
    • missing_value: 9.99999962e+35 (Type is Float32)
mss_val[ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: partial missing value example (Type is String)
    • missing_value: 9.99999962e+35 (Type is Float32)
mss_val_scl(Type is Float32)
  • attributes
    • long_name: scalar missing value (Type is String)
    • missing_value: 9.99999962e+35 (Type is Float32)
mss_val_fst[ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: offset partial missing value example (Type is String)
    • missing_value: -999.000000 (Type is Float32)
fll_val[ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: _FillValue example (Type is String)
    • _FillValue: -999.000000 (Type is Float32)
no_mss_val[ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: no missing value (Type is String)
val_one_mss[ /lat= 0..1] (Type is Float32)
  • attributes
    • long_name: one regular value, one missing value (Type is String)
    • missing_value: 9.99999962e+35 (Type is Float32)
pck(Type is Int16)
  • attributes
    • long_name: Packed scalar variable (Type is String)
    • note: Original packed value was 1s with scale_factor = 2.0d and add_offset = 1.0d. Unpacked value should be 3.0 = 2.0d*1s + 1.0d. NCO algorithms would pack this variable as scale_factor = 0.0d and add_offset = 3.0d. (Type is String)
    • scale_factor: 2.000000000000000 (Type is Float64)
    • add_offset: 1.000000000000000 (Type is Float64)
pck_arr[ /lon= 0..3] (Type is Int16)
  • attributes
    • long_name: Packed array (Type is String)
    • note: Packed value is -32767s, 0s, 1s, 32767s, unpacked is same in double (Type is String)
    • scale_factor: 1.000000000000000 (Type is Float64)
    • add_offset: 0.000000000000000 (Type is Float64)
upk(Type is Float64)
  • attributes
    • long_name: Unpacked scalar variable (Type is String)
    • note: Unpacked value is 3.0d0, upk=unpack(pck)= 2.0d0*1s + 1.0d0 = 3.0d0. Packing this variable should create an NC_SHORT scalar = 0s with packing attribute add_offset=3.0d and either no scale_factor (ncap) or scale_factor = 0.0d (ncpdq). (Type is String)
upk_arr[ /lon= 0..3] (Type is Float64)
  • attributes
    • long_name: Unpacked array (Type is String)
    • note: Unpacked value is -32767.d, 0.d, 1.d, 32767.d, packed is same in short. Packing algorithm should yield an NC_SHORT array = [] with packing attributes scale_factor=1.0d, add_offset=0.0d (Type is String)
val_one_int(Type is Int32)
  • attributes
    • long_name: scalar equal to 1 (Type is String)
    • missing_value: -99 (Type is Int32)
val_one_one_int[ /lat= 0..1] (Type is Int32)
  • attributes
    • long_name: 1, 1 (Type is String)
    • missing_value: -99 (Type is Int32)
val_max_max_sht[ /lat= 0..1] (Type is Int16)
  • attributes
    • long_name: 17000, 17000 (Type is String)
    • missing_value: -99 (Type is Int16)
val_one_mss_int[ /lat= 0..1] (Type is Int32)
  • attributes
    • long_name: 1, mss_val (Type is String)
    • missing_value: -99 (Type is Int32)
val_half(Type is Float32)
  • attributes
    • long_name: Scalar with value 0.5 (Type is String)
    • missing_value: 9.99999962e+35 (Type is Float32)
val_half_half[ /lat= 0..1] (Type is Float32)
  • attributes
    • long_name: 0.5,0.5 (Type is String)
    • missing_value: 9.99999962e+35 (Type is Float32)
wgt_one[ /lat= 0..1] (Type is Float32)
  • attributes
    • long_name: all values are one (Type is String)
mss_val_all[ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: all missing values example (Type is String)
    • missing_value: 9.99999962e+35 (Type is Float32)
scalar_var(Type is Float32)
  • attributes
    • long_name: scalar variable (Type is String)
    • units: Fraction (Type is String)
float_var(Type is Float32)
  • attributes
    • long_name: float (Type is String)
double_var(Type is Float64)
  • attributes
    • long_name: double (Type is String)
double_var2(Type is Float64)
  • attributes
    • long_name: double (Type is String)
    • missing_value: 1.000000000000000e+36 (Type is Float64)
int_var(Type is Int32)
  • attributes
    • long_name: int (Type is String)
short_var(Type is Int16)
  • attributes
    • long_name: short (Type is String)
char_var(Type is String)
  • attributes
    • long_name: char (Type is String)
    • string_length: 1 (Type is Int32)
char_var_space(Type is String)
  • attributes
    • long_name: Character variable with whitespace on ends (Type is String)
    • string_length: 1 (Type is Int32)
char_var_nul(Type is String)
  • attributes
    • long_name: Character variable containing one NUL (Type is String)
    • string_length: 1 (Type is Int32)
char_var_multinul(Type is String)
  • attributes
    • long_name: Character variable containing multiple NULs (Type is String)
    • string_length: 3 (Type is Int32)
fl_nm(Type is String)
  • attributes
    • long_name: Variable contains a file name (Type is String)
    • string_length: 80 (Type is Int32)
fl_nm_arr[ /fl_dmn= 0..2] (Type is String)
  • attributes
    • long_name: Variable that contains a short array of file names (Type is String)
    • units: [sng] (Type is String)
    • string_length: 80 (Type is Int32)
non_nul_trm_char_one_dmn(Type is String)
  • attributes
    • long_name: Variable contains a one-dimensional array of characters that is not NUL-terminated (Type is String)
    • units: [chr] (Type is String)
    • string_length: 4 (Type is Int32)
non_nul_trm_char_two_dmn[ /fl_dmn= 0..2] (Type is String)
  • attributes
    • long_name: Variable contains a two-dimensional array of characters that are not NUL-terminated (Type is String)
    • units: [chr] (Type is String)
    • string_length: 4 (Type is Int32)
byte_var(Type is Int16)
  • attributes
    • long_name: byte (Type is String)
zero(Type is Float32)
  • attributes
    • long_name: zero (Type is String)
one(Type is Float32)
  • attributes
    • long_name: one (Type is String)
two(Type is Float32)
  • attributes
    • long_name: two (Type is String)
e_dbl(Type is Float64)
  • attributes
    • long_name: e, base of the natural logarithm (Type is String)
e_flt(Type is Float32)
  • attributes
    • long_name: e, base of the natural logarithm (Type is String)
three(Type is Float32)
  • attributes
    • long_name: three (Type is String)
four(Type is Float32)
  • attributes
    • long_name: four (Type is String)
negative_one(Type is Float32)
  • attributes
    • long_name: negative one (Type is String)
lev_var[ /lev= 0..2] (Type is Float32)
  • attributes
    • long_name: lev_var (Type is String)
lev_wgt[ /lev= 0..2] (Type is Float32)
  • attributes
    • long_name: lev_wgt (Type is String)
g(Type is Float32)
  • attributes
    • long_name: g (Type is String)
z[ /lev= 0..2] (Type is Float32)
  • attributes
    • long_name: Height (Type is String)
    • units: meter (Type is String)
    • purpose: Height stored with a monotonically increasing coordinate (Type is String)
rz[ /rlev= 0..2] (Type is Float32)
  • attributes
    • long_name: Height (Type is String)
    • units: meter (Type is String)
    • purpose: Height stored with a monotonically decreasing coordinate (Type is String)
one_dmn_var[ /bnd= 0..1] (Type is Float32)
no attributes
att_var(Type is Float32)
  • attributes
    • byte_att: 0 (Type is Int16)
    • char_att: Sentence one. Sentence two. (Type is String)
    • short_att: 37 (Type is Int16)
    • int_att: 73 (Type is Int32)
    • float_att: 73.0000000, 72.0000000, 71.0000000 (Type is Float32)
    • double_att: 73.00000000000000 (Type is Float64)
bnd_var[ /lev= 0..2] [ /bnd= 0..1] (Type is Int32)
  • attributes
    • byte_att: 0 (Type is Int16)
    • char_att: Sentence one. Sentence two. (Type is String)
    • short_att: 37 (Type is Int16)
    • int_att: 73 (Type is Int32)
    • float_att: 73.0000000 (Type is Float32)
    • double_att: 73.00000000000000 (Type is Float64)
three_dmn_var[ /lat= 0..1] [ /lev= 0..2] [ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: three dimensional variable with CCM coordinate convention C=[lat,lev,lon], Fortran=(lon,lev,lat) (Type is String)
    • units: Fraction (Type is String)
three_dmn_var_crd[ /lev= 0..2] [ /lat= 0..1] [ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: three dimensional variable with COORDS coordinate convention C=[lev,lat,lon], Fortran=(lon,lat,lev) (Type is String)
    • units: Fraction (Type is String)
prs_sfc[ /time= 0..9] [ /lat= 0..1] [ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: Surface pressure (Type is String)
    • units: pascal (Type is String)
two_dmn_var[ /lat= 0..1] [ /lev= 0..2] (Type is Float32)
  • attributes
    • long_name: two dimensional variable (Type is String)
    • units: Fraction (Type is String)
mask[ /lat= 0..1] [ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: mask variable like ORO (Type is String)
    • units: Fraction (Type is String)
ORO[ /lat= 0..1] [ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: Orography (Type is String)
    • units: Fraction (Type is String)
weight[ /lat= 0..1] (Type is Float32)
  • attributes
    • long_name: Gaussian weight (Type is String)
    • units: Fraction (Type is String)
gw[ /lat= 0..1] (Type is Float32)
  • attributes
    • long_name: gw variable like gw (Type is String)
    • units: Fraction (Type is String)
gw_T42[ /lat_T42= 0..63] (Type is Float32)
  • attributes
    • long_name: gw variable like gw_T42 (Type is String)
    • units: Fraction (Type is String)
rec_var_flt[ /time= 0..9] (Type is Float32)
  • attributes
    • long_name: record variable, float (Type is String)
rec_var_dbl[ /time= 0..9] (Type is Float64)
  • attributes
    • long_name: record variable, double (Type is String)
one_dmn_rec_var[ /time= 0..9] (Type is Int32)
  • attributes
    • long_name: one dimensional record variable (Type is String)
    • units: second (Type is String)
tpt[ /time= 0..9] (Type is Float32)
  • attributes
    • long_name: Temperature (Type is String)
    • units: kelvin (Type is String)
    • hieght: Leave mispelled for NCO User's guide example (Type is String)
rec_var_dbl_mss_val_dbl_upk[ /time= 0..9] (Type is Float64)
  • attributes
    • long_name: record variable, double, with double missing values (Type is String)
    • purpose: This variable is used to generate the packed variable rec_var_dbl_mss_val_dbl_pck, so its missing_value should not be too far out of range, i.e., it should be representable by a short. However, the missing_value should itself be the same type as the unpacked variable, NC_DOUBLE in this case. (Type is String)
    • missing_value: -999.0000000000000 (Type is Float64)
rec_var_dbl_mss_val_dbl_pck[ /time= 0..9] (Type is Int16)
  • attributes
    • long_name: record variable, double, with double missing values, packed (Type is String)
    • purpose: Packed version of rec_var_dbl_mss_val_dbl_upk (Type is String)
    • missing_value: -999.0000000000000 (Type is Float64)
    • scale_factor: -9.155413138017850e-05 (Type is Float64)
    • add_offset: 5.000000000000000 (Type is Float64)
rec_var_flt_mss_val_flt[ /time= 0..9] (Type is Float32)
  • attributes
    • long_name: record variable, float, with float missing values (Type is String)
    • missing_value: 9.99999962e+35 (Type is Float32)
rec_var_flt_pck[ /time= 0..9] (Type is Int16)
  • attributes
    • long_name: record variable, float, packed (Type is String)
    • purpose: Demonstrate that rounding of means of packed data are handled correctly (Type is String)
    • scale_factor: 0.100000001 (Type is Float32)
    • add_offset: 100.000000 (Type is Float32)
rec_var_dbl_pck[ /time= 0..9] (Type is Int16)
  • attributes
    • long_name: record variable, double, packed (Type is String)
    • purpose: Demonstrate that rounding of means of packed data are handled correctly (Type is String)
    • scale_factor: 0.1000000000000000 (Type is Float64)
    • add_offset: 100.0000000000000 (Type is Float64)
rec_var_flt_mss_val_dbl[ /time= 0..9] (Type is Float32)
  • attributes
    • long_name: record variable, float, with double missing values (Type is String)
    • missing_value: 1.000000000000000e+36 (Type is Float64)
rec_var_flt_mss_val_int[ /time= 0..9] (Type is Float32)
  • attributes
    • long_name: record variable, float, with integer missing values (Type is String)
    • missing_value: -999 (Type is Int32)
rec_var_int_mss_val_int[ /time= 0..9] (Type is Int32)
  • attributes
    • long_name: record variable, integer, with integer missing values (Type is String)
    • missing_value: -999 (Type is Int32)
rec_var_int_mss_val_flt[ /time= 0..9] (Type is Int32)
  • attributes
    • long_name: record variable, integer, with float missing values (Type is String)
    • missing_value: -999.000000 (Type is Float32)
rec_var_int_mss_val_dbl[ /time= 0..9] (Type is Int32)
  • attributes
    • long_name: record variable, integer, with double missing values (Type is String)
    • missing_value: -999.0000000000000 (Type is Float64)
rec_var_dbl_mss_val_dbl_pck_lng[ /time= 0..9] (Type is Int32)
  • attributes
    • long_name: record variable, double packed as long, with double missing values (Type is String)
    • purpose: although not usual, packing doubles into longs (rather than shorts) is still a considerable cost savings (Type is String)
    • missing_value: -999.0000000000000 (Type is Float64)
    • scale_factor: -9.155413138017850e-05 (Type is Float64)
    • add_offset: 5.000000000000000 (Type is Float64)
one_dmn_rec_var_sng(Type is String)
  • attributes
    • long_name: one dimensional record variable of string (Type is String)
    • string_length: 10 (Type is Int32)
time_lon[ /time= 0..9] [ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: Record variable of longitude coordinate (Type is String)
two_dmn_rec_var_sng[ /time= 0..9] (Type is String)
  • attributes
    • long_name: two dimensional record variable of string (Type is String)
    • string_length: 3 (Type is Int32)
two_dmn_rec_var[ /time= 0..9] [ /lev= 0..2] (Type is Float32)
  • attributes
    • long_name: two dimensional record variable (Type is String)
    • units: watt meter-2 (Type is String)
three_dmn_rec_var[ /time= 0..9] [ /lat= 0..1] [ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: three dimensional record variable (Type is String)
    • units: watt meter-2 (Type is String)
three_dmn_var_dbl[ /time= 0..9] [ /lat= 0..1] [ /lon= 0..3] (Type is Float64)
  • attributes
    • long_name: three dimensional record variable of type double (Type is String)
    • units: watt meter-2 (Type is String)
    • missing_value: -99.00000000000000 (Type is Float64)
three_dmn_var_int[ /time= 0..9] [ /lat= 0..1] [ /lon= 0..3] (Type is Int32)
  • attributes
    • long_name: three dimensional record variable of type int (Type is String)
    • units: watt meter-2 (Type is String)
    • missing_value: -99 (Type is Int32)
three_dmn_var_sht[ /time= 0..9] [ /lat= 0..1] [ /lon= 0..3] (Type is Int16)
  • attributes
    • long_name: three dimensional record variable (Type is String)
    • units: watt meter-2 (Type is String)
    • missing_value: -99 (Type is Int16)
four_dmn_rec_var[ /time= 0..9] [ /lat= 0..1] [ /lev= 0..2] [ /lon= 0..3] (Type is Float32)
  • attributes
    • long_name: four dimensional record variable (Type is String)
    • units: watt meter-2 (Type is String)
time_udunits[ /time_udunits= 0..2] (Type is Float64)
  • attributes
    • units: hours since 1900-01-01 00:00:0.0 (Type is String)
    • delta_t: 0000-00-00 06:00:0.0 (Type is String)
u[ /time= 0..9] (Type is Float32)
  • attributes
    • long_name: Zonal wind speed (Type is String)
    • units: meter second-1 (Type is String)
v[ /time= 0..9] (Type is Float32)
  • attributes
    • long_name: Meridional wind speed (Type is String)
    • units: meter second-1 (Type is String)

debug
Hyrax development sponsored by NSF, NASA, and NOAA

OPeNDAP Hyrax (1.16.8-383)
Documentation Questions? Contact Support