Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com_mod.f90

    r30 r20  
    113113  ! lagespectra  1 if age spectra calculation switched on, 2 if not
    114114
    115   integer :: lnetcdfout
    116   ! lnetcdfout   1 for netcdf grid output, 0 if not. Set in COMMAND (namelist input)
    117115
    118116  integer :: nageclass,lage(maxageclass)
     
    342340  real :: qvh(0:nxmax-1,0:nymax-1,nuvzmax,2)
    343341  real :: pplev(0:nxmax-1,0:nymax-1,nuvzmax,2)
     342  !scavenging NIK, PS
    344343  integer(kind=1) :: clouds(0:nxmax-1,0:nymax-1,nzmax,2)
    345344  integer :: cloudsh(0:nxmax-1,0:nymax-1,2)
     345      integer icloudbot(0:nxmax-1,0:nymax-1,2)
     346      integer icloudthck(0:nxmax-1,0:nymax-1,2)
    346347
    347348
     
    358359  !      rainout  conv/lsp dominated  2/3
    359360  !      washout  conv/lsp dominated  4/5
     361! PS 2013
     362!c icloudbot (m)        cloud bottom height
     363!c icloudthck (m)       cloud thickness     
    360364
    361365  ! pplev for the GFS version
     
    684688
    685689  !********************
    686   ! Verbosity, testing flags, namelist I/O
     690  ! Verbosity, testing flags
    687691  !********************   
    688692  integer :: verbosity=0
    689693  integer :: info_flag=0
    690   integer :: count_clock, count_clock0,  count_rate, count_max
    691   real    :: tins
    692   logical :: nmlout=.true.
     694  INTEGER :: count_clock, count_clock0,  count_rate, count_max
    693695   
    694696
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG