Changeset d7935de in flexpart.git for src/readOHfield.f90


Ignore:
Timestamp:
Sep 11, 2018, 6:06:31 PM (6 years ago)
Author:
pesei <petra seibert at univie ac at>
Branches:
univie
Children:
93786a1
Parents:
34f1452
Message:

modify most input read subroutines

changed some variable names (mostly for I-N reasons)
includes two names appearing also in timemanager, com_mod
corrected a few mistakes
simplified some parts of code
changed options/RELEASES which is in nml fmt correspondingly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readOHfield.f90

    r3f149cc rd7935de  
    6060
    6161
    62   open(unitOH,file=trim(ohfields_path) &
     62  open(unitOH,file=trim(path_ohfields) &
    6363       //'OH_FIELDS/OH_variables.bin',status='old', &
    6464       form='UNFORMATTED', iostat=ierr, convert='little_endian')
    6565
    6666  if(ierr.ne.0) then
    67     write(*,*) 'Cannot read binary OH fields in ',trim(ohfields_path)//'OH_FIELDS/OH_variables.bin'
     67    write(*,*) 'Cannot read binary OH fields in ',trim(path_ohfields)//'OH_FIELDS/OH_variables.bin'
    6868    stop
    6969  endif
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG