Ignore:
Timestamp:
Aug 15, 2013, 3:23:48 PM (11 years ago)
Author:
hasod
Message:

ADD: namelist input implemented for all common input files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/flexpart91_hasod/src_parallel/com_mod.f90

    r8 r10  
    108108  ! lagespectra  1 if age spectra calculation switched on, 2 if not
    109109
    110   logical :: lncdfout
    111   !  switch for netcdf grid output, set to true if IOUT .gt. 10 in COMMAND (file/namelist)
     110  integer :: lnetcdfout
     111  ! lnetcdfout   1 for netcdf grid output, 0 if not. Set in COMMAND (namelist input)
    112112
    113113  integer :: nageclass,lage(maxageclass)
     
    120120
    121121  ! gdomainfill             .T., if domain-filling is global, .F. if not
    122 
    123122
    124123
     
    138137  !integer*2 kindz(maxpoint)
    139138  integer :: specnum(maxspec)
    140   !real xmass(maxpoint,maxspec)
    141139  real :: decay(maxspec)
    142140  real :: weta(maxspec),wetb(maxspec)
     
    242240
    243241  integer :: numbwf,wftime(maxwf),lwindinterv
    244   character(len=255) :: wfname(maxwf),wfspec(maxwf)
     242  character(len=255) :: wfname(maxwf)
    245243
    246244  ! lwindinterv [s]         Interval between wind fields currently in memory
     
    248246  ! wftime(maxwf) [s]       times relative to beginning time of wind fields
    249247  ! wfname(maxwf)           file names of wind fields
    250   ! wfspec(maxwf)           specifications of wind field file, e.g. if on hard
    251   !                    disc or on tape
    252248
    253249  integer :: memtime(2),memind(2)
     
    412408
    413409  character(len=255) :: wfnamen(maxnests,maxwf)
    414   character(len=18) :: wfspecn(maxnests,maxwf)
    415410
    416411  ! wfnamen      nested wind field names
    417   ! wfspecn      specifications of wind field file, e.g. if on hard
    418   !         disc or on tape
    419412
    420413
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG