Ignore:
Timestamp:
Mar 19, 2008 9:41:30 AM (16 years ago)
Author:
steinfeld
Message:

Update for the plant canopy model

File:
1 edited

Legend:

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

    r151 r153  
    44! Actual revisions:
    55! -----------------
     6! +cthf, leaf_surface_concentration, scalar_exchange_coefficient
    67! +numprocs_previous_run, hor_index_bounds_previous_run, inflow_damping_factor,
    78! inflow_damping_height, inflow_damping_width, mean_inflow_profiles,
     
    233234          CASE ( 'conserve_volume_flow' )
    234235             READ ( 13 )  conserve_volume_flow
     236          CASE ( 'cthf' )
     237             READ ( 13 )  cthf
    235238          CASE ( 'current_timestep_number' )
    236239             READ ( 13 )  current_timestep_number
     
    312315          CASE ( 'last_dt_change' )
    313316             READ ( 13 )  last_dt_change
     317          CASE ( 'leaf_surface_concentration' )
     318             READ ( 13 )  leaf_surface_concentration
    314319          CASE ( 'long_filter_factor' )
    315320             READ ( 13 )  long_filter_factor
     
    417422          CASE ( 'scalar_advec' )
    418423             READ ( 13 )  scalar_advec
     424          CASE ( 'scalar_exchange_coefficient' )
     425             READ ( 13 )  scalar_exchange_coefficient
    419426          CASE ( 'simulated_time' )
    420427             READ ( 13 )  simulated_time
Note: See TracChangeset for help on using the changeset viewer.