Changeset 2304 for palm/trunk/SOURCE


Ignore:
Timestamp:
Jul 4, 2017 2:35:55 PM (7 years ago)
Author:
suehring
Message:

Bugfix, enable restarts for child domain

File:
1 edited

Legend:

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

    r2298 r2304  
    2525! -----------------
    2626! $Id$
     27! Bugfix, enable restarts for child domain.
     28!
     29! 2298 2017-06-29 09:28:18Z raasch
    2730! -return_addres, return_username in ENVPAR, -cross_ts_uymax, cross_ts_uymin in
    2831! d3par
     
    549552!--       by pmci_child_initialize and pmci_parent_initialize. This is,
    550553!--       however, important e.g. to make sure that diagnostic variables
    551 !--       are set properly.
    552           IF ( nest_domain )  THEN
     554!--       are set properly. An exception is made in case of restart runs.
     555!--       MS: is this really necessary?
     556          IF ( nest_domain  .AND.                                              &
     557               TRIM( initializing_actions ) /= 'read_restart_data' )  THEN
    553558             initializing_actions = 'set_constant_profiles'
    554559          ENDIF
Note: See TracChangeset for help on using the changeset viewer.