Changeset 153 for palm/trunk/SOURCE/modules.f90
- Timestamp:
- Mar 19, 2008 9:41:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/modules.f90
r151 r153 5 5 ! Actual revisions: 6 6 ! ----------------- 7 ! +canopy_heat_flux, cthf, lai, 8 ! +leaf_surface_concentration, scalar_exchange_coefficient, sec, sls 7 9 ! +hor_index_bounds, hor_index_bounds_previous_run, id_inflow, 8 10 ! inflow_damping_*, mean_inflow_profiles, numprocs_previous_run, nx_on_file, … … 135 137 136 138 REAL, DIMENSION(:,:,:), ALLOCATABLE :: & 137 c dc, 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_s139 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 140 142 141 143 REAL, DIMENSION(:,:,:), ALLOCATABLE, TARGET :: & … … 375 377 building_height = 50.0, building_length_x = 50.0, & 376 378 building_length_y = 50.0, building_wall_left = 9999999.9, & 377 building_wall_south = 9999999.9, c fl_factor = -1.0, &379 building_wall_south = 9999999.9, cthf = 0.0, cfl_factor = -1.0, & 378 380 cos_alpha_surface, disturbance_amplitude = 0.25, & 379 381 disturbance_energy_limit = 0.01, & … … 396 398 f = 0.0, fs = 0.0, g = 9.81, inflow_damping_height = 9999999.9, & 397 399 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, & 399 402 maximum_cpu_time_allowed = 0.0, molecular_viscosity = 1.461E-5, & 400 403 old_dt = 1.0E-10, omega = 7.29212E-5, omega_sor = 1.8, & … … 412 415 rif_max = 1.0, & 413 416 rif_min = -5.0, roughness_length = 0.1, sa_surface = 35.0, & 417 scalar_exchange_coefficient = 0.0, & 414 418 simulated_time = 0.0, simulated_time_at_begin, sin_alpha_surface, & 415 419 skip_time_data_output = 0.0, skip_time_data_output_av = 9999999.9,&
Note: See TracChangeset
for help on using the changeset viewer.