Changeset 1485 for palm/trunk/SOURCE
- Timestamp:
- Oct 21, 2014 11:09:54 AM (10 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r1484 r1485 20 20 # Current revisions: 21 21 # ------------------ 22 # plant_canopy_model-dependency added for check_parameters, header, init_3d_model, 23 # package_parin, read_var_list, user_init_plant_canopy, write_var_list 22 # 24 23 # 25 24 # Former revisions: … … 27 26 # $Id$ 28 27 # 28 # 1484 2014-10-21 10:53:05Z kanani 29 # plant_canopy_model-dependency added for check_parameters, header, init_3d_model, 30 # package_parin, read_var_list, user_init_plant_canopy, write_var_list 31 # 29 32 # 1444 2014-08-02 20:10:32Z letzel 30 33 # bugfix: cpulog added to lpm_advec -
palm/trunk/SOURCE/check_parameters.f90
r1484 r1485 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1484 2014-10-21 10:53:05Z kanani 22 29 ! Changes due to new module structure of the plant canopy model: 23 30 ! module plant_canopy_model_mod added, … … 29 36 ! Missing KIND-attribute for REAL constant added 30 37 ! 31 ! Former revisions:32 ! -----------------33 ! $Id$34 !35 38 ! 1455 2014-08-29 10:47:47Z heinze 36 39 ! empty time records in volume, cross-section and masked data output prevented -
palm/trunk/SOURCE/header.f90
r1484 r1485 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1484 2014-10-21 10:53:05Z kanani 22 29 ! Changes due to new module structure of the plant canopy model: 23 30 ! module plant_canopy_model_mod and output for new canopy model parameters … … 28 35 ! Bugfix: DO-WHILE-loop for lad header information additionally restricted 29 36 ! by maximum number of gradient levels (currently 10) 30 !31 ! Former revisions:32 ! -----------------33 ! $Id$34 37 ! 35 38 ! 1482 2014-10-18 12:34:45Z raasch -
palm/trunk/SOURCE/init_3d_model.f90
r1484 r1485 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1484 2014-10-21 10:53:05Z kanani 22 29 ! Changes due to new module structure of the plant canopy model: 23 30 ! canopy-related initialization (e.g. lad and canopy_heat_flux) moved to new … … 25 32 ! call of subroutine init_plant_canopy added. 26 33 ! 27 ! Former revisions:28 ! -----------------29 ! $Id$30 !31 34 ! 1431 2014-07-15 14:47:17Z suehring 32 35 ! var_d added, in order to normalize spectra. -
palm/trunk/SOURCE/modules.f90
r1484 r1485 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1484 2014-10-21 10:53:05Z kanani 22 29 ! Changes due to new module structure of the plant canopy model: 23 30 ! canopy-model related parameters/variables moved to module 24 31 ! plant_canopy_model_mod 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1468 2014-09-24 14:06:57Z maronga 31 34 ! Adapted for use on up to 6-digit processor cores. -
palm/trunk/SOURCE/package_parin.f90
r1484 r1485 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1484 2014-10-21 10:53:05Z kanani 22 29 ! Changes due to new module structure of the plant canopy model: 23 30 ! module plant_canopy_model_mod added, … … 28 35 ! Changed statement tags in CONTINUE-statement 29 36 ! 30 ! Former revisions:31 ! -----------------32 ! $Id$33 !34 37 ! 1367 2014-04-23 15:18:30Z witha 35 38 ! Bugfix: module kinds must be used -
palm/trunk/SOURCE/parin.f90
r1484 r1485 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1484 2014-10-21 10:53:05Z kanani 22 29 ! Changes due to new module structure of the plant canopy model: 23 30 ! canopy-model related parameters moved to new package canopy_par in 24 31 ! subroutine package_parin 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1429 2014-07-15 12:53:45Z knoop 31 34 ! +ensemble_member_nr to prepare the random_generator for ensemble runs -
palm/trunk/SOURCE/plant_canopy_model.f90
r1484 r1485 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1484 2014-10-21 10:53:05Z kanani 22 29 ! Changes due to new module structure of the plant canopy model: 23 30 ! module plant_canopy_model_mod now contains a subroutine for the … … 39 46 ! USE-statements and ONLY-lists modified accordingly 40 47 ! 41 ! Former revisions:42 ! -----------------43 ! $Id$44 !45 48 ! 1340 2014-03-25 19:45:13Z kanani 46 49 ! REAL constants defined as wp-kind -
palm/trunk/SOURCE/prognostic_equations.f90
r1484 r1485 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1484 2014-10-21 10:53:05Z kanani 22 29 ! Changes due to new module structure of the plant canopy model: 23 30 ! parameters cthf and plant_canopy moved to module plant_canopy_model_mod. … … 25 32 ! control_parameters 26 33 ! 27 ! Former revisions:28 ! -----------------29 ! $Id$30 !31 34 ! 1409 2014-05-23 12:11:32Z suehring 32 35 ! Bugfix: i_omp_start changed for advec_u_ws at left inflow and outflow boundary. -
palm/trunk/SOURCE/read_var_list.f90
r1484 r1485 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1484 2014-10-21 10:53:05Z kanani 22 29 ! Changes in the course of the canopy-model modularization: 23 30 ! parameters alpha_lad, beta_lad, lai_beta added, … … 25 32 ! drag_coefficient, leaf_surface_concentration and scalar_exchange_coefficient 26 33 ! renamed to canopy_drag_coeff, leaf_surface_conc and leaf_scalar_exch_coeff 27 !28 ! Former revisions:29 ! -----------------30 ! $Id$31 34 ! 32 35 ! 1322 2014-03-20 16:38:49Z raasch -
palm/trunk/SOURCE/timestep.f90
r1484 r1485 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1484 2014-10-21 10:53:05Z kanani 22 29 ! Changes due to new module structure of the plant canopy model: 23 30 ! calculations and parameters related to the plant canopy model removed … … 26 33 ! calculation of the canopy tendency terms in subroutine plant_canopy_model) 27 34 ! 28 ! Former revisions:29 ! -----------------30 ! $Id$31 !32 35 ! 1342 2014-03-26 17:04:47Z kanani 33 36 ! REAL constants defined as wp-kind -
palm/trunk/SOURCE/user_init_plant_canopy.f90
r1484 r1485 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1484 2014-10-21 10:53:05Z kanani 22 29 ! Changes in the course of the canopy-model modularization: 23 30 ! module plant_canopy_model_mod added, … … 25 32 ! defined purely as a single constant value (see module plant_canopy_model) 26 33 ! 27 ! Former revisions:28 ! -----------------29 ! $Id$30 !31 34 ! 1353 2014-04-08 15:21:23Z heinze 32 35 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/write_var_list.f90
r1484 r1485 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1484 2014-10-21 10:53:05Z kanani 22 29 ! Changes in the course of the canopy-model modularization: 23 30 ! parameters alpha_lad, beta_lad, lai_beta added, … … 25 32 ! drag_coefficient, leaf_surface_concentration and scalar_exchange_coefficient 26 33 ! renamed to canopy_drag_coeff, leaf_surface_conc and leaf_scalar_exch_coeff 27 !28 ! Former revisions:29 ! -----------------30 ! $Id$31 34 ! 32 35 ! 1324 2014-03-21 09:13:16Z suehring
Note: See TracChangeset
for help on using the changeset viewer.