Changeset 3262


Ignore:
Timestamp:
Sep 19, 2018 3:47:15 PM (6 years ago)
Author:
eckhard
Message:

Removed unnecessary file check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/inifor/src/io.f90

    r3183 r3262  
    2626! -----------------
    2727! $Id$
     28! Removed unnecessary check for output file
     29!
     30! 3183 2018-07-27 14:25:55Z suehring
    2831! Introduced new PALM grid stretching
    2932! Updated variable names and metadata for PIDS v1.9 compatibility
     
    296299      all_files_present = all_files_present .AND. file_present(cfg % hhl_file)
    297300      all_files_present = all_files_present .AND. file_present(cfg % namelist_file)
    298       all_files_present = all_files_present .AND. file_present(cfg % output_file)
    299301      all_files_present = all_files_present .AND. file_present(cfg % soiltyp_file)
    300302
Note: See TracChangeset for help on using the changeset viewer.