Changeset 2903


Ignore:
Timestamp:
Mar 16, 2018 8:17:06 AM (6 years ago)
Author:
hellstea
Message:

Nesting-related calls to pmci_ensure_nest_mass_conservation and pres after the nest initialization are removed as they may create unwanted initial perturbation in some cases

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

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

    r2894 r2903  
    2525! -----------------
    2626! $Id$
     27! Nesting-related calls to pmci_ensure_nest_mass_conservation and pres after
     28! the nest initialization are removed as they may create unwanted initial
     29! perturbation in some cases.
     30!
     31! 2894 2018-03-15 09:17:58Z Giersch
    2732! Modified todo list, _write_restart_data/_last_actions has been renamed to
    2833! _wrd_local, unit 14 will be opened now for each io_group
     
    433438             ENDIF
    434439             IF ( passive_scalar )  CALL exchange_horiz( s, nbgp )
    435 
    436              CALL pmci_ensure_nest_mass_conservation
    437              CALL pres
    438440          ENDIF
    439441       ENDIF
  • palm/trunk/SOURCE/pmc_interface_mod.f90

    r2899 r2903  
    41744174
    41754175!
    4176 !--    A wrapper routine for all interpolation and extrapolation actions
     4176!--    A wrapper routine for all interpolation actions
    41774177     
    41784178       IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.