Changeset 3765


Ignore:
Timestamp:
Feb 26, 2019 1:45:46 PM (5 years ago)
Author:
eckhard
Message:

inifor: bugfix: added change missing form last commit

File:
1 edited

Legend:

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

    r3716 r3765  
    2626! -----------------
    2727! $Id$
     28! Removed dependency on radiation input files
     29!
     30!
     31! 3716 2019-02-05 17:02:38Z eckhard
    2832! Removed dependency on soilmoisture input files
    2933!
     
    472476       CALL get_input_file_list(                                               &
    473477          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.)
    475479       CALL get_input_file_list(                                               &
    476480          cfg % start_date, start_hour_soilmoisture, end_hour_soilmoisture, step_hour, &
Note: See TracChangeset for help on using the changeset viewer.