Changeset 3183 for palm/trunk/SOURCE
- Timestamp:
- Jul 27, 2018 2:25:55 PM (7 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_ws.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Rename variables for boundary-condition flags and for offline nesting mode22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Rename variables for boundary-condition flags and for offline nesting mode 28 ! 29 ! 3182 2018-07-27 13:36:03Z suehring 27 30 ! Bugfix in calculation of left-sided fluxes for u-component in OpenMP case. 28 31 ! -
palm/trunk/SOURCE/boundary_conds.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Rename some variables concerning LES-LES as well as offline nesting22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Rename some variables concerning LES-LES as well as offline nesting 28 ! 29 ! 3182 2018-07-27 13:36:03Z suehring 27 30 ! - Use wall function for e_p and diss_p in case of rans_tke_e 28 31 ! - move limitation of diss_p from tcm_prognostic -
palm/trunk/SOURCE/check_parameters.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Rename boundary conditions in offline nesting22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id: check_parameters.f90 2520 2017-10-05 13:50:26Z gronemeier & 27 ! Rename boundary conditions in offline nesting 28 ! 29 ! 2520 2017-10-05 13:50:26Z gronemeier 27 30 ! Add inital profile output for e (TG) 28 31 ! -
palm/trunk/SOURCE/chemistry_model_mod.f90
r3182 r3183 22 22 ! Current revisions: 23 23 ! ----------------- 24 ! Rename flags indicating outflow boundary conditions24 ! 25 25 ! 26 26 ! Former revisions: 27 27 ! ----------------- 28 28 ! $Id$ 29 ! Rename flags indicating outflow boundary conditions 30 ! 31 ! 3182 2018-07-27 13:36:03Z suehring 29 32 ! Revise output of surface quantities in case of overhanging structures 30 33 ! -
palm/trunk/SOURCE/coriolis.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Remove masking of geostrophic wind forcing in offline nesting case22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Remove masking of geostrophic wind forcing in offline nesting case 28 ! 29 ! 3182 2018-07-27 13:36:03Z suehring 27 30 ! Corrected "Former revisions" section 28 31 ! -
palm/trunk/SOURCE/exchange_horiz_2d.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Rename variables in offline nesting mode and flags indicating lateral 23 ! boundary conditions 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Rename variables in offline nesting mode and flags indicating lateral 28 ! boundary conditions 29 ! 30 ! 3182 2018-07-27 13:36:03Z suehring 28 31 ! Corrected "Former revisions" section 29 32 ! -
palm/trunk/SOURCE/init_3d_model.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Revise Inifor initialization22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Revise Inifor initialization 28 ! 29 ! 3182 2018-07-27 13:36:03Z suehring 27 30 ! Added multi agent system 28 31 ! -
palm/trunk/SOURCE/init_grid.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Rename variables in mesoscale-offline nesting mode22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Rename variables in mesoscale-offline nesting mode 28 ! 29 ! 3182 2018-07-27 13:36:03Z suehring 27 30 ! Bugfix in referencing buildings on orography top 28 31 ! -
palm/trunk/SOURCE/init_pegrid.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Rename variables and boundary conditions in mesoscale-offline nesting mode22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Rename variables and boundary conditions in mesoscale-offline nesting mode 28 ! 29 ! 3182 2018-07-27 13:36:03Z suehring 27 30 ! bugfix: wrong error number in r3057 revised 28 31 ! -
palm/trunk/SOURCE/large_scale_forcing_nudging_mod.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 22 27 ! * Adjustment to new Inifor version: 23 28 ! - No vertical interpolation/extrapolation of lateral boundary data required … … 26 31 ! * Rename variables and subroutines for offline nesting 27 32 ! 28 ! Former revisions: 29 ! ----------------- 30 ! $Id$ 33 ! 3182 2018-07-27 13:36:03Z suehring 31 34 ! Error messages revised 32 35 ! -
palm/trunk/SOURCE/modules.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 22 27 ! Rename offline nesting variables: 23 28 ! -inflow_l, inflow_n, inflow_r, inflow_s, … … 29 34 ! nesting_offline 30 35 ! 31 ! Former revisions: 32 ! ----------------- 33 ! $Id$ 36 ! 3182 2018-07-27 13:36:03Z suehring 34 37 ! Default value of dz_max has changed to a more uncommon value of 999 (value 35 38 ! of dz_max can not be part of dz values when using new stretching procedure) -
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 22 27 ! Adjust input of dynamic driver according to revised Inifor version. 23 28 ! Replace simulated_time by time_since_reference_point. 24 29 ! Rename variables in mesoscale-offline nesting mode. 25 30 ! 26 ! Former revisions: 27 ! ----------------- 28 ! $Id$ 31 ! 3182 2018-07-27 13:36:03Z suehring 29 32 ! Slightly revise check for surface_fraction in order to check only the relevant 30 33 ! fractions -
palm/trunk/SOURCE/parin.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Rename variables and boundary conditions in mesoscale-offline nesting mode22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Rename variables and boundary conditions in mesoscale-offline nesting mode 28 ! 29 ! 3182 2018-07-27 13:36:03Z suehring 27 30 ! Added multi agent system 28 31 ! -
palm/trunk/SOURCE/pmc_interface_mod.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Variable names for nest_bound_x replaced by bc_dirichlet_x. 23 ! Remove commented prints into debug files. 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Variable names for nest_bound_x replaced by bc_dirichlet_x. 28 ! Remove commented prints into debug files. 29 ! 30 ! 3182 2018-07-27 13:36:03Z suehring 28 31 ! dz was replaced by dz(1) 29 32 ! -
palm/trunk/SOURCE/poismg_mod.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Rename variables in mesoscale-offline nesting mode22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Rename variables in mesoscale-offline nesting mode 28 ! 29 ! 3182 2018-07-27 13:36:03Z suehring 27 30 ! Set lateral boundary conditions for divergence 28 31 ! -
palm/trunk/SOURCE/poismg_noopt_mod.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Rename variables in mesoscale-offline nesting mode22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Rename variables in mesoscale-offline nesting mode 28 ! 29 ! 3182 2018-07-27 13:36:03Z suehring 27 30 ! Set lateral boundary conditions for divergence 28 31 ! -
palm/trunk/SOURCE/pres.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Rename variables for boundary flags and nesting22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Rename variables for boundary flags and nesting 28 ! 29 ! 3182 2018-07-27 13:36:03Z suehring 27 30 ! Dollar sign added before Id 28 31 ! -
palm/trunk/SOURCE/prognostic_equations.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Remove unused variables from USE statements22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Remove unused variables from USE statements 28 ! 29 ! 3182 2018-07-27 13:36:03Z suehring 27 30 ! Revise recent bugfix for nesting 28 31 ! -
palm/trunk/SOURCE/read_restart_data_mod.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Rename variables for boundary flags22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Rename variables for boundary flags 28 ! 29 ! 3182 2018-07-27 13:36:03Z suehring 27 30 ! New parameters concerning vertical grid stretching have been added 28 31 ! -
palm/trunk/SOURCE/sor.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Rename variables in mesoscale-offline nesting mode22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Rename variables in mesoscale-offline nesting mode 28 ! 29 ! 3182 2018-07-27 13:36:03Z suehring 27 30 ! Corrected "Former revisions" section 28 31 ! -
palm/trunk/SOURCE/synthetic_turbulence_generator_mod.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Rename variables and extend error message 23 ! Enable geneartor also for stretched grids 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Rename variables and extend error message 28 ! Enable geneartor also for stretched grids 29 ! 30 ! 3182 2018-07-27 13:36:03Z suehring 28 31 ! Error message related to vertical stretching has been added, dz was replaced 29 32 ! by dz(1) -
palm/trunk/SOURCE/time_integration.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Replace simulated_time by time_since_reference_point in COSMO nesting mode. 23 ! Rename subroutines and variables in COSMO nesting mode 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! Replace simulated_time by time_since_reference_point in COSMO nesting mode. 28 ! Rename subroutines and variables in COSMO nesting mode 29 ! 30 ! 3182 2018-07-27 13:36:03Z suehring 28 31 ! Added multi agent system 29 32 ! -
palm/trunk/SOURCE/turbulence_closure_mod.f90
r3182 r3183 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Rename variables and remove unused variable from USE statement22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Rename variables and remove unused variable from USE statement 28 ! 29 ! 3182 2018-07-27 13:36:03Z suehring 27 30 ! Use MOST for km only in RANS mode 28 31 !
Note: See TracChangeset
for help on using the changeset viewer.