Changeset 3418 for palm/trunk/SOURCE/time_integration_spinup.f90
- Timestamp:
- Oct 24, 2018 4:07:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration_spinup.f90
r3337 r3418 25 25 ! ----------------- 26 26 ! $Id$ 27 ! call to material_heat_model now with check if spinup runs (rvtils) 28 ! 29 ! 3337 2018-10-12 15:17:09Z kanani 27 30 ! (from branch resler) 28 31 ! Add pt1 initialization … … 395 398 IF (urban_surface) THEN 396 399 CALL cpu_log( log_point(74), 'urban_surface', 'start' ) 397 CALL usm_surface_energy_balance 400 CALL usm_surface_energy_balance( .TRUE. ) 398 401 IF ( usm_material_model ) THEN 399 402 CALL usm_green_heat_model 400 CALL usm_material_heat_model 403 CALL usm_material_heat_model( .TRUE. ) 401 404 ENDIF 402 405 IF ( urban_surface ) THEN
Note: See TracChangeset
for help on using the changeset viewer.