Changeset 6b22af9 in flexpart.git for src/concoutput.f90


Ignore:
Timestamp:
Nov 20, 2015, 5:41:29 PM (8 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, univie
Children:
a1f4dd6
Parents:
df967a99
Message:

Local branch for espen, working with OpenMP version of readwind

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/concoutput.f90

    rb069789 r6b22af9  
    118118! This fixes a bug where the dates file kept growing across multiple runs
    119119
    120 ! If 'dates' file exists, make a backup
     120! If 'dates' file exists in output directory, make a backup
    121121  inquire(file=path(2)(1:length(2))//'dates', exist=ldates_file)
    122122  if (ldates_file.and.init) then
     
    129129      if (ierr.ne.0) exit
    130130      write(unit=unittmp, fmt='(a)', iostat=ierr, advance='yes') trim(dates_char)
    131 !      if (ierr.ne.0) write(*,*) "Write error, ", ierr
    132131    end do
    133132    close(unit=unitdates)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG