- Timestamp:
- Apr 9, 2018 2:35:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm_init.f90
r2801 r2954 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix for particle initialization in case of ocean 28 ! 29 ! 2801 2018-02-14 16:01:55Z thiele 27 30 ! Introduce particle transfer in nested models. 28 31 ! … … 721 724 DO WHILE ( pos_z <= pst(i) ) 722 725 723 IF ( pos_z >= 0.0_wp.AND. pos_z < zw(nzt) ) THEN726 IF ( pos_z >= zw(0) .AND. pos_z < zw(nzt) ) THEN 724 727 725 728
Note: See TracChangeset
for help on using the changeset viewer.