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

    r4495 r4505  
    2525! -----------------
    2626! $Id$
     27! Add flag for saturation check
     28!
     29! 4495 2020-04-13 20:11:20Z raasch
    2730! restart data handling with MPI-IO added
    2831!
     
    163166             canyon_height,                                                    &
    164167             canyon_width_x, canyon_width_y, canyon_wall_left,                 &
    165              canyon_wall_south, cfl_factor, cloud_droplets,  &
     168             canyon_wall_south, cfl_factor, check_realistic_q, cloud_droplets, &
    166169             collective_wait, complex_terrain,           &
    167170             conserve_volume_flow,                                             &
     
    235238             canyon_height,                                                    &
    236239             canyon_width_x, canyon_width_y, canyon_wall_left,                 &
    237              canyon_wall_south, cfl_factor, cloud_droplets,                    &
     240             canyon_wall_south, cfl_factor, check_realistic_q, cloud_droplets, &
    238241             collective_wait, complex_terrain,                                 &
    239242             conserve_volume_flow,                                             &
Note: See TracChangeset for help on using the changeset viewer.