Ignore:
Timestamp:
Jun 28, 2012, 10:02:21 AM (12 years ago)
Author:
emillour
Message:

Mars GCM:

  • Decreased time step for molecular diffusion (diffusion.h) for better stability
  • Added test in moldiff_red.F90 to enforce that the system can't be stuck in an infinite loop.
  • The creation and output of coefficients in file 'coeffs.dat' in moldiff_red.F is now controled by an internal flag (by default set to false).

JYC + EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/aeronomars/diffusion.h

    r645 r710  
    1010
    1111      parameter (Pdiff=15.)      ! pressure below which diffusion is computed
    12       parameter (tdiffmin=10d0)
     12      parameter (tdiffmin=5d0)
    1313      parameter (dzres=2d0)      ! grid resolution (km) for diffusion
    1414     
Note: See TracChangeset for help on using the changeset viewer.