Changeset 1955 for palm/trunk


Ignore:
Timestamp:
Jul 1, 2016 12:38:59 PM (8 years ago)
Author:
hellstea
Message:

Bugfix on nest-domain

File:
1 edited

Legend:

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

    r1933 r1955  
    1919! Current revisions:
    2020! -----------------
    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.
    2225!
    2326! Former revisions:
     
    463466             ENDIF
    464467          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
    466480!
    467481!--       Check validity of lateral boundary conditions. This has to be done
Note: See TracChangeset for help on using the changeset viewer.