Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com_mod.f90

    r20 r30  
    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)
    115117
    116118  integer :: nageclass,lage(maxageclass)
     
    340342  real :: qvh(0:nxmax-1,0:nymax-1,nuvzmax,2)
    341343  real :: pplev(0:nxmax-1,0:nymax-1,nuvzmax,2)
    342   !scavenging NIK, PS
    343344  integer(kind=1) :: clouds(0:nxmax-1,0:nymax-1,nzmax,2)
    344345  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)
    347346
    348347
     
    359358  !      rainout  conv/lsp dominated  2/3
    360359  !      washout  conv/lsp dominated  4/5
    361 ! PS 2013
    362 !c icloudbot (m)        cloud bottom height
    363 !c icloudthck (m)       cloud thickness     
    364360
    365361  ! pplev for the GFS version
     
    688684
    689685  !********************
    690   ! Verbosity, testing flags
     686  ! Verbosity, testing flags, namelist I/O
    691687  !********************   
    692688  integer :: verbosity=0
    693689  integer :: info_flag=0
    694   INTEGER :: count_clock, count_clock0,  count_rate, count_max
     690  integer :: count_clock, count_clock0,  count_rate, count_max
     691  real    :: tins
     692  logical :: nmlout=.true.
    695693   
    696694
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG