Ignore:
Timestamp:
May 11, 2014, 2:37:58 PM (11 years ago)
Author:
aslmd
Message:

LMDZ.MARS. Made number of scatterers a free dimension not in need to be prescribe at compiling time. Instead it must be set in callphys.def. See README for further information about this commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r1242 r1246  
    20892089- ustar and tstar are calculated in vdifc. so no need to recalculate
    20902090  those elsewhere. use turb_mod module to store it.
     2091
     2092== 11/05/2014 == AS
     2093- Number of scatterers no longer prescribed at compiling time
     2094- Number of scatterers must now be set in callphys.def (keyword: naerkind)
     2095- Added in dimradmars_mod a subroutine ini_scatterers to initialize arrays once naerkind is known
     2096  -- NB: ini_scatterers is not called in phys_var_init
     2097  --     but rather in conf_phys once naerkind is read in callphys.def
     2098- Checks + names of scatterers moved from callradite to conf_phys
     2099- Put what was in scatterers.h in dimradmars_mod
     2100- Put what was in aerkind.h in dimradmars_mod
     2101- Put what was in yomaer_h in dimradmars_mod
     2102- Moved conc_mod in phymars rather than aeronomars.
     2103  Otherwise pb of cyclic dependencies (plus compiling without aeronomars is impossible).
Note: See TracChangeset for help on using the changeset viewer.