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/write_var_list.f90

    r151 r153  
    44! Actual revisions:
    55! -----------------
     6! +cthf, leaf_surface_concentration, scalar_exchange_coefficient
    67! +numprocs, hor_index_bounds, inflow_damping_height, inflow_damping_width,
    78! mean_inflow_profiles, recycling_width, turbulent_inflow,
     
    155156    WRITE ( 14 )  'current_timestep_number       '
    156157    WRITE ( 14 )  current_timestep_number
     158    WRITE ( 14 )  'cthf                          '
     159    WRITE ( 14 )  cthf
    157160    WRITE ( 14 )  'cut_spline_overshoot          '
    158161    WRITE ( 14 )  cut_spline_overshoot
     
    231234    WRITE ( 14 )  'last_dt_change                '
    232235    WRITE ( 14 )  last_dt_change
     236    WRITE ( 14 )  'leaf_surface_concentration    '
     237    WRITE ( 14 )  leaf_surface_concentration
    233238    WRITE ( 14 )  'long_filter_factor            '
    234239    WRITE ( 14 )  long_filter_factor
     
    333338    WRITE ( 14 )  'scalar_advec                  '
    334339    WRITE ( 14 )  scalar_advec
     340    WRITE ( 14 )  'scalar_exchange_coefficient   '
     341    WRITE ( 14 )  scalar_exchange_coefficient
    335342    WRITE ( 14 )  'simulated_time                '
    336343    WRITE ( 14 )  simulated_time
Note: See TracChangeset for help on using the changeset viewer.