source: trunk/LMDZ.MARS/libf/aeronomars/diffusion.h @ 645

Last change on this file since 645 was 645, checked in by emillour, 13 years ago

Mars GCM:

  • Update of molecular diffusion routines (diffusion.h, moldiff_red.F90 and moldiffcoeff_red.F): optimized to run faster and diffuse only specific tracers (if they are present).
  • bugs fixed in simpleclouds.F (extra arguments) and watercloud.F (wrong arguments in call to simpleclouds and rdust() should only be recomputed if dust_mass & dust_number tracers are available).

JYC+EM

File size: 407 bytes
Line 
1!**********************************************************************
2
3!       diffusion.h
4       
5!**********************************************************************
6
7      real*8 Pdiff     
8      real*8 tdiffmin
9      real*8 dzres
10
11      parameter (Pdiff=15.)      ! pressure below which diffusion is computed
12      parameter (tdiffmin=10d0)
13      parameter (dzres=2d0)      ! grid resolution (km) for diffusion
14     
Note: See TracBrowser for help on using the repository browser.