Ignore:
Timestamp:
Apr 20, 2020 3:37:15 PM (4 years ago)
Author:
schwenkel
Message:

Add flag for saturation check

File:
1 edited

Legend:

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

    r4502 r4505  
    2525! -----------------
    2626! $Id$
     27! Add flag for saturation check
     28!
     29! 4502 2020-04-17 16:14:16Z raasch
    2730! Implementation of ice microphysics
    2831!
     
    746749    LOGICAL ::  calc_soil_moisture_during_spinup = .FALSE.       !< namelist parameter
    747750    LOGICAL ::  call_psolver_at_all_substeps = .TRUE.            !< namelist parameter
     751    LOGICAL ::  check_realistic_q = .TRUE.                       !< namelist parameter
    748752    LOGICAL ::  child_domain  = .FALSE.                          !< flag indicating that model is nested in a parent domain
    749753    LOGICAL ::  cloud_droplets = .FALSE.                         !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.