Search found 15 matches
- Sat Jan 03, 2009 1:02 am
- Forum: ROMS Bugs
- Topic: units of omega
- Replies: 1
- Views: 3206
units of omega
an ncdump of a netcdf history file shows the units of omega to be cubic meters per second, however in wrt_his.F the routine scale_omega is called before omega is written. This routine multiplies omega by pn and pm, so the units of omega on output are actually m/s.
- Tue Dec 30, 2008 7:49 am
- Forum: ROMS Problems
- Topic: volume conservation
- Replies: 1
- Views: 2764
volume conservation
Shchepetkin and McWilliams (2005) give the discrete continuity equation as:
dV(t2,k,j,i) = dV(t1,k,j,i) - dt*{U(k,j,i+1/2) - U(k,j,i-1/2) + V(k,j+1/2,i) - V(k,j-1/2,i) + W(k+1/2,j,i) - W(k-1/2,j,i)}
where U = u*dy*dz, V = v*dx*dz (W is defined separately but appears to be W = omega*dy*dz ...
dV(t2,k,j,i) = dV(t1,k,j,i) - dt*{U(k,j,i+1/2) - U(k,j,i-1/2) + V(k,j+1/2,i) - V(k,j-1/2,i) + W(k+1/2,j,i) - W(k-1/2,j,i)}
where U = u*dy*dz, V = v*dx*dz (W is defined separately but appears to be W = omega*dy*dz ...
- Mon Dec 15, 2008 7:14 pm
- Forum: ROMS Discussion
- Topic: Hz at u-points?
- Replies: 0
- Views: 1549
Hz at u-points?
I'd like to be able to balance integral{(divergence of u).dV} with integral(u.dA) over some volume; for this I need to know what the layer thickness is at u (and v) points.
I had first thought that it would be the average of the Hz's at the adjoining rho points, but if, as Kate noted in another ...
I had first thought that it would be the average of the Hz's at the adjoining rho points, but if, as Kate noted in another ...
- Tue Jul 22, 2008 2:19 am
- Forum: ROMS Problems
- Topic: getting different results with redo of old run
- Replies: 4
- Views: 3518
Re: getting different results with redo of old run
doesn't look like I've updated. Both log files say:
SVN Root URL : https://www.myroms.org/svn/src/trunk
SVN Revision : 154M
Just to make sure I wasn't crazy, I just tried doing two identical runs (different history file output name and different log file name, but otherwise the same) and the ...
SVN Root URL : https://www.myroms.org/svn/src/trunk
SVN Revision : 154M
Just to make sure I wasn't crazy, I just tried doing two identical runs (different history file output name and different log file name, but otherwise the same) and the ...
- Mon Jul 21, 2008 11:51 pm
- Forum: ROMS Problems
- Topic: getting different results with redo of old run
- Replies: 4
- Views: 3518
Re: getting different results with redo of old run
I just realized I wasn't completely clear in my first post. I meant the only difference in the log headers are the Haney number and the basin volumes. The history file output is definitely different between the two runs, otherwise I wouldn't bother with checking into this. After thirty model days ...
- Mon Jul 21, 2008 9:17 pm
- Forum: ROMS Problems
- Topic: getting different results with redo of old run
- Replies: 4
- Views: 3518
getting different results with redo of old run
I recently redid an old run, this time with diagnostics turned on. I output the history files as well, just to be sure I haven't changed anything in the meantime and have found that the results are slightly different.
From looking at the log files, the only difference between the old run and the ...
From looking at the log files, the only difference between the old run and the ...
- Mon Nov 05, 2007 9:00 pm
- Forum: ROMS Problems
- Topic: segmentation fault for large grid
- Replies: 8
- Views: 7497
- Wed Oct 24, 2007 7:51 pm
- Forum: ROMS Problems
- Topic: segmentation fault for large grid
- Replies: 8
- Views: 7497
- Tue Oct 23, 2007 1:30 am
- Forum: ROMS Problems
- Topic: segmentation fault for large grid
- Replies: 8
- Views: 7497
segmentation fault for large grid
I've been getting a segmentation fault when I try to run my ROMS application, but have always been able to run the upwelling example without difficulty, so I tried adjusting the upwelling example to see where the problem lay. I've found that by only changing the horizontal dimensions of the grid in ...
- Tue Sep 11, 2007 9:00 pm
- Forum: ROMS Problems
- Topic: large w in bottom layer
- Replies: 3
- Views: 2991
- Tue Sep 11, 2007 1:02 am
- Forum: ROMS Problems
- Topic: large w in bottom layer
- Replies: 3
- Views: 2991
- Wed Aug 22, 2007 10:16 pm
- Forum: ROMS Discussion
- Topic: reasonable value for maximum Haney number?
- Replies: 2
- Views: 5923
- Tue Aug 21, 2007 5:03 pm
- Forum: ROMS Discussion
- Topic: reasonable value for maximum Haney number?
- Replies: 2
- Views: 5923
reasonable value for maximum Haney number?
The suggested maximum rvalue, or Beckmann and Haidvogel number, has been previously discussed on this forum, but what about the Haney number? Shchepetkin and McWilliams (2003) test with a value just under 4; is that considered a reasonable maximum?
- Thu Aug 16, 2007 8:27 pm
- Forum: ROMS Problems
- Topic: large w in bottom layer
- Replies: 3
- Views: 2991
large w in bottom layer
Before doing any realistic runs, I am trying initializing with a horizontally uniform (but vertically varying) stratification appropriate to my modelling region to find optimal theta_s and theta_b for minimizing spurious currents. I've found that theta_s = 3 and theta_b = 0.7 works reasonably well ...
- Mon Feb 20, 2006 5:47 pm
- Forum: ROMS Tools and Techniques
- Topic: editmask, matlab 7 and mexnc
- Replies: 16
- Views: 17472