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
Line 
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       &
13     &   ,lifting,freedust,callddevil,scavenging,sedimentation          &
14     &   ,activice,water,tifeedback,microphys,supersat,caps,photochem   &
15     &   ,calltherm,callrichsl,callslope,tituscap,callyamada4,co2clouds &
16     &   ,co2useh2o,meteo_flux,CLFvaryingCO2,spantCO2,CLFvarying        &
17     &   ,satindexco2,rdstorm,slpwind,calllott_nonoro                   &
18     &   ,latentheat_surfwater,gwd_convective_source
19     
20      COMMON/callkeys_i/iradia,iaervar,iddist,ilwd,ilwb,ilwn,ncouche    &
21     &   ,dustbin,nltemodel,nircorr,solvarmod,solvaryear,dustinjection
22     
23      COMMON/callkeys_r/topdustref,semi,alphan,euveff,                  &
24     &   tke_heat_flux,dustrefir,fixed_euv_value,CLFfixval,             &
25     &   coeff_injection,ti_injection,tf_injection,coeff_detrainment
26     
27      LOGICAL callrad,calldifv,calladj,callcond,callsoil,               &
28     &   season,diurnal,lwrite,calllott,calllott_nonoro                 &
29     &   ,callstats,calleofdump                                         &
30     &   ,callnirco2,callnlte,callthermos,callconduct,                  &
31     &    calleuv,callmolvis,callmoldiff,thermochem,thermoswater        &
32     &   ,calltherm,callrichsl,callslope,tituscap,callyamada4
33
34      COMMON/aeroutput/dustiropacity
35
36      logical callemis
37      logical callg2d
38      logical linear
39      logical gwd_convective_source
40
41      real topdustref
42      real semi
43      real alphan
44      real fixed_euv_value
45      real euveff
46      real tke_heat_flux
47      real coeff_injection ! dust injection scheme coefficient
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
51      real CLFfixval
52
53      integer iddist
54      integer iaervar
55      integer iradia
56      integer ilwd
57      integer ilwb
58      integer ilwn
59      integer ncouche
60      integer solvarmod   ! model for solar EUV variation
61      integer solvaryear  ! mars year for realisticly varying solar EUV
62      integer dustinjection ! dust injection scheme number
63
64      logical rayleigh
65      logical tracer
66      integer dustbin
67      logical freedust 
68      logical active,doubleq,submicron,lifting,callddevil,scavenging
69      logical rdstorm ! rocket dust storm parametrization
70      logical slpwind ! entrainment by slope wind parametrization
71      logical latentheat_surfwater ! latent heat release from ground water ice sublimation/condensation
72      logical sedimentation
73      logical activice,tifeedback,supersat,caps
74      logical co2clouds,co2useh2o,meteo_flux,CLFvaryingCO2,satindexco2
75      integer spantCO2
76      logical CLFvarying
77      logical water
78      logical microphys
79      logical photochem
80      integer nltemodel
81      integer nircorr
82
83      character(len=100) dustiropacity
84      real               dustrefir
85 
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.