Changeset 1485 for palm


Ignore:
Timestamp:
Oct 21, 2014 11:09:54 AM (10 years ago)
Author:
kanani
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r1484 r1485  
    2020# Current revisions:
    2121# ------------------
    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#
    2423#
    2524# Former revisions:
     
    2726# $Id$
    2827#
     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#
    2932# 1444 2014-08-02 20:10:32Z letzel
    3033# bugfix: cpulog added to lpm_advec
  • palm/trunk/SOURCE/check_parameters.f90

    r1484 r1485  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1484 2014-10-21 10:53:05Z kanani
    2229! Changes due to new module structure of the plant canopy model:
    2330!   module plant_canopy_model_mod added,
     
    2936! Missing KIND-attribute for REAL constant added
    3037!
    31 ! Former revisions:
    32 ! -----------------
    33 ! $Id$
    34 !
    3538! 1455 2014-08-29 10:47:47Z heinze
    3639! empty time records in volume, cross-section and masked data output prevented 
  • palm/trunk/SOURCE/header.f90

    r1484 r1485  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1484 2014-10-21 10:53:05Z kanani
    2229! Changes due to new module structure of the plant canopy model:
    2330!   module plant_canopy_model_mod and output for new canopy model parameters
     
    2835! Bugfix: DO-WHILE-loop for lad header information additionally restricted
    2936! by maximum number of gradient levels (currently 10)
    30 !
    31 ! Former revisions:
    32 ! -----------------
    33 ! $Id$
    3437!
    3538! 1482 2014-10-18 12:34:45Z raasch
  • palm/trunk/SOURCE/init_3d_model.f90

    r1484 r1485  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1484 2014-10-21 10:53:05Z kanani
    2229! Changes due to new module structure of the plant canopy model:
    2330!   canopy-related initialization (e.g. lad and canopy_heat_flux) moved to new
     
    2532!   call of subroutine init_plant_canopy added.
    2633!
    27 ! Former revisions:
    28 ! -----------------
    29 ! $Id$
    30 !
    3134! 1431 2014-07-15 14:47:17Z suehring
    3235! var_d added, in order to normalize spectra.
  • palm/trunk/SOURCE/modules.f90

    r1484 r1485  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1484 2014-10-21 10:53:05Z kanani
    2229! Changes due to new module structure of the plant canopy model:
    2330!   canopy-model related parameters/variables moved to module
    2431!   plant_canopy_model_mod
    2532!
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    29 !
    3033! 1468 2014-09-24 14:06:57Z maronga
    3134! Adapted for use on up to 6-digit processor cores.
  • palm/trunk/SOURCE/package_parin.f90

    r1484 r1485  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1484 2014-10-21 10:53:05Z kanani
    2229! Changes due to new module structure of the plant canopy model:
    2330!   module plant_canopy_model_mod added,
     
    2835! Changed statement tags in CONTINUE-statement
    2936!
    30 ! Former revisions:
    31 ! -----------------
    32 ! $Id$
    33 !
    3437! 1367 2014-04-23 15:18:30Z witha
    3538! Bugfix: module kinds must be used
  • palm/trunk/SOURCE/parin.f90

    r1484 r1485  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1484 2014-10-21 10:53:05Z kanani
    2229! Changes due to new module structure of the plant canopy model:
    2330!   canopy-model related parameters moved to new package canopy_par in
    2431!   subroutine package_parin
    2532!
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    29 !
    3033! 1429 2014-07-15 12:53:45Z knoop
    3134! +ensemble_member_nr to prepare the random_generator for ensemble runs
  • palm/trunk/SOURCE/plant_canopy_model.f90

    r1484 r1485  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1484 2014-10-21 10:53:05Z kanani
    2229! Changes due to new module structure of the plant canopy model:
    2330!   module plant_canopy_model_mod now contains a subroutine for the
     
    3946!   USE-statements and ONLY-lists modified accordingly
    4047!
    41 ! Former revisions:
    42 ! -----------------
    43 ! $Id$
    44 !
    4548! 1340 2014-03-25 19:45:13Z kanani
    4649! REAL constants defined as wp-kind
  • palm/trunk/SOURCE/prognostic_equations.f90

    r1484 r1485  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1484 2014-10-21 10:53:05Z kanani
    2229! Changes due to new module structure of the plant canopy model:
    2330!   parameters cthf and plant_canopy moved to module plant_canopy_model_mod.
     
    2532! control_parameters
    2633!
    27 ! Former revisions:
    28 ! -----------------
    29 ! $Id$
    30 !
    3134! 1409 2014-05-23 12:11:32Z suehring
    3235! Bugfix: i_omp_start changed for advec_u_ws at left inflow and outflow boundary.
  • palm/trunk/SOURCE/read_var_list.f90

    r1484 r1485  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1484 2014-10-21 10:53:05Z kanani
    2229! Changes in the course of the canopy-model modularization:
    2330!   parameters alpha_lad, beta_lad, lai_beta added,
     
    2532!   drag_coefficient, leaf_surface_concentration and scalar_exchange_coefficient
    2633!   renamed to canopy_drag_coeff, leaf_surface_conc and leaf_scalar_exch_coeff
    27 !
    28 ! Former revisions:
    29 ! -----------------
    30 ! $Id$
    3134!
    3235! 1322 2014-03-20 16:38:49Z raasch
  • palm/trunk/SOURCE/timestep.f90

    r1484 r1485  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1484 2014-10-21 10:53:05Z kanani
    2229! Changes due to new module structure of the plant canopy model:
    2330!   calculations and parameters related to the plant canopy model removed
     
    2633!   calculation of the canopy tendency terms in subroutine plant_canopy_model)
    2734!
    28 ! Former revisions:
    29 ! -----------------
    30 ! $Id$
    31 !
    3235! 1342 2014-03-26 17:04:47Z kanani
    3336! REAL constants defined as wp-kind
  • palm/trunk/SOURCE/user_init_plant_canopy.f90

    r1484 r1485  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1484 2014-10-21 10:53:05Z kanani
    2229! Changes in the course of the canopy-model modularization:
    2330!   module plant_canopy_model_mod added,
     
    2532!   defined purely as a single constant value (see module plant_canopy_model)
    2633!
    27 ! Former revisions:
    28 ! -----------------
    29 ! $Id$
    30 !
    3134! 1353 2014-04-08 15:21:23Z heinze
    3235! REAL constants provided with KIND-attribute
  • palm/trunk/SOURCE/write_var_list.f90

    r1484 r1485  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1484 2014-10-21 10:53:05Z kanani
    2229! Changes in the course of the canopy-model modularization:
    2330!   parameters alpha_lad, beta_lad, lai_beta added,
     
    2532!   drag_coefficient, leaf_surface_concentration and scalar_exchange_coefficient
    2633!   renamed to canopy_drag_coeff, leaf_surface_conc and leaf_scalar_exch_coeff
    27 !
    28 ! Former revisions:
    29 ! -----------------
    30 ! $Id$
    3134!
    3235! 1324 2014-03-21 09:13:16Z suehring
Note: See TracChangeset for help on using the changeset viewer.