source: trunk/LMDZ.MARS/libf/phymars/nlteparams.h @ 1909

Last change on this file since 1909 was 38, checked in by emillour, 14 years ago

Ajout du modè Martien (mon LMDZ.MARS.BETA, du 28/01/2011) dans le rértoire mars, pour pouvoir suivre plus facilement les modifs.
EM

File size: 764 bytes
Line 
1c-----------------------------------------------------------------------
2c   INCLUDE 'nlteparams.h'
3c
4c   Parameters which govern the transition from LTE to NLTE radiation
5c   tendencies.
6c-----------------------------------------------------------------------
7
8      real ptrans           ! central pressure for transition (Pa)
9      parameter (ptrans = 0.1)
10      real zw               ! half-width for transition (scale heights)
11      parameter (zw = 0.5)
12      real pminte           ! pressure up to which LTE is calculated (Pa)
13      parameter (pminte = 0.4*ptrans)
14c     almost one scale height above transition in worst case is very safe
15      real zwi
16      parameter (zwi = 2./zw)
17
18c-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.