Changes between Initial Version and Version 1 of Ticket #210
- Timestamp:
- 09/18/08 02:11:28 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #210
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #210 – Description
initial v1 1 In sed_bed.F and sed_fluxes.F, when ASSUMED_SHAPEis not defined the following appear:1 In '''sed_bed.F''' and '''sed_fluxes.F''', when '''ASSUMED_SHAPE''' is not defined the following appear: 2 2 {{{ 3 3 real(r8), intent(inout) :: ero_flux(LBi:UBi,LBj:UBj,:) … … 12 12 Corrected files attached. 13 13 14 Also in subroutine readPhyPar, file in_par.F, I'm getting bounds-checking areas in this area of the code14 Also in subroutine '''readPhyPar''', file '''in_par.F''', I'm getting bounds-checking areas in this area of the code 15 15 {{{ 16 16 ELSE IF (TRIM(KeyWord).eq.'Hout(idBott)') THEN … … 28 28 }}} 29 29 30 because for itrc=17, idBott(itrc)is equal to zero.30 because for itrc=17, '''idBott(itrc)''' is equal to zero.