source: trunk/LMDZ.MARS/util/lslin.def @ 2450

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 
1diagfi.nc
2n
3y
4n
5
6
7-----------------------------------------------------------------------
8ABOVE is the minimal list of inputs to be fed to "lslin.e" if you don t
9want to reply directly to the program:
10
111) complete name of file to be read
12
132) 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
183) 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
234) Average data within the Ls timestep (y/n) or interpolate ?
24
25-----------------------------------------------------------------------
26Here is another example with this time the maximum number of user's inputs :
27
28diagfi.nc
29y                    # see 2)
300                    # see 2) first day of the file
31y                    # see 3)
325                    # see 3) new Ls timestep
332.5                  # see 3) first Ls value
34y                    # see 4)
35
36
37-----------------------------------------------------------------------
38USE :
39localtime.e < localtime.def
Note: See TracBrowser for help on using the repository browser.