Ignore:
Timestamp:
Dec 16, 2019 10:43:49 AM (4 years ago)
Author:
motisi
Message:

plant_canopy_model: unification of variable names: pc_ variabels now pcm_ variables
removal of bowenratio output
canopy mode 'block' now 'homogeneous'
'read_from_file_3d' now 'read_from_file'
removal of confusing comment lines
replacement of k_wall by topo_top_ind
removal of else-statement in tendency-calculation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/user_init_plant_canopy.f90

    r4182 r4341  
    2525! -----------------
    2626! $Id$
     27! Renamed canopy_mode 'block' to 'homogeneous'
     28!
     29! 4182 2019-08-22 15:20:23Z scharf
    2730! Corrected "Former revisions" section
    2831!
     
    6972    SELECT CASE ( TRIM( canopy_mode ) )
    7073
    71        CASE ( 'block' )
     74       CASE ( 'homogeneous' )
    7275!
    7376!--       Not allowed here since this is the standard case used in init_3d_model.
Note: See TracChangeset for help on using the changeset viewer.