Ignore:
Timestamp:
Oct 6, 2014, 6:31:06 PM (10 years ago)
Author:
tnavarro
Message:

New option dustiropacity in callphys.def to change the reference IR opacity of dust + New output dsodust (density-scaled opacity). Without the use of this option, nothing changes for the uninformed user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/suaer.F90

    r1266 r1353  
    114114!                     For dust: change readtesassim accordingly;
    115115!       Reference wavelength in the infrared:
    116         longrefir(iaer)=9.3E-6
     116        longrefir(iaer)=dustrefir
    117117!==================================================================
    118118        CASE("dust_doubleq") aerkind! Two-moment scheme for dust
     
    127127!       If not equal to 0.67e-6 -> change readtesassim accordingly;
    128128!       Reference wavelength in the infrared:
    129         longrefir(iaer)=9.3E-6
     129        longrefir(iaer)=dustrefir
    130130!==================================================================
    131131        CASE("dust_submicron") aerkind   ! Small dust population
     
    139139!       If not equal to 0.67e-6 -> change readtesassim accordingly;
    140140!       Reference wavelength in the infrared:
    141         longrefir(iaer)=9.3E-6
     141        longrefir(iaer)=dustrefir
    142142!==================================================================
    143143        CASE("h2o_ice") aerkind             ! Water ice crystals
Note: See TracChangeset for help on using the changeset viewer.