Changeset 4578 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- Jun 25, 2020 3:43:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r4573 r4578 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! bugfix: removed unused variables 28 ! 29 ! 4573 2020-06-24 13:08:47Z oliver.maas 27 30 ! calculate pt(0) incrementally by using dt_3d instead of calculating it absolutely 28 31 ! by using time_since_reference_point, because time_since_reference_point is set 29 32 ! to zero for initializing_actions = 'cyclic_fill' 30 ! 33 ! 31 34 ! 4565 2020-06-15 08:30:38Z oliver.maas 32 35 ! added new surface temperature forcing method for bc_pt_b = 'dirichlet': 33 36 ! surface temperature pt(0) can be linearly increased by pt_surface_heating_rate (in K/h) 34 ! 37 ! 35 38 ! 4564 2020-06-12 14:03:36Z raasch 36 39 ! Vertical nesting method of Huq et al. (2019) removed 37 ! 40 ! 38 41 ! 4521 2020-05-06 11:39:49Z schwenkel 39 42 ! Rename variable 40 ! 43 ! 41 44 ! 4511 2020-04-30 12:20:40Z raasch 42 45 ! chemistry decycling replaced by explicit setting of lateral boundary conditions 43 ! 46 ! 44 47 ! 4508 2020-04-24 13:32:20Z raasch 45 48 ! salsa decycling replaced by explicit setting of lateral boundary conditions … … 278 281 multi_agent_system_end, multi_agent_system_start, nesting_offline, neutral, & 279 282 nr_timesteps_this_run, nudging, ocean_mode, passive_scalar, pt_reference, & 280 pt_slope_offset, pt_surface , pt_surface_heating_rate, pt_surface_initial_change,&283 pt_slope_offset, pt_surface_heating_rate, & 281 284 random_heatflux, rans_tke_e, run_coupled, salsa, & 282 285 simulated_time, simulated_time_chr, skip_time_do2d_xy, skip_time_do2d_xz, &
Note: See TracChangeset
for help on using the changeset viewer.