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

    r151 r153  
    55! Actual revisions:
    66! -----------------
     7! +canopy_heat_flux, cthf, lai,
     8! +leaf_surface_concentration, scalar_exchange_coefficient, sec, sls
    79! +hor_index_bounds, hor_index_bounds_previous_run, id_inflow,
    810! inflow_damping_*, mean_inflow_profiles, numprocs_previous_run, nx_on_file,
     
    135137
    136138    REAL, DIMENSION(:,:,:), ALLOCATABLE ::                                     &
    137           cdc, d, diss, lad_s, lad_u, lad_v, lad_w, l_wall, tend,              &
    138           u_m_l, u_m_n, u_m_r, u_m_s, v_m_l, v_m_n, v_m_r, v_m_s, w_m_l,       &
    139           w_m_n, w_m_r, w_m_s
     139          canopy_heat_flux, cdc, d, diss, lad_s, lad_u, lad_v, lad_w, lai,     &
     140          l_wall, sec, sls, tend, u_m_l, u_m_n, u_m_r, u_m_s, v_m_l, v_m_n,    &
     141          v_m_r, v_m_s, w_m_l, w_m_n, w_m_r, w_m_s
    140142
    141143    REAL, DIMENSION(:,:,:), ALLOCATABLE, TARGET ::                             &
     
    375377             building_height = 50.0, building_length_x = 50.0, &
    376378             building_length_y = 50.0, building_wall_left = 9999999.9, &
    377              building_wall_south = 9999999.9, cfl_factor = -1.0, &
     379             building_wall_south = 9999999.9, cthf = 0.0, cfl_factor = -1.0, &
    378380             cos_alpha_surface, disturbance_amplitude = 0.25, &
    379381             disturbance_energy_limit = 0.01, &
     
    396398             f = 0.0, fs = 0.0, g = 9.81, inflow_damping_height = 9999999.9, &
    397399             inflow_damping_width = 9999999.9, kappa = 0.4, km_constant = -1.0,&
    398              km_damp_max = -1.0, lad_surface = 0.0, long_filter_factor = 0.0, &
     400             km_damp_max = -1.0, lad_surface = 0.0,  &
     401             leaf_surface_concentration = 0.0, long_filter_factor = 0.0, &
    399402             maximum_cpu_time_allowed = 0.0, molecular_viscosity = 1.461E-5, &
    400403             old_dt = 1.0E-10, omega = 7.29212E-5, omega_sor = 1.8, &
     
    412415             rif_max = 1.0, &
    413416             rif_min = -5.0, roughness_length = 0.1, sa_surface = 35.0, &
     417             scalar_exchange_coefficient = 0.0, &
    414418             simulated_time = 0.0, simulated_time_at_begin, sin_alpha_surface, &
    415419             skip_time_data_output = 0.0, skip_time_data_output_av = 9999999.9,&
Note: See TracChangeset for help on using the changeset viewer.