Ignore:
Timestamp:
Nov 28, 2007 10:03:58 AM (16 years ago)
Author:
letzel
Message:

Plant canopy model of Watanabe (2004,BLM 112,307-341) added.

File:
1 edited

Legend:

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

    r116 r138  
    44! Actual revisions:
    55! -----------------
     6! +canopy_mode
     7! +drag_coefficient, lad, lad_surface, lad_vertical_gradient,
     8! lad_vertical_gradient_level, lad_vertical_gradient_level_ind,
     9! pch_index, plant_canopy
     10!
    611! +time_sort_particles
    712!
     
    186191          CASE ( 'building_wall_south' )
    187192             READ ( 13 )  building_wall_south
     193          CASE ( 'canopy_mode' )
     194             READ ( 13 )  canopy_mode
    188195          CASE ( 'cloud_droplets' )
    189196             READ ( 13 )  cloud_droplets
     
    200207          CASE ( 'dissipation_1d' )
    201208             READ ( 13 )  dissipation_1d
     209          CASE ( 'drag_coefficient' )
     210             READ ( 13 )  drag_coefficient
    202211          CASE ( 'dt_fixed' )
    203212             READ ( 13 )  dt_fixed
     
    244253          CASE ( 'km_damp_max' )
    245254             READ ( 13 )  km_damp_max
     255          CASE ( 'lad' )
     256             READ ( 13 )  lad
     257          CASE ( 'lad_surface' )
     258             READ ( 13 )  lad_surface
     259          CASE ( 'lad_vertical_gradient' )
     260             READ ( 13 )  lad_vertical_gradient
     261          CASE ( 'lad_vertical_gradient_level' )
     262             READ ( 13 )  lad_vertical_gradient_level
     263          CASE ( 'lad_vertical_gradient_level_in' )
     264             READ ( 13 )  lad_vertical_gradient_level_ind
    246265          CASE ( 'last_dt_change' )
    247266             READ ( 13 )  last_dt_change
     
    288307          CASE ( 'passive_scalar' )
    289308             READ ( 13 )  passive_scalar
     309          CASE ( 'pch_index' )
     310             READ ( 13 )  pch_index
    290311          CASE ( 'phi' )
    291312             READ ( 13 )  phi
     313          CASE ( 'plant_canopy' )
     314             READ ( 13 )  plant_canopy
    292315          CASE ( 'prandtl_layer' )
    293316             READ ( 13 )  prandtl_layer
Note: See TracChangeset for help on using the changeset viewer.