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

    r4495 r4505  
    2525! -----------------
    2626! $Id$
     27! Add flag for saturation check
     28!
     29! 4495 2020-04-13 20:11:20Z resler
    2730! restart data handling with MPI-IO added
    2831!
     
    8083               bc_q_t_val, &
    8184               bc_s_t_val, &
     85               check_realistic_q, &
    8286               child_domain, &
    8387               coupling_mode, &
     
    497501!-- for a restart run. In case there are no cloud physics considered, the mixing ratio can exceed
    498502!-- the saturation moisture. This case a warning is given.
    499     IF ( humidity  .AND.  .NOT. neutral )  THEN
     503    IF ( humidity  .AND.  .NOT. neutral  .AND.  check_realistic_q )  THEN
    500504       DO  i = nxl, nxr
    501505          DO  j = nys, nyn
Note: See TracChangeset for help on using the changeset viewer.