Ignore:
Timestamp:
Sep 19, 2016 5:29:57 PM (8 years ago)
Author:
kanani
Message:

changes related to steering and formating of urban surface model

File:
1 edited

Legend:

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

    r2008 r2011  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Flag urban_surface is now defined in module control_parameters,
     23! removed commented CALLs of global_min_max.
    2324!
    2425! Former revisions:
     
    275276               time_dots, time_do_av, time_do_sla, time_disturb, time_dvrp,    &
    276277               time_run_control, time_since_reference_point,                   &
    277                turbulent_inflow, use_initial_profile_as_reference,             &
     278               turbulent_inflow, urban_surface,                                &
     279               use_initial_profile_as_reference,                               &
    278280               use_single_reference_value, u_gtrans, v_gtrans, virtual_flight, &
    279281               ws_scheme_mom, ws_scheme_sca
     
    346348
    347349    USE urban_surface_mod,                                                     &
    348         ONLY:  urban_surface, usm_material_heat_model, usm_material_model,     &
     350        ONLY:  usm_material_heat_model, usm_material_model,     &
    349351               usm_radiation, usm_surface_energy_balance             
    350352
     
    12111213            timestep_scheme(1:5) /= 'runge'  .OR.  disturbance_created ) &
    12121214       THEN
    1213 !          IF ( current_timestep_number == 1 )  THEN
    1214 !             IF ( nxl < 7 .AND.  nxr > 7 .AND. nys < 7 .AND. nyn > 7 )  THEN
    1215 !                u(10,7,7) = 0.55
    1216 !             ENDIF
    1217 !             PRINT*, 'calculating minmax'
    1218 !             CALL global_min_max( nzb, nzt+1, nysg, nyng, nxlg, nxrg, u,       &
    1219 !                                  'abs', 0.0_wp, u_max, u_max_ijk )
    1220 !             CALL global_min_max( nzb, nzt+1, nysg, nyng, nxlg, nxrg, v,       &
    1221 !                                  'abs', 0.0_wp, v_max, v_max_ijk )
    1222 !             CALL global_min_max( nzb, nzt+1, nysg, nyng, nxlg, nxrg, w,       &
    1223 !                                  'abs', 0.0_wp, w_max, w_max_ijk )
    1224 !             PRINT*, 'calculated u_max = ', u_max, '  myid = ', myid
    1225 !          ENDIF
    12261215          CALL run_control
    12271216          IF ( time_run_control >= dt_run_control )  THEN
Note: See TracChangeset for help on using the changeset viewer.