Ignore:
Timestamp:
Jan 25, 2021, 8:03:25 PM (4 years ago)
Author:
abierjon
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/util/README

    r2443 r2450  
    9090
    9191--------------------------------------------------------------------
    92 4) lslin.e : redistribute and AVERAGE gcm output in Ls coordinate.
    93 --------------------------------------------------------------------
    94 
    95 This program has been designed to interpol data in Solar Longitude (Ls)
     924) lslin.e : redistribute and average gcm output in Ls coordinate.
     93--------------------------------------------------------------------
     94
     95This program has been designed to interpolate data in Solar Longitude (Ls)
    9696linear time coordinate (usable with grads) from Netcdf diagfi or concatnc 
    97 files and to AVERAGE the instantaneous data in Ls period (for comparison with
    98 binned dataset, for instance).
     97files, and to average the instantaneous data in periodic Ls intervals
     98(for comparison with binned dataset, for instance).
    9999
    100100lslin also creates a lslin.ctl file that can be read
     
    103103is too small"...
    104104
    105 Output file is : name_of_input_file_LS.nc
     105Output file is : name_of_input_file_Ls.nc
    106106
    107107--------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.