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/urban_surface_mod.f90

    r4535 r4581  
    2727! -----------------
    2828! $Id$
     29! Missing initialization in case of cyclic_fill runs
     30!
     31! 4535 2020-05-15 12:07:23Z raasch
    2932! bugfix for restart data format query
    3033!
     
    49975000!
    49985001!--  Initialization for restart runs
    4999      IF ( TRIM( initializing_actions ) /= 'read_restart_data'  .AND.                               &
    5000           TRIM( initializing_actions ) /= 'cyclic_fill' )  THEN
     5002     IF ( TRIM( initializing_actions ) /= 'read_restart_data' )  THEN
    50015003
    50025004!
Note: See TracChangeset for help on using the changeset viewer.