Changeset 2397
- Timestamp:
- Sep 4, 2017 4:22:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/parin.f90
r2375 r2397 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Enable initialization of 3d model by user in the child domain. 28 ! 29 ! 2375 2017-08-29 14:10:28Z schwenkel 27 30 ! Added aerosol initialization for bulk microphysics 28 31 ! … … 595 598 !-- by pmci_child_initialize and pmci_parent_initialize. This is, 596 599 !-- however, important e.g. to make sure that diagnostic variables 597 !-- are set properly. An exception is made in case of restart runs. 598 !-- MS: is this really necessary? 599 IF ( nest_domain .AND. & 600 TRIM( initializing_actions ) /= 'read_restart_data' ) THEN 600 !-- are set properly. An exception is made in case of restart runs and 601 !-- if user decides to do everything by its own. 602 !-- MS: is this setting really necessary? 603 IF ( nest_domain .AND. ( & 604 TRIM( initializing_actions ) /= 'read_restart_data' .OR. & 605 TRIM( initializing_actions ) /= 'by_user' ) ) THEN 601 606 initializing_actions = 'set_constant_profiles' 602 607 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.