Ignore:
Timestamp:
Mar 5, 2019 11:13:35 AM (5 years ago)
Author:
eckhard
Message:

inifor: bugfix: Fixes issue #815 with geostrophic wind profiles

File:
1 edited

Legend:

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

    r3680 r3779  
    1515! PALM. If not, see <http://www.gnu.org/licenses/>.
    1616!
    17 ! Copyright 2017-2018 Leibniz Universitaet Hannover
    18 ! Copyright 2017-2018 Deutscher Wetterdienst Offenbach
     17! Copyright 2017-2019 Leibniz Universitaet Hannover
     18! Copyright 2017-2019 Deutscher Wetterdienst Offenbach
    1919!------------------------------------------------------------------------------!
    2020!
     
    2626! -----------------
    2727! $Id$
     28! Improved variable naming
     29!
     30! 3680 2019-01-18 14:54:12Z knoop
    2831! Prefixed all INIFOR modules with inifor_
    2932!
     
    109112    LOGICAL              ::  debug                       !< indicates whether --debug option was given
    110113    LOGICAL              ::  p0_is_set                   !< indicates whether p0 was set manually
    111     LOGICAL              ::  ug_is_set                   !< indicates whether ug was set manually
    112     LOGICAL              ::  vg_is_set                   !< indicates whether vg was set manually
    113     LOGICAL              ::  flow_prefix_is_set          !<  indicates whether the flow prefix was set manually
    114     LOGICAL              ::  input_prefix_is_set         !<  indicates whether the input prefix was set manually
    115     LOGICAL              ::  radiation_prefix_is_set     !<  indicates whether the radiation prefix was set manually
    116     LOGICAL              ::  soil_prefix_is_set          !<  indicates whether the soil prefix was set manually
    117     LOGICAL              ::  soilmoisture_prefix_is_set  !<  indicates whether the soilmoisture prefix was set manually
     114    LOGICAL              ::  ug_defined_by_user          !< indicates whether ug was set manually
     115    LOGICAL              ::  vg_defined_by_user          !< indicates whether vg was set manually
     116    LOGICAL              ::  flow_prefix_is_set          !< indicates whether the flow prefix was set manually
     117    LOGICAL              ::  input_prefix_is_set         !< indicates whether the input prefix was set manually
     118    LOGICAL              ::  radiation_prefix_is_set     !< indicates whether the radiation prefix was set manually
     119    LOGICAL              ::  soil_prefix_is_set          !< indicates whether the soil prefix was set manually
     120    LOGICAL              ::  soilmoisture_prefix_is_set  !< indicates whether the soilmoisture prefix was set manually
    118121 END TYPE inifor_config
    119122
Note: See TracChangeset for help on using the changeset viewer.