Changeset 7a8a51c in flexpart.git for src/readcommand.f90


Ignore:
Timestamp:
Jun 7, 2019, 1:12:26 PM (5 years ago)
Author:
Sabine <sabine.eckhardt@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug
Children:
e5421fd, 3d7eebf
Parents:
0a98afe (diff), 6741557 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'dev' of git.nilu.no:flexpart/flexpart into dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readcommand.f90

    r0a94e13 r2eefa58  
    114114  surf_only, &
    115115  cblflag, &
     116  linversionout, &
    116117  ohfields_path
    117118
     
    147148  surf_only=0
    148149  cblflag=0 ! if using old-style COMMAND file, set to 1 here to use mc cbl routine
     150  linversionout=0
    149151  ohfields_path="../../flexin/"
    150152
     
    414416  !**********************************************************************
    415417
    416   if ((iout.lt.1).or.(iout.gt.6)) then
     418  if ((iout.lt.1).or.(iout.gt.5)) then
    417419    write(*,*) ' #### FLEXPART MODEL ERROR! FILE COMMAND:     #### '
    418420    write(*,*) ' #### IOUT MUST BE 1, 2, 3, 4 OR 5 FOR        #### '
     
    474476      write(*,*) '#### FOR DOMAIN FILLING RUNS OUTPUT FOR      ####'
    475477      write(*,*) '#### EACH RELEASE IS FORBIDDEN !             ####'
     478      stop
     479  endif
     480
     481  ! Inversion output format only for backward runs
     482  !*****************************************************************************
     483 
     484  if ((linversionout.eq.1).and.(ldirect.eq.1)) then
     485      write(*,*) '#### FLEXPART MODEL ERROR! FILE COMMAND:     ####'
     486      write(*,*) '#### INVERSION OUTPUT FORMAT ONLY FOR        ####'
     487      write(*,*) '#### BACKWARD RUNS                           ####'
    476488      stop
    477489  endif
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG