Changeset 2198


Ignore:
Timestamp:
Dec 13, 2019, 1:14:02 PM (5 years ago)
Author:
flefevre
Message:

reglages Diogo Quirino & Gabriella Gilli pour la haute atmosphere

Location:
trunk/LMDZ.VENUS/libf/phyvenus
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/diffusion.h

    r1591 r2198  
    1111      parameter (Pdiff=1.e-1)      ! pressure below which diffusion is computed
    1212      parameter (tdiffmin=5.d0)
    13       parameter (dzres=2.d0)     ! grid resolution (km) for diffusion
     13      parameter (dzres=0.1d0)    ! grid resolution (km) for diffusion
    1414     
  • trunk/LMDZ.VENUS/libf/phyvenus/flott_gwd_ran.F90

    r2125 r2198  
    146146    endif
    147147    CMIN = 1.           ! Min phase velocity
    148     CMAX = 111.          ! Max phase speed velocity
     148    CMAX = 61.          ! Max phase speed velocity
    149149!    XLAUNCH=0.6         ! Parameter that control launching altitude
    150150    XLAUNCH=5e-3        ! Value for top of cloud convective region
  • trunk/LMDZ.VENUS/libf/phyvenus/nirco2abs.F

    r1545 r2198  
    2323c   Stephen Lewis 2000
    2424c
     25c   apr 2019 d.quirino   Improving NLTE params, SOIR/SPICAV Temp comparison
    2526c   oct 2014 g.gilli     Coupling with photochemical model
    2627C   jan 2014 g.gilli     Revision (following martian non-lte param)   
     
    104105
    105106   
    106 cc "Nominal" values
    107        parameter (n_a = 18.13/86400.0)     !c     K/Eday  ---> K/sec   
    108        parameter (p_ctop=13.2e2)
    109 c    -- NLTE Param v3  --
    110        parameter (n_p0=0.008) 
     107cc "Nominal" values used in Gilli+2'17
     108c       parameter (n_a = 18.13/86400.0)     !c     K/Eday  ---> K/sec   
     109c       parameter (p_ctop=13.2e2)
     110c       parameter (n_p0=0.008)
     111
     112cc "New" values used to improve SPICAV/SOIR Temperature comparision (D.Quirino)
     113       parameter (n_a = 15.92/86400.0)     !c     K/Eday  ---> K/sec   
     114       parameter (p_ctop=19.85e2)
     115       parameter (n_p0=0.1) 
    111116       parameter (n_b=1.362)
    112 
    113 cc   -- Varoxy5
    114 C       parameter (n_a = 20/86400.0)
    115 C       parameter (p_ctop=870)   ! [Pa]
    116 C       parameter (n_b=1.98)
    117 C       parameter (n_p0=0.045)
    118 
    119 c      parameter (n_p0=0.1) !!!!cccc test varoxy5mod
    120 c      parameter (n_b=0.9)
    121 
    122117
    123118c    -- NLTE Param v2  --
     
    125120c       parameter (n_b = 1.3)
    126121   
    127 
    128122
    129123c     Variables added to implement NLTE correction factor (feb 2011)
     
    141135
    142136CCCCCC   TEST: reduce by X% nir Heating
    143 
    144137c      co2heat0  = co2heat0 * 0.8
    145 
    146138
    147139c----------------------------------------------------------------------
  • trunk/LMDZ.VENUS/libf/phyvenus/nlteparams.h

    r1310 r2198  
    77
    88      real ptrans           ! central pressure for transition (Pa)
    9       parameter (ptrans = 0.5)
     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)
    1013      real zw               ! half-width for transition (scale heights)
    1114      parameter (zw = 0.5)
Note: See TracChangeset for help on using the changeset viewer.