Changeset 1484 for palm/trunk/SOURCE/prognostic_equations.f90
- Timestamp:
- Oct 21, 2014 10:53:05 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/prognostic_equations.f90
r1410 r1484 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! Changes due to new module structure of the plant canopy model: 23 ! parameters cthf and plant_canopy moved to module plant_canopy_model_mod. 24 ! Removed double-listing of use_upstream_for_tke in ONLY-list of module 25 ! control_parameters 23 26 ! 24 27 ! Former revisions: … … 163 166 USE control_parameters, & 164 167 ONLY: call_microphysics_at_all_substeps, cloud_physics, & 165 constant_diffusion, cthf, dp_external,&168 constant_diffusion, dp_external, & 166 169 dp_level_ind_b, dp_smooth_factor, dpdxy, dt_3d, humidity, & 167 170 icloud_scheme, inflow_l, intermediate_timestep_count, & 168 171 intermediate_timestep_count_max, large_scale_forcing, & 169 172 large_scale_subsidence, neutral, nudging, ocean, outflow_l, & 170 outflow_s, passive_scalar, p lant_canopy, precipitation,&173 outflow_s, passive_scalar, precipitation, & 171 174 prho_reference, prho_reference, prho_reference, pt_reference, & 172 175 pt_reference, pt_reference, radiation, scalar_advec, & 173 176 scalar_advec, simulated_time, sloping_surface, timestep_scheme, & 174 177 tsc, use_subsidence_tendencies, use_upstream_for_tke, & 175 use_upstream_for_tke, use_upstream_for_tke, wall_heatflux,&178 wall_heatflux, & 176 179 wall_nrflux, wall_qflux, wall_qflux, wall_qflux, wall_qrflux, & 177 180 wall_salinityflux, ws_scheme_mom, ws_scheme_sca … … 257 260 258 261 USE plant_canopy_model_mod, & 259 ONLY: plant_canopy_model262 ONLY: cthf, plant_canopy, plant_canopy_model 260 263 261 264 USE production_e_mod, &
Note: See TracChangeset
for help on using the changeset viewer.