source: trunk/LMDZ.VENUS/libf/phyvenus/nlteparams.h @ 2198

Last change on this file since 2198 was 2198, checked in by flefevre, 5 years ago

reglages Diogo Quirino & Gabriella Gilli pour la haute atmosphere

File size: 1.1 KB
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)
9c     "Nominal" values in Gilli+2017
10c      parameter (ptrans = 0.5)
11c     "New" values by D.Quirino  (better agreement with SOIR/SPICAV temperature)
12      parameter (ptrans = 0.2)
13      real zw               ! half-width for transition (scale heights)
14      parameter (zw = 0.5)
15      real pminte           ! pressure up to which LTE is calculated (Pa)
16      parameter (pminte = 0.3*ptrans)
17c     almost one scale height above transition in worst case is very safe
18      real zwi
19      parameter (zwi = 2./zw)
20
21c-----------------------------------------------------------------------
22
23c     Number of layers on which LTE calculations (in lw and sw) are performed
24c     (Computed in nlthermeq) :
25      INTEGER nlaylte   
26      common/nltepar/nlaylte
Note: See TracBrowser for help on using the repository browser.