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

Last change on this file since 2255 was 2221, checked in by emillour, 5 years ago

Mars GCM:
Fix some conflicts that had not been resolved in previous commit.
EM

File size: 3.6 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        &
[2218]17     &   ,satindexco2,rdstorm,slpwind,calllott_nonoro                   &
[2221]18     &   ,latentheat_surfwater,gwd_convective_source
[38]19     
20      COMMON/callkeys_i/iradia,iaervar,iddist,ilwd,ilwb,ilwn,ncouche    &
[1974]21     &   ,dustbin,nltemodel,nircorr,solvarmod,solvaryear,dustinjection
[38]22     
[1684]23      COMMON/callkeys_r/topdustref,semi,alphan,euveff,                  &
[1974]24     &   tke_heat_flux,dustrefir,fixed_euv_value,CLFfixval,             &
[2160]25     &   coeff_injection,ti_injection,tf_injection,coeff_detrainment
[38]26     
27      LOGICAL callrad,calldifv,calladj,callcond,callsoil,               &
[2149]28     &   season,diurnal,lwrite,calllott,calllott_nonoro                 &
[38]29     &   ,callstats,calleofdump                                         &
30     &   ,callnirco2,callnlte,callthermos,callconduct,                  &
[161]31     &    calleuv,callmolvis,callmoldiff,thermochem,thermoswater        &
[1240]32     &   ,calltherm,callrichsl,callslope,tituscap,callyamada4
[38]33
[1353]34      COMMON/aeroutput/dustiropacity
[38]35
36      logical callemis
37      logical callg2d
38      logical linear
[2220]39      logical gwd_convective_source
[38]40
41      real topdustref
42      real semi
43      real alphan
[1684]44      real fixed_euv_value
[552]45      real euveff
[544]46      real tke_heat_flux
[1974]47      real coeff_injection ! dust injection scheme coefficient
[2160]48      real ti_injection ! local time of beginning injection
49      real tf_injection ! local time of end injection
50      real coeff_detrainment ! rocket dust detrainment coefficient
[1711]51      real CLFfixval
[38]52
53      integer iddist
54      integer iaervar
55      integer iradia
56      integer ilwd
57      integer ilwb
58      integer ilwn
59      integer ncouche
[705]60      integer solvarmod   ! model for solar EUV variation
61      integer solvaryear  ! mars year for realisticly varying solar EUV
[1974]62      integer dustinjection ! dust injection scheme number
[38]63
64      logical rayleigh
65      logical tracer
66      integer dustbin
[1974]67      logical freedust 
[38]68      logical active,doubleq,submicron,lifting,callddevil,scavenging
[1974]69      logical rdstorm ! rocket dust storm parametrization
[2199]70      logical slpwind ! entrainment by slope wind parametrization
[2218]71      logical latentheat_surfwater ! latent heat release from ground water ice sublimation/condensation
[833]72      logical sedimentation
[1617]73      logical activice,tifeedback,supersat,caps
[1818]74      logical co2clouds,co2useh2o,meteo_flux,CLFvaryingCO2,satindexco2
[1720]75      integer spantCO2
[1711]76      logical CLFvarying
[1617]77      logical water
78      logical microphys
[38]79      logical photochem
[414]80      integer nltemodel
81      integer nircorr
[38]82
[1353]83      character(len=100) dustiropacity
84      real               dustrefir
85 
[38]86      integer swrtype ! type of short wave (solar wavelength) radiative
87      ! transfer to use 1: Fouquart 2: Toon.
88      parameter (swrtype=2)
89!      parameter (swrtype=2)
Note: See TracBrowser for help on using the repository browser.