Ignore:
Timestamp:
Jul 18, 2018, 4:48:34 PM (6 years ago)
Author:
mvals
Message:

Mars GCM:
Integration of the detached dust layer parametrizations (rocket dust storm, slope wind lifting, CW, and dust injection scheme, DB).
Still experimental, default behaviour (rdstorm=.false., dustinjection=0) identical to previous revision.
NB: Updated newstart requires an updated "surface.nc" containing the "hmons" field.
EM+MV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/callkeys.h

    r1818 r1974  
    1313     &   ,lifting,freedust,callddevil,scavenging,sedimentation          &
    1414     &   ,activice,water,tifeedback,microphys,supersat,caps,photochem   &
    15      &   ,calltherm,callrichsl,callslope,tituscap,callyamada4,co2clouds,&
    16      &   co2useh2o,meteo_flux,CLFvaryingCO2,spantCO2,CLFvarying,        &
    17      &   satindexco2
     15     &   ,calltherm,callrichsl,callslope,tituscap,callyamada4,co2clouds &
     16     &   ,co2useh2o,meteo_flux,CLFvaryingCO2,spantCO2,CLFvarying        &
     17     &   ,satindexco2,rdstorm
    1818     
    1919      COMMON/callkeys_i/iradia,iaervar,iddist,ilwd,ilwb,ilwn,ncouche    &
    20      &   ,dustbin,nltemodel,nircorr,solvarmod,solvaryear
     20     &   ,dustbin,nltemodel,nircorr,solvarmod,solvaryear,dustinjection
    2121     
    2222      COMMON/callkeys_r/topdustref,semi,alphan,euveff,                  &
    23      &   tke_heat_flux,dustrefir,fixed_euv_value,CLFfixval
     23     &   tke_heat_flux,dustrefir,fixed_euv_value,CLFfixval,             &
     24     &   coeff_injection
    2425     
    2526      LOGICAL callrad,calldifv,calladj,callcond,callsoil,               &
     
    4243      real euveff
    4344      real tke_heat_flux
     45      real coeff_injection ! dust injection scheme coefficient
    4446      real CLFfixval
    4547
     
    5355      integer solvarmod   ! model for solar EUV variation
    5456      integer solvaryear  ! mars year for realisticly varying solar EUV
     57      integer dustinjection ! dust injection scheme number
    5558
    5659      logical rayleigh
    5760      logical tracer
    5861      integer dustbin
    59       logical freedust
     62      logical freedust  
    6063      logical active,doubleq,submicron,lifting,callddevil,scavenging
     64      logical rdstorm ! rocket dust storm parametrization
    6165      logical sedimentation
    6266      logical activice,tifeedback,supersat,caps
Note: See TracChangeset for help on using the changeset viewer.