Ignore:
Timestamp:
Feb 5, 2019 5:02:38 PM (5 years ago)
Author:
eckhard
Message:

inifor: bugfix: removed dependency on soilmoisture input files; added netcdf preprocessor flag

File:
1 edited

Legend:

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

    r3680 r3716  
    2626! -----------------
    2727! $Id$
     28! Removed dependency on soilmoisture input files
     29!
     30!
     31! 3680 2019-01-18 14:54:12Z knoop
    2832! bugfix: Avoid empty averaging regions for small PALM domains
    2933! change: moved get_input_file_list() to io module
     
    471475       CALL get_input_file_list(                                               &
    472476          cfg % start_date, start_hour_soilmoisture, end_hour_soilmoisture, step_hour, &
    473           cfg % input_path, soilmoisture_prefix, soilmoisture_suffix, soil_moisture_files)
     477          cfg % input_path, soilmoisture_prefix, soilmoisture_suffix, soil_moisture_files, nocheck=.TRUE.)
    474478
    475479!
     
    21962200          kind = 'surface'                                                     &
    21972201       )
     2202       io_group_list(12) % to_be_processed = .FALSE.
    21982203!
    21992204!--    incoming diffusive sw flux
Note: See TracChangeset for help on using the changeset viewer.