Changeset 467460a in flexpart.git for src/readreleases.f90


Ignore:
Timestamp:
Mar 13, 2021, 10:00:37 AM (3 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
GFS_025, dev
Children:
9ca6e38
Parents:
759df5f
Message:

First commit of files from Hachinger

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readreleases.f90

    • Property mode changed from 100644 to 100755
    r92fab65 r467460a  
    546546      if ((jul1.lt.bdate).or.(jul2.gt.edate)) then
    547547        write(*,*) 'FLEXPART MODEL ERROR'
    548         write(*,*) 'Release starts before simulation begins or ends'
     548        write(*,*) 'Release starts before simulation begins or ends (1)'
    549549        write(*,*) 'after simulation stops.'
    550         write(*,*) 'Make files COMMAND and RELEASES consistent.'
     550        write(*,*) 'Make files COMMAND and RELEASES consistent (1).'
    551551        stop
    552552      endif
     
    561561      if ((jul1.lt.edate).or.(jul2.gt.bdate)) then
    562562        write(*,*) 'FLEXPART MODEL ERROR'
    563         write(*,*) 'Release starts before simulation begins or ends'
     563        write(*,*) 'Release starts before simulation begins or ends (2)'
    564564        write(*,*) 'after simulation stops.'
    565         write(*,*) 'Make files COMMAND and RELEASES consistent.'
     565        write(*,*) 'Make files COMMAND and RELEASES consistent (2).'
    566566        stop
    567567      endif
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG