Ignore:
Timestamp:
Jun 29, 2020 8:49:58 AM (4 years ago)
Author:
suehring
Message:

mesoscale nesting: omit explicit pressure forcing via geostrophic wind components; chemistry: enable profile output of vertical fluxes; urban-surface: bugfix in initialization in case of cyclic_fill

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/land_surface_model_mod.f90

    r4535 r4581  
    2525! -----------------
    2626! $Id$
     27! Minor formatting of error message
     28!
     29! 4535 2020-05-15 12:07:23Z raasch
    2730! bugfix for restart data format query
    2831!
     
    10381041          IF (  .NOT.  land_surface )  THEN
    10391042             message_string = 'data_output_pr = ' //                           &
    1040                               TRIM( data_output_pr(var_count) ) // ' is' //    &
     1043                              TRIM( data_output_pr(var_count) ) // ' is ' //   &
    10411044                              'not implemented for land_surface = .FALSE.'
    10421045             CALL message( 'lsm_check_data_output_pr', 'PA0402', 1, 2, 0, 6, 0 )
Note: See TracChangeset for help on using the changeset viewer.