Opened 17 years ago
Closed 17 years ago
#202 closed bug (Fixed)
Sediment-related bugs
Reported by: | m.hadfield | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.2 |
Component: | Nonlinear | Version: | 3.2 |
Keywords: | Cc: |
Description (last modified by )
A couple of issues revealed when building SHOREFACE with latest revision (225):
In ROMS/Modules/mod_ncparam.F, variable idflux is used but is not declared anywhere. (Should this be declared in mod_sediment.F?)
With ASSUMED_SHAPE turned off, the declaration in ROMS/Nonlinear/sed_settling.F line 108...
real(r8), intent(inout) :: settling_flux(LBi:UBi,LBj:UBj,NST(ng))
...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.
Change History (1)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Yes, thank you. The index for erosion flux was renamed from idflux to idefx. I forgot to check other routines for consistency. NST is not a vector. This is a typo.