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/callkeys.h

    r1240 r1353  
    1919     
    2020      COMMON/callkeys_r/topdustref,solarcondate,semi,alphan,euveff,     &
    21      &   tke_heat_flux
     21     &   tke_heat_flux,dustrefir
    2222     
    2323      LOGICAL callrad,calldifv,calladj,callcond,callsoil,               &
     
    2828     &   ,calltherm,callrichsl,callslope,tituscap,callyamada4
    2929
     30      COMMON/aeroutput/dustiropacity
    3031
    3132      logical callemis
     
    6162      integer nircorr
    6263
     64      character(len=100) dustiropacity
     65      real               dustrefir
     66 
    6367      integer swrtype ! type of short wave (solar wavelength) radiative
    6468      ! transfer to use 1: Fouquart 2: Toon.
Note: See TracChangeset for help on using the changeset viewer.