Opened 16 years ago
Last modified 16 years ago
#385 closed bug
def_rst 2d option — at Initial Version
Reported by: | jcwarner | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.3 |
Component: | Nonlinear | Version: | 3.3 |
Keywords: | Cc: |
Description
def_rst.F need to move 2d only logic out of a solve3d loop
Lines 460-464
su2dgrd(1)=DimIDs(18) su2dgrd(2)=DimIDs(12) sv2dgrd(1)=DimIDs(19) sv2dgrd(2)=DimIDs(12)
and Lines 472-477
su2dgrd(1)=DimIDs( 2) su2dgrd(2)=DimIDs( 6) su2dgrd(3)=DimIDs(12) sv2dgrd(1)=DimIDs( 3) sv2dgrd(2)=DimIDs( 7) sv2dgrd(3)=DimIDs(12)
need to be moved down about 20 lines outside of the SOLVE3D loop. (need to keep the !restart etc criteria).
Note:
See TracTickets
for help on using tickets.