source: trunk/LMDZ.MARS/libf/phymars/callkeys.h @ 2077

Last change on this file since 2077 was 1974, checked in by mvals, 6 years ago

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 size: 3.0 KB
RevLine 
[38]1!
2! For Fortran 77/Fortran 90 compliance always use line continuation
3! symbols '&' in columns 73 and 6
4!
5! NB: to keep commons aligned, it is better to split them in groups
6!     of given types (logical, integer, real, ...)
7
8      COMMON/callkeys_l/callrad,calldifv,calladj,callcond,callsoil      &
9     &   ,season,diurnal,lwrite,calllott,callstats,calleofdump          &
10     &   ,callnirco2,callnlte,callthermos,callconduct,calleuv           &
11     &   ,callmolvis,callmoldiff,thermochem,thermoswater,callemis       &
12     &   ,callg2d,linear,rayleigh,tracer,active,doubleq,submicron       &
[1088]13     &   ,lifting,freedust,callddevil,scavenging,sedimentation          &
[1467]14     &   ,activice,water,tifeedback,microphys,supersat,caps,photochem   &
[1974]15     &   ,calltherm,callrichsl,callslope,tituscap,callyamada4,co2clouds &
16     &   ,co2useh2o,meteo_flux,CLFvaryingCO2,spantCO2,CLFvarying        &
17     &   ,satindexco2,rdstorm
[38]18     
19      COMMON/callkeys_i/iradia,iaervar,iddist,ilwd,ilwb,ilwn,ncouche    &
[1974]20     &   ,dustbin,nltemodel,nircorr,solvarmod,solvaryear,dustinjection
[38]21     
[1684]22      COMMON/callkeys_r/topdustref,semi,alphan,euveff,                  &
[1974]23     &   tke_heat_flux,dustrefir,fixed_euv_value,CLFfixval,             &
24     &   coeff_injection
[38]25     
26      LOGICAL callrad,calldifv,calladj,callcond,callsoil,               &
27     &   season,diurnal,lwrite,calllott                                 &
28     &   ,callstats,calleofdump                                         &
29     &   ,callnirco2,callnlte,callthermos,callconduct,                  &
[161]30     &    calleuv,callmolvis,callmoldiff,thermochem,thermoswater        &
[1240]31     &   ,calltherm,callrichsl,callslope,tituscap,callyamada4
[38]32
[1353]33      COMMON/aeroutput/dustiropacity
[38]34
35      logical callemis
36      logical callg2d
37      logical linear
38
39      real topdustref
40      real semi
41      real alphan
[1684]42      real fixed_euv_value
[552]43      real euveff
[544]44      real tke_heat_flux
[1974]45      real coeff_injection ! dust injection scheme coefficient
[1711]46      real CLFfixval
[38]47
48      integer iddist
49      integer iaervar
50      integer iradia
51      integer ilwd
52      integer ilwb
53      integer ilwn
54      integer ncouche
[705]55      integer solvarmod   ! model for solar EUV variation
56      integer solvaryear  ! mars year for realisticly varying solar EUV
[1974]57      integer dustinjection ! dust injection scheme number
[38]58
59      logical rayleigh
60      logical tracer
61      integer dustbin
[1974]62      logical freedust 
[38]63      logical active,doubleq,submicron,lifting,callddevil,scavenging
[1974]64      logical rdstorm ! rocket dust storm parametrization
[833]65      logical sedimentation
[1617]66      logical activice,tifeedback,supersat,caps
[1818]67      logical co2clouds,co2useh2o,meteo_flux,CLFvaryingCO2,satindexco2
[1720]68      integer spantCO2
[1711]69      logical CLFvarying
[1617]70      logical water
71      logical microphys
[38]72      logical photochem
[414]73      integer nltemodel
74      integer nircorr
[38]75
[1353]76      character(len=100) dustiropacity
77      real               dustrefir
78 
[38]79      integer swrtype ! type of short wave (solar wavelength) radiative
80      ! transfer to use 1: Fouquart 2: Toon.
81      parameter (swrtype=2)
82!      parameter (swrtype=2)
Note: See TracBrowser for help on using the repository browser.