- Timestamp:
- Apr 7, 2016 12:12:23 PM (9 years ago)
- Location:
- palm/trunk
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/document_changes
r1814 r1827 20 20 # Current revisions: 21 21 # ----------------- 22 # 22 # Added note that the script does not work on MAC OS 23 23 # 24 24 # Former revisions: -
palm/trunk/SCRIPTS/mbuild
r1826 r1827 22 22 # Current revisions: 23 23 # ------------------ 24 # Added note that the script does not work on MAC OS24 # 25 25 # 26 26 # Former revisions: 27 27 # ----------------- 28 28 # $Id$ 29 # 29 # 30 30 # 1817 2016-04-06 15:44:20Z maronga 31 31 # Bugfix: Makefile_check removed (parameter file check) -
palm/trunk/SOURCE/Makefile
r1826 r1827 20 20 # Current revisions: 21 21 # ------------------ 22 # Renamed radiation_model to radiation_model_mod. 23 # Renamed plant_canopy_model to plant_canopy_model_mod. 22 # 24 23 # 25 24 # Former revisions: … … 27 26 # $Id$ 28 27 # 28 # 1826 2016-04-07 12:01:39Z maronga 29 # Renamed radiation_model to radiation_model_mod. 30 # Renamed plant_canopy_model to plant_canopy_model_mod. 31 # 29 32 # 1822 2016-04-07 07:49:42Z hoffmann 30 33 # Tails removed. lpm_release_set removed. calc_precipitation, impact_of_latent_heat -
palm/trunk/SOURCE/check_parameters.f90
r1826 r1827 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1826 2016-04-07 12:01:39Z maronga 21 28 ! Moved checks for radiation model to the respective module. 22 29 ! Moved checks for plant canopy model to the respective module. 23 30 ! Bugfix for check of too large roughness_length 24 !25 ! Former revisions:26 ! -----------------27 ! $Id$28 31 ! 29 32 ! 1824 2016-04-07 09:55:29Z gronemeier -
palm/trunk/SOURCE/header.f90
r1826 r1827 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Moved radiation model header output to the respective module. 22 ! Moved canopy model header output to the respective module. 23 ! 21 ! 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 27 ! 1826 2016-04-07 12:01:39Z maronga 28 ! Moved radiation model header output to the respective module. 29 ! Moved canopy model header output to the respective module. 27 30 ! 28 31 ! 1822 2016-04-07 07:49:42Z hoffmann -
palm/trunk/SOURCE/init_3d_model.f90
r1826 r1827 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Renamed radiation calls. 22 ! Renamed canopy model calls. 21 ! 23 22 ! 24 23 ! Former revisions: … … 26 25 ! $Id$ 27 26 ! 27 ! 1826 2016-04-07 12:01:39Z maronga 28 ! Renamed radiation calls. 29 ! Renamed canopy model calls. 30 ! 28 31 ! 1822 2016-04-07 07:49:42Z hoffmann 29 32 ! icloud_scheme replaced by microphysics_* -
palm/trunk/SOURCE/land_surface_model_mod.f90
r1826 r1827 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Cleanup after modularization21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1826 2016-04-07 12:01:39Z maronga 28 ! Cleanup after modularization 29 ! 27 30 ! 1817 2016-04-06 15:44:20Z maronga 28 31 ! Added interface for lsm_init_arrays. Added subroutines for check_parameters, -
palm/trunk/SOURCE/package_parin.f90
r1826 r1827 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Reading of &radiation_par moved to radiation_model_mod. 22 ! Reading of &canopy_par moved to plant_canopy_model_mod. 21 ! 23 22 ! 24 23 ! Former revisions: … … 26 25 ! $Id$ 27 26 ! 27 ! 1826 2016-04-07 12:01:39Z maronga 28 ! Reading of &radiation_par moved to radiation_model_mod. 29 ! Reading of &canopy_par moved to plant_canopy_model_mod. 30 ! 28 31 ! 822 2016-04-07 07:49:42Z hoffmann 29 32 ! +collision_algorithm -
palm/trunk/SOURCE/parin.f90
r1826 r1827 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Added call to radiation model for reading of &radiation_par. 22 ! Added call to plant canopy model for reading of &canopy_par. 21 ! 23 22 ! 24 23 ! Former revisions: … … 26 25 ! $Id$ 27 26 ! 27 ! 1826 2016-04-07 12:01:39Z maronga 28 ! Added call to radiation model for reading of &radiation_par. 29 ! Added call to plant canopy model for reading of &canopy_par. 30 ! 28 31 ! 1817 2016-04-06 15:44:20Z maronga 29 32 ! Added call to land surface model for reading of &lsm_par -
palm/trunk/SOURCE/plant_canopy_model_mod.f90
r1826 r1827 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Further modularization22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1826 2016-04-07 12:01:39Z maronga 28 ! Further modularization 26 29 ! 27 30 ! 1721 2015-11-16 12:56:48Z raasch -
palm/trunk/SOURCE/prognostic_equations.f90
r1826 r1827 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Renamed canopy model calls.21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1826 2016-04-07 12:01:39Z maronga 28 ! Renamed canopy model calls. 29 ! 27 30 ! 1822 2016-04-07 07:49:42Z hoffmann 28 31 ! Kessler microphysics scheme moved to microphysics. -
palm/trunk/SOURCE/radiation_model_mod.f90
r1826 r1827 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Further modularization.21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1826 2016-04-07 12:01:39Z maronga 28 ! Further modularization. 29 ! 27 30 ! 1788 2016-03-10 11:01:04Z maronga 28 31 ! Added new albedo class for pavements / roads.
Note: See TracChangeset
for help on using the changeset viewer.