Ignore:
Timestamp:
Jan 24, 2018, 10:24:24 PM (7 years ago)
Author:
jvatant
Message:

Making Titan's hazy again - part II
+ Major updates of J.Burgalat YAMMS library and optical coupling, including :
++ Added the routines for haze optics inside YAMMS
++ Calling rad. transf. with interactive haze is plugged
in but should stay unactive as long as the microphysics is
in test phase : cf "uncoupl_optic_haze" flag : true for now !
++ Also some sanity checks for negative tendencies and
some others upkeep of YAMMS model
+ Also added a temporary CPP key USE_QTEST in physiq_mod
that enables to have microphysical tendencies separated
from dynamics for debugging and test phases
-- JVO and JB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90

    r1896 r1897  
    377377     endif
    378378
    379      write(*,*) "Fractal dimension ?"
    380      df_mufi=2.0 ! default value
    381      call getin_p("df_mufi",df_mufi)
    382      write(*,*)" df_mufi = ",df_mufi
    383 
    384      write(*,*) "Monomer radius (m) ?"
    385      rm_mufi=6.66e-08 ! default value
    386      call getin_p("rm_mufi",rm_mufi)
    387      write(*,*)" rm_mufi = ",rm_mufi
    388 
    389      write(*,*) "Aerosol density (kg.m-3)?"
    390      rho_aer_mufi=1.e3 ! default value
    391      call getin_p("rho_aer_mufi",rho_aer_mufi)
    392      write(*,*)" rho_aer_mufi = ",rho_aer_mufi
     379     write(*,*) "Disable the coupling of microphysics within rad. transf. ?"
     380     write(*,*) "If disabled we will assume a planetwide vert. profile of extinction ..."
     381     uncoupl_optic_haze=.true. ! default value - true as long as the microphysics is bugged
     382     call getin_p("uncoupl_optic_haze",uncoupl_optic_haze)
     383     write(*,*)" uncoupl_optic_haze = ",uncoupl_optic_haze
    393384
    394385     write(*,*) "Pressure level of aer. production (Pa) ?"
Note: See TracChangeset for help on using the changeset viewer.