Ignore:
Timestamp:
Dec 20, 2012, 5:54:26 PM (12 years ago)
Author:
emillour
Message:

Generic GCM:

  • Fixed sedimentation issue: ensure in callsedim that the correct radii are provided to newsedim and also that the updated temperature and tracer mixing ratios are used to compute sedimentation.
  • Updated the way aerosol radii are considered and used; routines in radii_mod (h2o_reffrad, co2_reffrad, etc.) only handle a single aerosol. The idea here is that these can be called from anywhere and that the caller doesn't need to have the full (naerkind size) array of aerosol radii.
  • cleanup (addition of intent(..) to routine arguments) in various routines

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r851 r858  
    842842- Corrected problems with allocated arrays in start2archive and newstart since the 19/09/2012 major commit
    843843- Modified those programs (and iniadvtrac) so that they can be used when compiling with -t 0
     844
     845== 20/12/2012 == EM
     846- Fixed sedimentation issue: ensure in callsedim that the correct radii are
     847  provided to newsedim and also that the updated temperature and tracer
     848  mixing ratios are used to compute sedimentation.
     849- Updated the way aerosol radii are considered and used; routines in radii_mod
     850  (h2o_reffrad, co2_reffrad, etc.) only handle a single aerosol. The idea here
     851  is that these can be called from anywhere and that the caller doesn't need to
     852  have the full (naerkind size) array of aerosol radii.
     853- cleanup (addition of intent(..) to routine arguments) in various routines
Note: See TracChangeset for help on using the changeset viewer.