Changes between Initial Version and Version 1 of Ticket #202
- Timestamp:
- 08/21/08 02:27:51 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #202
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #202 – Description
initial v1 1 A couple of issues revealed when building SHOREFACEwith latest revision (225):1 A couple of issues revealed when building '''SHOREFACE''' with latest revision (225): 2 2 3 In ROMS/Modules/mod_ncparam.F, variable idflux is used but is not declared anywhere. (Should this be declared in mod_sediment.F?)3 In '''ROMS/Modules/mod_ncparam.F''', variable '''idflux''' is used but is not declared anywhere. (Should this be declared in '''mod_sediment.F'''?) 4 4 5 With ASSUMED_SHAPE turned off, the declaration in ROMS/Nonlinear/sed_settling.Fline 108...5 With '''ASSUMED_SHAPE''' turned off, the declaration in '''ROMS/Nonlinear/sed_settling.F''' line 108... 6 6 {{{ 7 7 real(r8), intent(inout) :: settling_flux(LBi:UBi,LBj:UBj,NST(ng)) 8 8 }}} 9 ...triggers a compiler error, something about "Bad array specification for an explicitly shaped array". The form of this looks OK, so presumably the problem is that NSTis not a properly declared integer array.9 ...triggers a compiler error, something about "Bad array specification for an explicitly shaped array". The form of this looks OK, so presumably the problem is that '''NST''' is not a properly declared integer array.