Ignore:
Timestamp:
Oct 16, 2020 2:27:48 PM (4 years ago)
Author:
suehring
Message:

Indoor-model new: Namelist parameter added to switch-off/on the indoor model during wall/soil spinup; bugfixes concerning indoor model: bugfix in window-wall treatment during spinup - in the urban-surface model the window fraction is set to zero during spinup, so it is done here also; bugfix in wall treatment - inner wall temperature was too low due to wrong weighting of wall/green/window fractions; Revision of 10-cm temperature at vertical walls - assume grid-cell temperature rather than employ MOST; call hourly-based indoor model only once per hour during spinup, not every timestep; add missing dependency in Makefile; urban-surface model: bugfix in openmp directive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r4677 r4750  
    2525# -----------------
    2626# $Id$
     27# Bugfix, missing dependency on indoor_model_mod added
     28#
     29# 4677 2020-09-14 07:55:28Z raasch
    2730# file re-formatted to follow the PALM coding standard
    2831#
     
    12431246        exchange_horiz_mod.o \
    12441247        land_surface_model_mod.o \
     1248        indoor_model_mod.o \
    12451249        mod_kinds.o \
    12461250        modules.o \
Note: See TracChangeset for help on using the changeset viewer.