1 | netcdf diagfi1 { |
---|
2 | dimensions: |
---|
3 | Time = UNLIMITED ; // (366 currently) |
---|
4 | index = 100 ; |
---|
5 | rlonu = 65 ; |
---|
6 | latitude = 49 ; |
---|
7 | longitude = 65 ; |
---|
8 | rlatv = 48 ; |
---|
9 | interlayer = 26 ; |
---|
10 | altitude = 25 ; |
---|
11 | variables: |
---|
12 | float Time(Time) ; |
---|
13 | Time:long_name = "Time" ; |
---|
14 | Time:units = "days since 0000-00-0 00:00:00" ; |
---|
15 | float controle(index) ; |
---|
16 | controle:title = "Parametres de controle" ; |
---|
17 | float rlonu(rlonu) ; |
---|
18 | rlonu:title = "Longitudes aux points u" ; |
---|
19 | float latitude(latitude) ; |
---|
20 | latitude:units = "degrees_north" ; |
---|
21 | latitude:long_name = "North latitude" ; |
---|
22 | float longitude(longitude) ; |
---|
23 | longitude:long_name = "East longitude" ; |
---|
24 | longitude:units = "degrees_east" ; |
---|
25 | float altitude(altitude) ; |
---|
26 | altitude:long_name = "pseudo-alt" ; |
---|
27 | altitude:units = "km" ; |
---|
28 | altitude:positive = "up" ; |
---|
29 | float rlatv(rlatv) ; |
---|
30 | rlatv:title = "Latitudes aux points v" ; |
---|
31 | float aps(altitude) ; |
---|
32 | aps:title = "hybrid pressure at midlayers" ; |
---|
33 | aps:units = "h" ; |
---|
34 | float bps(altitude) ; |
---|
35 | bps:title = "hybrid sigma at midlayers" ; |
---|
36 | bps:units = "h" ; |
---|
37 | float ap(interlayer) ; |
---|
38 | ap:title = "hybrid pressure at interlayers" ; |
---|
39 | ap:units = "h" ; |
---|
40 | float bp(interlayer) ; |
---|
41 | bp:title = "hybrid sigma at interlayers" ; |
---|
42 | bp:units = "h" ; |
---|
43 | float cu(latitude, rlonu) ; |
---|
44 | cu:title = "Coefficients de passage cov <--> nature" ; |
---|
45 | float cv(rlatv, longitude) ; |
---|
46 | cv:title = "Coefficients de passage cov <--> nature" ; |
---|
47 | float aire(latitude, longitude) ; |
---|
48 | aire:title = "Aires des mailles" ; |
---|
49 | float phisinit(latitude, longitude) ; |
---|
50 | phisinit:title = "Geopotentiel au sol init" ; |
---|
51 | float mtot(Time, latitude, longitude) ; |
---|
52 | mtot:title = "total mass of water vapor" ; |
---|
53 | mtot:units = "kg/m2" ; |
---|
54 | float icetot(Time, latitude, longitude) ; |
---|
55 | icetot:title = "total mass of water ice" ; |
---|
56 | icetot:units = "kg/m2" ; |
---|
57 | float rice(Time, altitude, latitude, longitude) ; |
---|
58 | rice:title = "ice radius" ; |
---|
59 | rice:units = "meter" ; |
---|
60 | float rave(Time, latitude, longitude) ; |
---|
61 | rave:title = "Mean ice radius" ; |
---|
62 | rave:units = "meter" ; |
---|
63 | float co2ice(Time, latitude, longitude) ; |
---|
64 | co2ice:title = "co2 ice thickness" ; |
---|
65 | co2ice:units = "kg.m-2" ; |
---|
66 | float tsurf(Time, latitude, longitude) ; |
---|
67 | tsurf:title = "Surface temperature" ; |
---|
68 | tsurf:units = "K" ; |
---|
69 | float ps(Time, latitude, longitude) ; |
---|
70 | ps:title = "surface pressure" ; |
---|
71 | ps:units = "K" ; |
---|
72 | float temp(Time, altitude, latitude, longitude) ; |
---|
73 | temp:title = "temperature" ; |
---|
74 | temp:units = "K" ; |
---|
75 | float tau(Time, latitude, longitude) ; |
---|
76 | tau:title = "tau" ; |
---|
77 | tau:units = "t" ; |
---|
78 | float q02(Time, altitude, latitude, longitude) ; |
---|
79 | q02:title = "mix. ratio" ; |
---|
80 | q02:units = "kg/kg" ; |
---|
81 | float qsurf02(Time, latitude, longitude) ; |
---|
82 | qsurf02:title = "qsurf" ; |
---|
83 | qsurf02:units = "kg.m-2" ; |
---|
84 | float q01(Time, altitude, latitude, longitude) ; |
---|
85 | q01:title = "mix. ratio" ; |
---|
86 | q01:units = "kg/kg" ; |
---|
87 | float qsurf01(Time, latitude, longitude) ; |
---|
88 | qsurf01:title = "qsurf" ; |
---|
89 | qsurf01:units = "kg.m-2" ; |
---|
90 | } |
---|