Changes between Initial Version and Version 1 of Ticket #210


Ignore:
Timestamp:
09/18/08 02:11:28 (16 years ago)
Author:
arango
Comment:

Yes, thank you. The problem with idBott(itrc) for itrc=17 is a typo in mod_ncparam.F at line 1494. We need idefx instead idrfx.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #210

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #210 – Description

    initial v1  
    1 In sed_bed.F and sed_fluxes.F, when ASSUMED_SHAPE is not defined the following appear:
     1In '''sed_bed.F''' and '''sed_fluxes.F''', when '''ASSUMED_SHAPE''' is not defined the following appear:
    22{{{
    33   real(r8), intent(inout) :: ero_flux(LBi:UBi,LBj:UBj,:)
     
    1212Corrected files attached.
    1313
    14 Also in subroutine readPhyPar, file in_par.F, I'm getting bounds-checking areas in this area of the code
     14Also in subroutine '''readPhyPar''', file '''in_par.F''', I'm getting bounds-checking areas in this area of the code
    1515{{{
    1616          ELSE IF (TRIM(KeyWord).eq.'Hout(idBott)') THEN
     
    2828}}}
    2929
    30 because for itrc=17, idBott(itrc) is equal to zero.
     30because for itrc=17, '''idBott(itrc)''' is equal to zero.