Changeset 3765 for palm/trunk/UTIL/inifor
- Timestamp:
- Feb 26, 2019 1:45:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/inifor/src/inifor_grid.f90
r3716 r3765 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Removed dependency on radiation input files 29 ! 30 ! 31 ! 3716 2019-02-05 17:02:38Z eckhard 28 32 ! Removed dependency on soilmoisture input files 29 33 ! … … 472 476 CALL get_input_file_list( & 473 477 cfg % start_date, start_hour_radiation, end_hour, step_hour, & 474 cfg % input_path, radiation_prefix, radiation_suffix, radiation_files )478 cfg % input_path, radiation_prefix, radiation_suffix, radiation_files, nocheck=.TRUE.) 475 479 CALL get_input_file_list( & 476 480 cfg % start_date, start_hour_soilmoisture, end_hour_soilmoisture, step_hour, &
Note: See TracChangeset
for help on using the changeset viewer.