Changeset 2318
- Timestamp:
- Jul 20, 2017 5:27:44 PM (7 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r2317 r2318 20 20 # Current revisions: 21 21 # ------------------ 22 # Add further dependencies on surface_mod22 # 23 23 # 24 24 # Former revisions: 25 25 # ----------------- 26 26 # $Id$ 27 # Add further dependencies on surface_mod 28 # 29 # 2317 2017-07-20 17:27:19Z suehring 27 30 # Added time_integration_spinup 28 31 # -
palm/trunk/SOURCE/init_grid.f90
r2317 r2318 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Get topography top index via Function call22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Get topography top index via Function call 28 ! 29 ! 2317 2017-07-20 17:27:19Z suehring 27 30 ! Bugfixes in reading 3D topography from file 28 31 ! -
palm/trunk/SOURCE/lpm_advec.f90
r2317 r2318 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Get topography top index via Function call22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Get topography top index via Function call 28 ! 29 ! 2317 2017-07-20 17:27:19Z suehring 27 30 ! 28 31 ! 2232 2017-05-30 17:47:52Z suehring -
palm/trunk/SOURCE/lpm_boundary_conds.f90
r2317 r2318 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Get topography top index via Function call22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Get topography top index via Function call 28 ! 29 ! 2317 2017-07-20 17:27:19Z suehring 27 30 ! 28 31 ! 2232 2017-05-30 17:47:52Z suehring -
palm/trunk/SOURCE/lpm_init.f90
r2317 r2318 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Get topography top index via Function call23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Get topography top index via Function call 28 ! 29 ! 2317 2017-07-20 17:27:19Z suehring 27 30 ! Extended particle data type. Aerosol initialization improved. 28 31 ! -
palm/trunk/SOURCE/microphysics_mod.f90
r2317 r2318 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Get topography top index via Function call23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Get topography top index via Function call 28 ! 29 ! 2317 2017-07-20 17:27:19Z suehring 27 30 ! s1 changed to log_sigma 28 31 ! -
palm/trunk/SOURCE/plant_canopy_model_mod.f90
r2317 r2318 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Get topography top index via Function call22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Get topography top index via Function call 28 ! 29 ! 2317 2017-07-20 17:27:19Z suehring 27 30 ! Changed error messages 28 31 ! -
palm/trunk/SOURCE/pmc_interface_mod.f90
r2317 r2318 21 21 ! Current revisions: 22 22 ! ------------------ 23 ! Get topography top index via Function call23 ! 24 24 ! 25 25 ! Former revisions: 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Get topography top index via Function call 29 ! 30 ! 2317 2017-07-20 17:27:19Z suehring 28 31 ! Set bottom boundary condition after anterpolation. 29 32 ! Some variable description added. -
palm/trunk/SOURCE/radiation_model_mod.f90
r2317 r2318 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Get topography top index via Function call22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Get topography top index via Function call 28 ! 29 ! 2317 2017-07-20 17:27:19Z suehring 27 30 ! Improved syntax layout 28 31 ! -
palm/trunk/SOURCE/surface_mod.f90
r2317 r2318 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New function to obtain topography top index.22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! New function to obtain topography top index. 28 ! 29 ! 2317 2017-07-20 17:27:19Z suehring 27 30 ! Implementation of new microphysic scheme: cloud_scheme = 'morrison' 28 31 ! includes two more prognostic equations for cloud drop concentration (nc) -
palm/trunk/SOURCE/urban_surface_mod.f90
r2317 r2318 21 21 ! Current revisions: 22 22 ! ------------------ 23 ! Get topography top index via Function call23 ! 24 24 ! 25 25 ! Former revisions: 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Get topography top index via Function call 29 ! 30 ! 2317 2017-07-20 17:27:19Z suehring 28 31 ! Bugfix: adjust output of shf. Added support for spinups 29 32 !
Note: See TracChangeset
for help on using the changeset viewer.