Changeset 2934 for palm/trunk/SOURCE/time_integration_spinup.f90
- Timestamp:
- Mar 26, 2018 7:13:22 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration_spinup.f90
r2881 r2934 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Synchronize parent and child models after spinup. 28 ! 29 ! 2881 2018-03-13 16:24:40Z maronga 27 30 ! Added flag for switching on/off calculation of soil moisture 28 31 ! … … 117 120 ONLY: lsm_energy_balance, lsm_soil_model, lsm_swap_timelevel 118 121 119 USE pegrid, & 120 ONLY: myid 122 USE pegrid 123 124 USE pmc_interface, & 125 ONLY: nested_run 121 126 122 127 USE kinds … … 551 556 DEALLOCATE(v_save) 552 557 558 #if defined( __parallel ) 559 IF ( nested_run ) CALL MPI_BARRIER( MPI_COMM_WORLD, ierr ) 560 #endif 561 553 562 CALL location_message( 'finished spinup-sequence', .TRUE. ) 554 563
Note: See TracChangeset
for help on using the changeset viewer.