Changeset 3c1da52 in flexpart.git for src/readcommand.f90


Ignore:
Timestamp:
Jul 15, 2015, 9:45:31 AM (9 years ago)
Author:
Ignacio Pisso <Ignacio.Pisso@…>
Branches:
svn-petra
Children:
c07b09e
Parents:
31674b5
git-author:
Ignacio Pisso <Ignacio.Pisso@…> (07/15/15 09:23:56)
git-committer:
Ignacio Pisso <Ignacio.Pisso@…> (07/15/15 09:45:31)
Message:

from svn branch petra
r37 | pesei | 2015-04-22 17:42:35 +0200 (Wed, 22 Apr 2015) | 1 line
Changed paths:

M /branches/petra/src/FLEXPART.f90
M /branches/petra/src/com_mod.f90
M /branches/petra/src/getfields.f90
M /branches/petra/src/gridcheck.f90
M /branches/petra/src/interpol_rain.f90
M /branches/petra/src/interpol_rain_nests.f90
M /branches/petra/src/par_mod.f90
M /branches/petra/src/readcommand.f90
M /branches/petra/src/readspecies.f90
M /branches/petra/src/readwind.f90
M /branches/petra/src/readwind_nests.f90
M /branches/petra/src/timemanager.f90
A /branches/petra/src/verboutput.f90
M /branches/petra/src/verttransform.f90
M /branches/petra/src/verttransform_nests.f90
M /branches/petra/src/wetdepo.f90
M /branches/petra/src/wetdepokernel.f90
M /branches/petra/src/wetdepokernel_nest.f90

Wet dep quick fix and other small changes. Wet depo quick fix not final yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readcommand.f90

    r31674b5 r3c1da52  
    235235    read(unitcommand,*,iostat=icmdstat) linit_cond
    236236    if (icmdstat .gt. 0) &
    237       print*, 'readcommand: linit_cond not read properly',icmdstat,linit_cond
    238     if (old) call skplin(3,unitcommand)
    239     read(unitcommand,*,iostat=icmdstat) surf_only
     237      print*, 'readcommand: linit_cond not present or no read properly,&
     238       & - check values: ',icmdstat,linit_cond
     239    if (old) call skplin(3,unitcommand)
     240    read(unitcommand,*,iostat=icmdstat) icmdstat,surf_only
    240241    if (icmdstat .gt. 0) &
    241       print*, 'readcommand: linit_cond not read properly',icmdstat,surf_only
    242     if (old) call skplin(3,unitcommand)
    243     read(unitcommand,*,iostat=icmdstat) ldep_incr
     242      print*, 'readcommand: surf_only not present or not read properly&
     243       & - check values: ',icmdstat,surf_only
     244    if (old) call skplin(3,unitcommand)
     245    read(unitcommand,*,iostat=icmdstat) icmdstat,ldep_incr
    244246    if (icmdstat .gt. 0) &
    245       print*, 'readcommand: linit_cond not read properly',icmdstat, ldep_incr
     247      print*, 'readcommand: ldep_incr not present or not read properly&
     248       & - check values: ',icmdstat, ldep_incr
    246249    close(unitcommand)
    247250
     
    416419
    417420
    418   ! For backward runs one releasefield for all releases makes no sense,
    419   ! For quasilag and domainfill ioutputforechrelease is forbidden
    420   !*****************************************************************************
    421 
    422   if ((ldirect .lt. 0) .and. (ioutputforeachrelease .eq. 0)) then
    423       write(*,*) '#### FLEXPART MODEL ERROR! FILE COMMAND:     ####'
    424       write(*,*) '#### FOR BACKWARD RUNS, IOUTPUTFOREACHRLEASE ####'
    425       write(*,*) '#### MUST BE SET TO ONE!                     ####'
    426       stop
    427   endif
    428 
    429 
    430   ! For backward runs one releasefield for all releases makes no sense,
     421  ! For domainfill runs one releasefield for all releases makes no sense,
    431422  ! and is "forbidden"
    432423  !*****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG