Ignore:
Timestamp:
Dec 3, 2020 1:08:23 PM (3 years ago)
Author:
eckhard
Message:

Small error handling improvements

  • Added offending height values to model-top error message
  • Temporarily disabling dataset validation, enabling compatibility for HHL fields without time dimension
File:
1 edited

Legend:

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

    r4790 r4808  
    2626! -----------------
    2727! $Id$
     28! Temporarily disabling dataset validation, enabling compatibility for HHL
     29!    fields without time dimension
     30!
     31!
     32! 4790 2020-11-18 13:05:58Z eckhard
    2833! Call dataset validation
    2934! Fixed error message
     
    597602! Section 3: Check for consistency
    598603!------------------------------------------------------------------------------
    599     CALL validate_dataset( flow_files, cfg%hhl_file )
     604    !CALL validate_dataset( flow_files, cfg%hhl_file )
    600605
    601606!
Note: See TracChangeset for help on using the changeset viewer.