Changeset 3159 for trunk/LMDZ.COMMON/libf/evolution/pemetat0.F90
- Timestamp:
- Dec 14, 2023, 6:56:40 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/pemetat0.F90
r3149 r3159 82 82 #ifdef CPP_STD 83 83 logical, dimension(ngrid) :: watercaptag 84 watercaptag (:)= .false.84 watercaptag = .false. 85 85 #endif 86 86 … … 152 152 TI_PEM(ig,iloop,islope) = TI_breccia 153 153 enddo 154 else ! we keep the high tivalues154 else ! we keep the high TI values 155 155 do iloop = index_breccia + 1,index_bedrock 156 156 TI_PEM(ig,iloop,islope) = TI_PEM(ig,index_breccia,islope)
Note: See TracChangeset
for help on using the changeset viewer.