Ignore:
Timestamp:
Oct 7, 2019 1:29:08 PM (5 years ago)
Author:
suehring
Message:

Land-surface model: Revise limitation for soil moisture in case it exceeds its saturation value; Revise initialization of soil moisture and temperature in a nested run in case dynamic input information is available. This case, the soil within the child domains can be initialized separately; As part of this revision, migrate the netcdf input of soil temperature / moisture to this module, as well as the routine to inter/extrapolate soil profiles between different grids.; Plant-canopy: Check if any LAD is prescribed when plant-canopy model is applied, in order to avoid crashes in the radiation transfer model; Surface-layer fluxes: Initialization of Obukhov length also at vertical surfaces (if allocated); Urban-surface model: Add checks to ensure that relative fractions of walls, windowns and green surfaces sum-u to one; Revise message calls dealing with local checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r4245 r4258  
    2525# -----------------
    2626# $Id$
     27# Add dependency of land-surface model on pmc_handle_communicator and cpu_log
     28#
     29# 4245 2019-09-30 08:40:37Z pavelkrc
    2730# Remove no longer needed dependencies on surface_mod
    2831#
     
    689692        bulk_cloud_model_mod.o \
    690693        calc_mean_profile.o \
    691         mod_kinds.o \
    692         modules.o \
    693         netcdf_data_input_mod.o \
     694        cpulog_mod.o \
     695        mod_kinds.o \
     696        modules.o \
     697        netcdf_data_input_mod.o \
     698        pmc_handle_communicator_mod.o \
    694699        pmc_interface_mod.o \
    695700        radiation_model_mod.o \
Note: See TracChangeset for help on using the changeset viewer.