Changeset 1955
- Timestamp:
- Jul 1, 2016 12:38:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/parin.f90
r1933 r1955 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! The parameter intializating_actions is set to 'set_constant_profiles for 22 ! all nest domains in order to make sure that diagnostic variables are properly 23 ! initialized for nest domains. Prognostic variables are later initialized by 24 ! interpolation from the parent domain. 22 25 ! 23 26 ! Former revisions: … … 463 466 ENDIF 464 467 ENDIF 465 468 469 ! 470 !-- In case of nested runs, make sure that initializing_actions = 471 !-- 'set_constant_profiles' even though the constant-profiles 472 !-- initializations for the prognostic variables will be overwritten 473 !-- by pmci_child_initialize and pmci_parent_initialize. This is, 474 !-- however, important e.g. to make sure that diagnostic variables 475 !-- are set properly. 476 IF ( nest_domain ) THEN 477 initializing_actions = 'set_constant_profiles' 478 ENDIF 479 466 480 ! 467 481 !-- Check validity of lateral boundary conditions. This has to be done
Note: See TracChangeset
for help on using the changeset viewer.