Ignore:
Timestamp:
Jun 19, 2020 11:56:30 AM (4 years ago)
Author:
eckhard
Message:

Handle COSMO soil data with and without additional surface temperature

File:
1 edited

Legend:

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

    r4553 r4568  
    2626! -----------------
    2727! $Id$
     28! Handle COSMO soil data with and without additional surface temperature
     29!
     30!
     31! 4553 2020-06-03 16:34:15Z eckhard
    2832! Minor code readability improvements
    2933!
     
    245249    LOGICAL                               ::  is_read = .FALSE.         !< INIFOR flag indicating whether variable has been read
    246250    LOGICAL                               ::  is_upside_down  = .FALSE. !< INIFOR flag indicating whether vertical dimension is reversed (typically the case with COSMO-DE atmospheric fields)
     251    LOGICAL                               ::  has_redundant_first_level !< INIFOR flag inidicating whether a soil variable has a redundant first level (e.g. COSMO's T_SO may contain the surface temperature at depth=0, which is a redundant copy the first model layer)
    247252    TYPE(grid_definition), POINTER        ::  grid                      !< Pointer to the corresponding output grid
    248253    TYPE(grid_definition), POINTER        ::  intermediate_grid         !< Pointer to the corresponding intermediate grid
Note: See TracChangeset for help on using the changeset viewer.