Opened 6 years ago
Last modified 6 years ago
#813 closed bug
size2d too small — at Initial Version
Reported by: | kate | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Release ROMS/TOMS 3.7 |
Component: | Nonlinear | Version: | 3.7 |
Keywords: | Cc: |
Description
It seems to me that size2d needs to be bigger, here and elsewhere:
diff --git a/ROMS/Modules/mod_coupling.F b/ROMS/Modules/mod_coupling.F index b8124ec..03cdce3 100644 --- a/ROMS/Modules/mod_coupling.F +++ b/ROMS/Modules/mod_coupling.F @@ -122,7 +122,7 @@ ! ! Set horizontal array size. ! - size2d=REAL((UBi-LBi)*(UBj-LBj),r8) + size2d=REAL((UBi-LBi+1)*(UBj-LBj+1),r8) ! ! Nonlinear model state. !
Note:
See TracTickets
for help on using tickets.