Ignore:
Timestamp:
Aug 25, 2017 12:37:32 PM (7 years ago)
Author:
sward
Message:

y_shift for periodic boundary conditions

File:
1 edited

Legend:

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

    r2339 r2372  
    2525! -----------------
    2626! $Id$
     27! y_shift namelist parameter added
     28!
     29! 2339 2017-08-07 13:55:26Z gronemeier
    2730! corrected timestamp in header
    2831!
     
    10741077    INTEGER(iwp) ::  terminate_coupled_remote = 0      !< switch for steering termination in case of coupled runs (condition of the remote model)
    10751078    INTEGER(iwp) ::  timestep_count = 0                !< number of timesteps carried out since the beginning of the initial run
     1079    INTEGER(iwp) ::  y_shift = 0                       !< namelist parameter
    10761080    INTEGER(iwp) ::  dist_nxl(0:1)                               !< left boundary of disturbance region
    10771081    INTEGER(iwp) ::  dist_nxr(0:1)                               !< right boundary of disturbance region
Note: See TracChangeset for help on using the changeset viewer.