Ignore:
Timestamp:
Nov 2, 2018 2:41:25 PM (5 years ago)
Author:
hellstea
Message:

Nesting interpolation made mass-conservative

File:
1 edited

Legend:

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

    r3473 r3484  
    2525! -----------------
    2626! $Id$
     27! pmci_ensure_nest_mass_conservation is premanently removed
     28!
     29! 3473 2018-10-30 20:50:15Z suehring
    2730! new module for virtual measurements introduced
    2831!
     
    517520    USE pmc_interface,                                                         &
    518521        ONLY:  nested_run, nesting_mode, pmci_boundary_conds, pmci_datatrans,  &
    519                pmci_ensure_nest_mass_conservation, pmci_synchronize
     522               pmci_synchronize
    520523
    521524    USE progress_bar,                                                          &
     
    978981!--          Set boundary conditions again after interpolation and anterpolation.
    979982             CALL pmci_boundary_conds
    980 !
    981 !--          Correct the w top-BC in nest domains to ensure mass conservation.
    982 !--          This action must never be done for the root domain. Vertical
    983 !--          Commented out April 18, 2018 as seemingly unnecessary.
    984 !--          Will later be completely removed.
    985 !--             IF ( child_domain )  THEN
    986 !--                CALL pmci_ensure_nest_mass_conservation
    987 !--             ENDIF
    988 
    989983
    990984             CALL cpu_log( log_point(60), 'nesting', 'stop' )
Note: See TracChangeset for help on using the changeset viewer.