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

Last change on this file since 1535 was 1467, checked in by tnavarro, 10 years ago

new option supersat to allow for supersaturation of water

File size: 2.5 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   &
15     &   ,calltherm,callrichsl,callslope,tituscap,callyamada4
[38]16     
17      COMMON/callkeys_i/iradia,iaervar,iddist,ilwd,ilwb,ilwn,ncouche    &
[705]18     &   ,dustbin,nltemodel,nircorr,solvarmod,solvaryear
[38]19     
[552]20      COMMON/callkeys_r/topdustref,solarcondate,semi,alphan,euveff,     &
[1353]21     &   tke_heat_flux,dustrefir
[38]22     
23      LOGICAL callrad,calldifv,calladj,callcond,callsoil,               &
24     &   season,diurnal,lwrite,calllott                                 &
25     &   ,callstats,calleofdump                                         &
26     &   ,callnirco2,callnlte,callthermos,callconduct,                  &
[161]27     &    calleuv,callmolvis,callmoldiff,thermochem,thermoswater        &
[1240]28     &   ,calltherm,callrichsl,callslope,tituscap,callyamada4
[38]29
[1353]30      COMMON/aeroutput/dustiropacity
[38]31
32      logical callemis
33      logical callg2d
34      logical linear
35
36      real topdustref
37      real semi
38      real alphan
39      real solarcondate
[552]40      real euveff
[544]41      real tke_heat_flux
[38]42
43      integer iddist
44      integer iaervar
45      integer iradia
46      integer ilwd
47      integer ilwb
48      integer ilwn
49      integer ncouche
[705]50      integer solvarmod   ! model for solar EUV variation
51      integer solvaryear  ! mars year for realisticly varying solar EUV
[38]52
53      logical rayleigh
54      logical tracer
55      integer dustbin
[1088]56      logical freedust
[38]57      logical active,doubleq,submicron,lifting,callddevil,scavenging
[833]58      logical sedimentation
[1467]59      logical water,activice,tifeedback,microphys,supersat,caps
[38]60      logical photochem
[414]61      integer nltemodel
62      integer nircorr
[38]63
[1353]64      character(len=100) dustiropacity
65      real               dustrefir
66 
[38]67      integer swrtype ! type of short wave (solar wavelength) radiative
68      ! transfer to use 1: Fouquart 2: Toon.
69      parameter (swrtype=2)
70!      parameter (swrtype=2)
Note: See TracBrowser for help on using the repository browser.