Last change
on this file since 2450 was
2450,
checked in by abierjon, 4 years ago
|
Mars GCM:
Changes in lslin.F90 :
- make sure the interpolation takes into account potential missing values in
the input file fields, especially when the average/binning option is not used
(ticket #68)
- enable the averaging option even when the Ls timestep is set automatically
/!\ previous lslin.def must be updated in consequence !
- code clean-up, especially remove duplicates on controle field and altitude units
- replace all the tests "if (ndim.ge.3) then" by a unique test at the beginning
of the var loop
- change "title" attribute into "long_name" by default (ticket #48)
+ add an indicative updated lslin.def
+ update util/README
AB
|
File size:
1.2 KB
|
Line | |
---|
1 | diagfi.nc |
---|
2 | n |
---|
3 | y |
---|
4 | n |
---|
5 | |
---|
6 | |
---|
7 | ----------------------------------------------------------------------- |
---|
8 | ABOVE is the minimal list of inputs to be fed to "lslin.e" if you don t |
---|
9 | want to reply directly to the program: |
---|
10 | |
---|
11 | 1) complete name of file to be read |
---|
12 | |
---|
13 | 2) Do you want to specify the beginning day of the file (y/n) ? |
---|
14 | (if 'n', the value stored in the controle field will be used) |
---|
15 | /!\ if 'y', insert a new line just below with the value of the |
---|
16 | beginning day of the file you want to specify |
---|
17 | |
---|
18 | 3) Automatic Ls timestep (y/n)? |
---|
19 | /!\ if 'n', insert 2 new line just below with, respectively, |
---|
20 | the new timestep in Ls (deg) |
---|
21 | the first Ls (deg) |
---|
22 | |
---|
23 | 4) Average data within the Ls timestep (y/n) or interpolate ? |
---|
24 | |
---|
25 | ----------------------------------------------------------------------- |
---|
26 | Here is another example with this time the maximum number of user's inputs : |
---|
27 | |
---|
28 | diagfi.nc |
---|
29 | y # see 2) |
---|
30 | 0 # see 2) first day of the file |
---|
31 | y # see 3) |
---|
32 | 5 # see 3) new Ls timestep |
---|
33 | 2.5 # see 3) first Ls value |
---|
34 | y # see 4) |
---|
35 | |
---|
36 | |
---|
37 | ----------------------------------------------------------------------- |
---|
38 | USE : |
---|
39 | localtime.e < localtime.def |
---|
Note: See
TracBrowser
for help on using the repository browser.