Changeset 48a5c5c in flexpart.git for flexpart_code/fpgridcheck.F90


Ignore:
Timestamp:
Aug 22, 2016, 3:52:53 PM (8 years ago)
Author:
Don Morton <Don.Morton@…>
Branches:
FPv9.3.1, FPv9.3.1b_testing, FPv9.3.2, fp9.3.1-20161214-nc4, grib2nc4_repair
Children:
f155f96
Parents:
87d9684
Message:

Added in AWST mods for extensionless FP filenames and
new CTBTO message for GRIB2FLEXPART

File:
1 edited

Legend:

Unmodified
Added
Removed
  • flexpart_code/fpgridcheck.F90

    r496c607 r48a5c5c  
    2929    if ( ifn.eq.0 ) then
    3030      if ( ldirect.eq.1 ) then
    31         inquire(file=TRIM(path(3)) // TRIM(wfname(i)) // '_fwd.fp', exist=exists)
     31        inquire(file=TRIM(path(3)) // TRIM(wfname(i)), exist=exists)
    3232      else
    33         inquire(file=TRIM(path(3)) // TRIM(wfname(i)) // '_bwd.fp', exist=exists)
     33        inquire(file=TRIM(path(3)) // TRIM(wfname(i)), exist=exists)
    3434      endif
    3535      if ( exists ) then
     
    4141  ! Create the file name and load her up
    4242  if ( ldirect.eq.1 ) then
    43     fpfname = TRIM(path(3)) // TRIM(wfname(ifn)) // '_fwd.fp'
     43    fpfname = TRIM(path(3)) // TRIM(wfname(ifn))
    4444  else
    45     fpfname = TRIM(path(3)) // TRIM(wfname(ifn)) // '_bwd.fp'
     45    fpfname = TRIM(path(3)) // TRIM(wfname(ifn))
    4646  endif
    4747  print *, 'fpgridcheck(): LOADING.... ',  TRIM(fpfname)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG