[1954] | 1 | {\footnotesize |
---|
| 2 | \begin{verbatim} |
---|
| 3 | netcdf diagfi { |
---|
| 4 | dimensions: |
---|
| 5 | Time = UNLIMITED ; // (12 currently) |
---|
| 6 | index = 100 ; |
---|
| 7 | rlonu = 65 ; |
---|
| 8 | latitude = 49 ; |
---|
| 9 | longitude = 65 ; |
---|
| 10 | rlatv = 48 ; |
---|
| 11 | interlayer = 26 ; |
---|
| 12 | altitude = 25 ; |
---|
| 13 | subsurface_layers = 18 ; |
---|
| 14 | variables: |
---|
| 15 | float Time(Time) ; |
---|
| 16 | Time:long_name = "Time" ; |
---|
| 17 | Time:units = "days since 0000-00-0 00:00:00" ; |
---|
| 18 | float controle(index) ; |
---|
| 19 | controle:title = "Control parameters" ; |
---|
| 20 | float rlonu(rlonu) ; |
---|
| 21 | rlonu:title = "Longitudes at u nodes" ; |
---|
| 22 | float latitude(latitude) ; |
---|
| 23 | latitude:units = "degrees_north" ; |
---|
| 24 | latitude:long_name = "North latitude" ; |
---|
| 25 | float longitude(longitude) ; |
---|
| 26 | longitude:long_name = "East longitude" ; |
---|
| 27 | longitude:units = "degrees_east" ; |
---|
| 28 | float altitude(altitude) ; |
---|
| 29 | altitude:long_name = "pseudo-alt" ; |
---|
| 30 | altitude:units = "km" ; |
---|
| 31 | altitude:positive = "up" ; |
---|
| 32 | float rlatv(rlatv) ; |
---|
| 33 | rlatv:title = "Latitudes at v nodes" ; |
---|
| 34 | float aps(altitude) ; |
---|
| 35 | aps:title = "hybrid pressure at midlayers" ; |
---|
| 36 | aps:units = "Pa" ; |
---|
| 37 | float bps(altitude) ; |
---|
| 38 | bps:title = "hybrid sigma at midlayers" ; |
---|
| 39 | bps:units = "" ; |
---|
| 40 | float ap(interlayer) ; |
---|
| 41 | ap:title = "hybrid pressure at interlayers" ; |
---|
| 42 | ap:units = "Pa" ; |
---|
| 43 | float bp(interlayer) ; |
---|
| 44 | bp:title = "hybrid sigma at interlayers" ; |
---|
| 45 | bp:units = "" ; |
---|
| 46 | float soildepth(subsurface_layers) ; |
---|
| 47 | soildepth:long_name = "Soil mid-layer depth" ; |
---|
| 48 | soildepth:units = "m" ; |
---|
| 49 | soildepth:positive = "down" ; |
---|
| 50 | float cu(latitude, rlonu) ; |
---|
| 51 | cu:title = "Conversion coefficients cov <--> natural" ; |
---|
| 52 | float cv(rlatv, longitude) ; |
---|
| 53 | cv:title = "Conversion coefficients cov <--> natural" ; |
---|
| 54 | float aire(latitude, longitude) ; |
---|
| 55 | aire:title = "Mesh area" ; |
---|
| 56 | float phisinit(latitude, longitude) ; |
---|
| 57 | phisinit:title = "Geopotential at the surface" ; |
---|
| 58 | float emis(Time, latitude, longitude) ; |
---|
| 59 | emis:title = "Surface emissivity" ; |
---|
| 60 | emis:units = "w.m-1" ; |
---|
| 61 | float tsurf(Time, latitude, longitude) ; |
---|
| 62 | tsurf:title = "Surface temperature" ; |
---|
| 63 | tsurf:units = "K" ; |
---|
| 64 | float ps(Time, latitude, longitude) ; |
---|
| 65 | ps:title = "surface pressure" ; |
---|
| 66 | ps:units = "Pa" ; |
---|
| 67 | float co2ice(Time, latitude, longitude) ; |
---|
| 68 | co2ice:title = "co2 ice thickness" ; |
---|
| 69 | co2ice:units = "kg.m-2" ; |
---|
| 70 | float mtot(Time, latitude, longitude) ; |
---|
| 71 | mtot:title = "total mass of water vapor" ; |
---|
| 72 | mtot:units = "kg/m2" ; |
---|
| 73 | float icetot(Time, latitude, longitude) ; |
---|
| 74 | icetot:title = "total mass of water ice" ; |
---|
| 75 | icetot:units = "kg/m2" ; |
---|
| 76 | float tauTES(Time, latitude, longitude) ; |
---|
| 77 | tauTES:title = "tau abs 825 cm-1" ; |
---|
| 78 | tauTES:units = "" ; |
---|
| 79 | float h2o_ice_s(Time, latitude, longitude) ; |
---|
| 80 | h2o_ice_s:title = "surface h2o_ice" ; |
---|
| 81 | h2o_ice_s:units = "kg.m-2" ; |
---|
| 82 | } |
---|
| 83 | \end{verbatim} |
---|
| 84 | } |
---|