Search found 5 matches
- Wed May 28, 2014 11:45 am
- Forum: ROMS Discussion
- Topic: Nested grids and bathymetry smoothing
- Replies: 7
- Views: 3402
Re: Nested grids and bathymetry smoothing
I also have the same problems in my realistic examples. It seems that the 2-way refined grids is very easy to blowing-up at the boundary areas between the fine grid and coarse grid. Thanks for help !
- Tue May 06, 2014 1:53 pm
- Forum: ROMS Discussion
- Topic: 3-level nesting
- Replies: 3
- Views: 1480
Re: 3-level nesting
I have the same problems ,the contact.m can generate the NGC file for 2-levels and 3-grids ,but it can not generate the files for 3-level nest.
- Mon Mar 17, 2014 6:39 pm
- Forum: ROMS Bugs
- Topic: ini_hmixcoef.F
- Replies: 1
- Views: 1442
ini_hmixcoef.F
Line 318-319
DO j=JstrP,JendT
DO i=IstrP,IendT
visc2_p(i,j)=cff*(grdscl(i-1,j-1)+grdscl(i,j-1))+ &
& grdscl(i-1,j )+grdscl(i,j )+ &
END DO
END DO
DO j=JstrP,JendT
DO i=IstrP,IendT
visc2_p(i,j)=cff*(grdscl(i-1,j-1)+grdscl(i,j-1))+ &
& grdscl(i-1,j )+grdscl(i,j )+ &
END DO
END DO
- Sun Dec 15, 2013 1:26 pm
- Forum: ROMS Discussion
- Topic: some questions about the WET_DRY
- Replies: 5
- Views: 1744
Re: some questions about the WET_DRY
Thanks for your reply, Kate.And do you mean that I must using Vstretching=4 Vtransform=2,if I want to active the WET_DRY?kate wrote:In the Rutgers code, we are now using Vstretching=4 and Vtransform=2, which will allow for any hc you like, independent of hmin.
- Fri Dec 13, 2013 2:53 am
- Forum: ROMS Discussion
- Topic: some questions about the WET_DRY
- Replies: 5
- Views: 1744
some questions about the WET_DRY
Dear all,
If I use the WET_DRY simulation ,how to set the hc,hmin and the Tcline? My Vtransform == 1 and Vstretching == 1,so if the h is negative, the hc will be 0 and the model will blow up at the begin.
Thanks in advance
If I use the WET_DRY simulation ,how to set the hc,hmin and the Tcline? My Vtransform == 1 and Vstretching == 1,so if the h is negative, the hc will be 0 and the model will blow up at the begin.
Thanks in advance