Changeset 2304
- Timestamp:
- Jul 4, 2017 2:35:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/parin.f90
r2298 r2304 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix, enable restarts for child domain. 28 ! 29 ! 2298 2017-06-29 09:28:18Z raasch 27 30 ! -return_addres, return_username in ENVPAR, -cross_ts_uymax, cross_ts_uymin in 28 31 ! d3par … … 549 552 !-- by pmci_child_initialize and pmci_parent_initialize. This is, 550 553 !-- 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 553 558 initializing_actions = 'set_constant_profiles' 554 559 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.