- Timestamp:
- Mar 16, 2018 8:17:06 AM (7 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/palm.f90
r2894 r2903 25 25 ! ----------------- 26 26 ! $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 27 32 ! Modified todo list, _write_restart_data/_last_actions has been renamed to 28 33 ! _wrd_local, unit 14 will be opened now for each io_group … … 433 438 ENDIF 434 439 IF ( passive_scalar ) CALL exchange_horiz( s, nbgp ) 435 436 CALL pmci_ensure_nest_mass_conservation437 CALL pres438 440 ENDIF 439 441 ENDIF -
palm/trunk/SOURCE/pmc_interface_mod.f90
r2899 r2903 4174 4174 4175 4175 ! 4176 !-- A wrapper routine for all interpolation a nd extrapolation actions4176 !-- A wrapper routine for all interpolation actions 4177 4177 4178 4178 IMPLICIT NONE
Note: See TracChangeset
for help on using the changeset viewer.