Ignore:
Timestamp:
Sep 17, 2020, 10:42:57 AM (4 years ago)
Author:
emillour
Message:

Mars GCM:
Code tidying : make a "dust_param_mod" module to store dust cycle relevant flags
and variables (and remove them from callkeys.h)
EM

File:
1 edited

Legend:

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

    r2312 r2409  
    1010     &   ,callnirco2,callnlte,callthermos,callconduct,calleuv           &
    1111     &   ,callmolvis,callmoldiff,thermochem,thermoswater,callemis       &
    12      &   ,callg2d,linear,rayleigh,tracer,active,doubleq,submicron       &
    13      &   ,lifting,freedust,callddevil,scavenging,sedimentation          &
     12     &   ,callg2d,linear,rayleigh,tracer                                &
     13     &   ,scavenging,sedimentation                                      &
    1414     &   ,activice,water,tifeedback,microphys,supersat,caps,photochem   &
    1515     &   ,calltherm,callrichsl,callslope,tituscap,callyamada4,co2clouds &
     
    1919     &   ,hdo,hdofrac
    2020     
    21       COMMON/callkeys_i/iradia,iaervar,iddist,ilwd,ilwb,ilwn,ncouche    &
    22      &   ,dustbin,nltemodel,nircorr,solvarmod,solvaryear,dustinjection
     21      COMMON/callkeys_i/iradia,iaervar,ilwd,ilwb,ilwn,ncouche           &
     22     &   ,nltemodel,nircorr,solvarmod,solvaryear,dustinjection
    2323     
    24       COMMON/callkeys_r/topdustref,semi,alphan,euveff,                  &
     24      COMMON/callkeys_r/semi,alphan,euveff,                             &
    2525     &   tke_heat_flux,dustrefir,fixed_euv_value,CLFfixval,             &
    2626     &   coeff_injection,ti_injection,tf_injection,coeff_detrainment
     
    4242      logical gwd_convective_source
    4343
    44       real topdustref
    4544      real semi
    4645      real alphan
     
    5453      real CLFfixval
    5554
    56       integer iddist
    5755      integer iaervar
    5856      integer iradia
     
    6765      logical rayleigh
    6866      logical tracer
    69       integer dustbin
    70       logical freedust 
    71       logical active,doubleq,submicron,lifting,callddevil,scavenging
     67      logical scavenging
    7268      logical rdstorm ! rocket dust storm parametrization
    7369      logical slpwind ! entrainment by slope wind parametrization
Note: See TracChangeset for help on using the changeset viewer.