Search found 15 matches
- Sat Jan 03, 2009 1:02 am
- Forum: ROMS Bugs
- Topic: units of omega
- Replies: 1
- Views: 2857
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: 2448
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 ...
- Mon Dec 15, 2008 7:14 pm
- Forum: ROMS Discussion
- Topic: Hz at u-points?
- Replies: 0
- Views: 1420
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 ...
- Tue Jul 22, 2008 2:19 am
- Forum: ROMS Problems
- Topic: getting different results with redo of old run
- Replies: 4
- Views: 3104
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 history ...
- Mon Jul 21, 2008 11:51 pm
- Forum: ROMS Problems
- Topic: getting different results with redo of old run
- Replies: 4
- Views: 3104
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: 3104
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 new ...
- Mon Nov 05, 2007 9:00 pm
- Forum: ROMS Problems
- Topic: segmentation fault for large grid
- Replies: 8
- Views: 6563
Thanks for all of the information. I gave the problem to one of the computer guys here to explore what the limitations of our machine are. He has asked me to post the following: --------- I am running into a "segmentation fault" with this ocean_upwelling.in file : Lm == 504 ! Number of I-direction ...
- Wed Oct 24, 2007 7:51 pm
- Forum: ROMS Problems
- Topic: segmentation fault for large grid
- Replies: 8
- Views: 6563
Hi Kate, thanks for the suggestions. I tried compiling with the -bmaxdata option, but got the error: ld: invalid BFD target: 'maxdata:0x70000000' I don't really understand this (and google didn't help); my knowledge in this area is a bit slim, but the computer guy here said that that flag is for ...
- Tue Oct 23, 2007 1:30 am
- Forum: ROMS Problems
- Topic: segmentation fault for large grid
- Replies: 8
- Views: 6563
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: 2713
thanks for getting back to me; to answer your questions: -I am initializing with u, v, ubar, vbar and zeta all =0 -I am using the GLS. k-epsilon turbulence closure -Sorry about that, I mean w is large at k=0 and then decreases at k=1.... -Omega is small! Omega is zero at k=0 and at the surface, and ...
- Tue Sep 11, 2007 1:02 am
- Forum: ROMS Problems
- Topic: large w in bottom layer
- Replies: 3
- Views: 2713
I am still having this problem; I appreciate that it is nobody's job to help me sort out my issues, but if someone could tell me if this is a normal occurence and to be expected from the model, or if this is abnormal and I should continue to look for the problem, it would be so helpful! To summarize ...
- Wed Aug 22, 2007 10:16 pm
- Forum: ROMS Discussion
- Topic: reasonable value for maximum Haney number?
- Replies: 2
- Views: 5226
- Tue Aug 21, 2007 5:03 pm
- Forum: ROMS Discussion
- Topic: reasonable value for maximum Haney number?
- Replies: 2
- Views: 5226
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: 2713
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: 16255
Error in ==> mexcdf at 121 [varargout{:}] = feval(fcn, varargin{:}); Check your mexcdf.m file. In my version, the variable fcn is created at the top of the file based on the version of Matlab you have, and 7 isn't an option, so the variable is never set: v=version; if v(1) == '6' fcn = 'mexcdf60 ...