Ignore:
Timestamp:
Dec 16, 2019 8:17:03 AM (4 years ago)
Author:
Giersch
Message:

Topography closed channel flow with symmetric boundaries implemented, ID tag in radiation module corrected

File:
1 edited

Legend:

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

    r4331 r4340  
    2525! -----------------
    2626! $Id$
     27! Flag for topography closed channel flow with symmetric boundaries introduced
     28!
     29! 4331 2019-12-10 18:25:02Z suehring
    2730! - do_output_at_2m, pt_2m_av
    2831!
     
    621624    INTEGER(iwp) ::  runnr = 0                         !< number of run in job chain
    622625    INTEGER(iwp) ::  subdomain_size                    !< number of grid points in (3d) subdomain including ghost points
     626    INTEGER(iwp) ::  symmetry_flag = 0                 !< flag for sterring the symmetric behavior of the bottom and top boundary
    623627    INTEGER(iwp) ::  terminate_coupled = 0             !< switch for steering termination in case of coupled runs
    624628    INTEGER(iwp) ::  terminate_coupled_remote = 0      !< switch for steering termination in case of coupled runs (condition of the remote model)
Note: See TracChangeset for help on using the changeset viewer.