Changeset fe118c0 in flexpart.git for src/verttransform_ecmwf.f90


Ignore:
Timestamp:
May 7, 2020, 2:59:59 PM (4 years ago)
Author:
pesei <petra.seibert at univie.ac.at>
Branches:
10.4.1_pesei, bugfixes+enhancements, release-10.4.1, scaling-bug
Children:
5cbd51b
Parents:
3d7eebf
Message:

Correct makefile w.r.t. netcdf yes/no and grib_api dependencies
Cosmetic correction on verttransform_ecmwf.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/verttransform_ecmwf.f90

    r92fab65 rfe118c0  
    3737!*****************************************************************************
    3838! Date: 2017-05-30 modification of a bug in ew. Don Morton (CTBTO project)   *
     39!*****************************************************************************
     40! PS 2020-07-05:
     41! remove superfluous comma in write, write and open to lowercase
    3942!*****************************************************************************
    4043!                                                                            *
     
    727730!teller(:)=0
    728731virr=virr+1
    729 WRITE(aspec, '(i3.3)'), virr
     732write(aspec, '(i3.3)') virr
    730733
    731734!if (readclouds) then
     
    775778!OPEN(UNIT=114, FILE=fnameD,FORM='FORMATTED',STATUS = 'UNKNOWN')
    776779!else
    777 OPEN(UNIT=115, FILE=fnameH,FORM='FORMATTED',STATUS = 'UNKNOWN')
    778 OPEN(UNIT=116, FILE=fnameI,FORM='FORMATTED',STATUS = 'UNKNOWN')
    779 OPEN(UNIT=117, FILE=fnameJ,FORM='FORMATTED',STATUS = 'UNKNOWN')
     780open(unit=115, file=fnameh,form='formatted',status = 'unknown')
     781open(unit=116, file=fnamei,form='formatted',status = 'unknown')
     782open(unit=117, file=fnamej,form='formatted',status = 'unknown')
    780783!endif
    781784!
     
    799802!CLOSE(114)
    800803!else
    801 CLOSE(115)
    802 CLOSE(116)
    803 CLOSE(117)
     804close(115)
     805close(116)
     806close(117)
    804807endif
    805808!endif
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG