Changeset 2eefa58 in flexpart.git for src/readcommand.f90


Ignore:
Timestamp:
May 27, 2019, 3:28:44 PM (5 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug
Children:
6741557
Parents:
f963113
Message:

Added Ronas changes for inversion output

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