Last change
on this file was
11,
checked in by aslmd, 15 years ago
|
spiga@svn-planeto:ajoute le modele meso-echelle martien
|
File size:
1014 bytes
|
Line | |
---|
1 | netcdf input_water { |
---|
2 | dimensions: |
---|
3 | Time = UNLIMITED ; // (240 currently) |
---|
4 | latitude = 49 ; |
---|
5 | longitude = 65 ; |
---|
6 | altitude = 22 ; |
---|
7 | variables: |
---|
8 | float Time(Time) ; |
---|
9 | Time:long_name = "Time" ; |
---|
10 | Time:units = "days since 0000-00-0 00:00:00" ; |
---|
11 | float latitude(latitude) ; |
---|
12 | latitude:units = "degrees_north" ; |
---|
13 | latitude:long_name = "North latitude" ; |
---|
14 | float longitude(longitude) ; |
---|
15 | longitude:long_name = "East longitude" ; |
---|
16 | longitude:units = "degrees_east" ; |
---|
17 | float altitude(altitude) ; |
---|
18 | altitude:long_name = "pseudo-alt" ; |
---|
19 | altitude:units = "km" ; |
---|
20 | altitude:positive = "up" ; |
---|
21 | float q01(Time, altitude, latitude, longitude) ; |
---|
22 | q01:title = "ice" ; |
---|
23 | q01:units = "kg/kg" ; |
---|
24 | float q02(Time, altitude, latitude, longitude) ; |
---|
25 | q02:title = "h2o" ; |
---|
26 | q02:units = "kg/kg" ; |
---|
27 | |
---|
28 | // global attributes: |
---|
29 | :history = "Wed Feb 27 09:57:42 2008: ncrcat -d Time,2,719,3 input_water17.nc input_water17_cut.nc\n", |
---|
30 | "Wed Feb 27 09:43:06 2008: ncrcat -v q01,q02 run_cap/diagfi17.nc input_water17.nc" ; |
---|
31 | :nco_openmp_thread_number = 1 ; |
---|
32 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.