Ignore:
Timestamp:
Mar 26, 2018 7:13:22 PM (6 years ago)
Author:
suehring
Message:

Synchronize parent and child model after initialization and spinup phase; Check for consistent setting of spinup times in parent and child model; remove obsolete masking of tendency arrays during initialization

File:
1 edited

Legend:

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

    r2881 r2934  
    2525! -----------------
    2626! $Id$
     27! Synchronize parent and child models after spinup.
     28!
     29! 2881 2018-03-13 16:24:40Z maronga
    2730! Added flag for switching on/off calculation of soil moisture
    2831!
     
    117120        ONLY:  lsm_energy_balance, lsm_soil_model, lsm_swap_timelevel
    118121
    119     USE pegrid,                                                                &
    120         ONLY:  myid
     122    USE pegrid
     123
     124    USE pmc_interface,                                                         &
     125        ONLY:  nested_run
    121126
    122127    USE kinds
     
    551556    DEALLOCATE(v_save)
    552557
     558#if defined( __parallel )
     559    IF ( nested_run )  CALL MPI_BARRIER( MPI_COMM_WORLD, ierr )
     560#endif
     561
    553562    CALL location_message( 'finished spinup-sequence', .TRUE. )
    554563
Note: See TracChangeset for help on using the changeset viewer.