Changeset 3262 for palm/trunk/UTIL/inifor/src/io.f90
- Timestamp:
- Sep 19, 2018 3:47:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/inifor/src/io.f90
r3183 r3262 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Removed unnecessary check for output file 29 ! 30 ! 3183 2018-07-27 14:25:55Z suehring 28 31 ! Introduced new PALM grid stretching 29 32 ! Updated variable names and metadata for PIDS v1.9 compatibility … … 296 299 all_files_present = all_files_present .AND. file_present(cfg % hhl_file) 297 300 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)299 301 all_files_present = all_files_present .AND. file_present(cfg % soiltyp_file) 300 302
Note: See TracChangeset
for help on using the changeset viewer.