Opened 22 months ago
Closed 22 months ago
#944 closed upgrade (Done)
IMPORTANT: Additional Condolidation and refactoring due to new 2D Kernel
Reported by: | arango | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 4.2 |
Component: | Nonlinear | Version: | 4.1 |
Keywords: | Cc: |
Description
This update contains several changes due to the consolidation with the coupling research svn branch.
- The 2D state variables no longer have three-time levels but four-time ones in the FB AB3-AM4 time-stepping algorithm. For example, their declarations are changed from:
real(r8), intent(inout) :: ubar(LBi:UBi,LBj:UBj,3) real(r8), intent(inout) :: vbar(LBi:UBi,LBj:UBj,3) real(r8), intent(inout) :: zeta(LBi:UBi,LBj:UBj,3)
toreal(r8), intent(inout) :: ubar(LBi:UBi,LBj:UBj,:) real(r8), intent(inout) :: vbar(LBi:UBi,LBj:UBj,:) real(r8), intent(inout) :: zeta(LBi:UBi,LBj:UBj,:)
When the option ASSUMED_SHAPE is not activated.
- The logic for time-dependent changes in bathymetry due to bed_thick was moved to different routines when SEDIMENT and SED_MORPH are activated.
Note:
See TracTickets
for help on using tickets.