Ignore:
Timestamp:
Dec 18, 2019 1:18:33 PM (4 years ago)
Author:
suehring
Message:

Check for realistically initial values of mixing ratio implemented. Mixing ratio must not exceed its saturation value, else surface fluxes in the land-surface scheme may become unrealistic. Test cases updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r4331 r4347  
    2525# -----------------
    2626# $Id$
     27# add dependency to basic_constants_and_equations_mod for dynamics_mod
     28#
     29# 4331 2019-12-10 18:25:02Z suehring
    2730# Move diagnostic surface output to diagnostic_output_quantities
    2831#
     
    553556        surface_mod.o
    554557dynamics_mod.o: \
     558        basic_constants_and_equations_mod.o \
    555559        mod_kinds.o \
    556560        surface_mod.o \
Note: See TracChangeset for help on using the changeset viewer.