1 | netcdf input_diagfi { |
---|
2 | dimensions: |
---|
3 | Time = UNLIMITED ; // (240 currently) |
---|
4 | index = 100 ; |
---|
5 | rlonu = 65 ; |
---|
6 | latitude = 49 ; |
---|
7 | longitude = 65 ; |
---|
8 | rlatv = 48 ; |
---|
9 | interlayer = 23 ; |
---|
10 | altitude = 22 ; |
---|
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 = "" ; |
---|
34 | float bps(altitude) ; |
---|
35 | bps:title = "hybrid sigma at midlayers" ; |
---|
36 | bps:units = "" ; |
---|
37 | float ap(interlayer) ; |
---|
38 | ap:title = "hybrid pressure at interlayers" ; |
---|
39 | ap:units = "" ; |
---|
40 | float bp(interlayer) ; |
---|
41 | bp:title = "hybrid sigma at interlayers" ; |
---|
42 | bp:units = "" ; |
---|
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 tsurf(Time, latitude, longitude) ; |
---|
58 | tsurf:title = "Surface temperature" ; |
---|
59 | tsurf:units = "K" ; |
---|
60 | float ps(Time, latitude, longitude) ; |
---|
61 | ps:title = "surface pressure" ; |
---|
62 | ps:units = "K" ; |
---|
63 | float co2ice(Time, latitude, longitude) ; |
---|
64 | co2ice:title = "co2 ice thickness" ; |
---|
65 | co2ice:units = "kg.m-2" ; |
---|
66 | float temp(Time, altitude, latitude, longitude) ; |
---|
67 | temp:title = "temperature" ; |
---|
68 | temp:units = "K" ; |
---|
69 | float tau(Time, latitude, longitude) ; |
---|
70 | tau:title = "tau" ; |
---|
71 | tau:units = "" ; |
---|
72 | float u(Time, altitude, latitude, longitude) ; |
---|
73 | u:title = "Zonal wind" ; |
---|
74 | u:units = "m.s-1" ; |
---|
75 | float v(Time, altitude, latitude, longitude) ; |
---|
76 | v:title = "Meridional wind" ; |
---|
77 | v:units = "m.s-1" ; |
---|
78 | float w(Time, altitude, latitude, longitude) ; |
---|
79 | w:title = "Vertical wind" ; |
---|
80 | w:units = "m.s-1" ; |
---|
81 | float rho(Time, altitude, latitude, longitude) ; |
---|
82 | rho:title = "density" ; |
---|
83 | rho:units = "none" ; |
---|
84 | |
---|
85 | // global attributes: |
---|
86 | :history = "Wed Feb 27 10:42:03 2008: ncrcat -d interlayer,0,22,1 input_diagfi.nc input_diagfi2.nc\n", |
---|
87 | "Wed Feb 27 10:35:52 2008: ncrcat -d altitude,0,21,1 favoris/run_mcd_newsolave/diagfi17.nc input_diagfi.nc" ; |
---|
88 | :nco_openmp_thread_number = 1 ; |
---|
89 | } |
---|