Changeset 4297 for palm/trunk/SOURCE/modules.f90
- Timestamp:
- Nov 21, 2019 10:37:50 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/modules.f90
r4293 r4297 25 25 ! ----------------- 26 26 ! $Id$ 27 ! changed variable type of recycling_yshift from LOGICAL to INTEGER 28 ! 29 ! 4293 2019-11-12 14:44:01Z Giersch 27 30 ! Add origin_date_time 28 31 ! … … 642 645 INTEGER(iwp) :: vg_vertical_gradient_level_ind(10) = -9999 !< grid index values of vg_vertical_gradient_level(s) 643 646 INTEGER(iwp) :: subs_vertical_gradient_level_i(10) = -9999 !< grid index values of subs_vertical_gradient_level(s) 644 647 INTEGER(iwp) :: recycling_yshift = 0 !< namelist parameter 645 648 INTEGER(iwp), DIMENSION(0:1) :: ntdim_2d_xy !< number of output intervals for 2d data (xy) 646 649 INTEGER(iwp), DIMENSION(0:1) :: ntdim_2d_xz !< number of output intervals for 2d data (xz) … … 735 738 LOGICAL :: rans_tke_l = .FALSE. !< use TKE-l turbulence closure for RANS mode 736 739 LOGICAL :: read_svf = .FALSE. !< ENVPAR namelist parameter to steer input of svf (ENVPAR is provided by palmrun) 737 LOGICAL :: recycling_yshift = .FALSE. !< namelist parameter738 740 LOGICAL :: run_control_header = .FALSE. !< onetime output of RUN_CONTROL header 739 741 LOGICAL :: run_coupled = .TRUE. !< internal switch telling PALM to run in coupled mode (i.e. to exchange surface data) in case of atmosphere-ocean coupling
Note: See TracChangeset
for help on using the changeset viewer.