- Timestamp:
- Apr 3, 2018 11:22:42 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_mod.f90
r2920 r2940 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Bugfix in reading restart data of vertical surface elements 29 ! 30 ! 2920 2018-03-22 11:22:01Z kanani 28 31 ! Correct comment for surface directions 29 32 ! … … 3904 3907 ! 3905 3908 !-- Redistribute surface elements on its respective type. 3906 IF ( horizontal_surface ) THEN 3909 IF ( horizontal_surface .AND. & 3910 .NOT. INDEX( restart_string(1:length), '%start_index' ) /= 0 ) & 3911 THEN 3907 3912 ic = nxlc 3908 3913 DO i = nxlf, nxrf … … 3953 3958 ic = ic + 1 3954 3959 ENDDO 3955 ELSEIF ( vertical_surface ) THEN 3960 ELSEIF ( vertical_surface .AND. & 3961 .NOT. INDEX( restart_string(1:length), '%start_index' ) /= 0 ) & 3962 THEN 3956 3963 ic = nxlc 3957 3964 DO i = nxlf, nxrf
Note: See TracChangeset
for help on using the changeset viewer.