Search found 23 matches

by abever
Sat Aug 06, 2011 12:41 pm
Forum: ROMS Sediment
Topic: ROMS-SWAN Coupled System Users
Replies: 21
Views: 22989

Re: ROMS-SWAN Coupled System Users

I had forgotten this page existed. Sandro and I used it for the Bevano River inlet on the east coast of Italy.
by abever
Thu May 13, 2010 6:19 am
Forum: ROMS Problems
Topic: Division by zero!!!
Replies: 5
Views: 3399

Re: Division by zero!!!

If I remember correctly, I did the above fix at one point and it worked fine.
by abever
Fri Jan 08, 2010 2:32 pm
Forum: ROMS Sediment
Topic: about the wind in the coupling of roms and swan
Replies: 3
Views: 4153

Re: about the wind in the coupling of roms and swan

SWAN still needs the grid, bathymetry, winds, and boundary forcing just like it was a stand alone run.
by abever
Thu Nov 26, 2009 2:13 pm
Forum: ROMS Discussion
Topic: How to diagnose blow-ups with wetting/drying
Replies: 4
Views: 3028

Re: How to diagnose blow-ups with wetting/drying

If it is a ROMS/SWAN coupled configuration try looking at the waves and stokes velocities. They may not depend strongly on the fine scale changes in the grid making it not very sensitive to smoothing the grid. If something is happening making the gradient in the waves high it might cause a blow-up b...
by abever
Wed Sep 30, 2009 1:53 pm
Forum: ROMS Discussion
Topic: Passive tracer in river forcing
Replies: 2
Views: 2300

Re: Passive tracer in river forcing

The flags also extend to Sediment (flag=4), and I think potenially biology variables but I would have to go look in the code. The best thing to do is to look in the source code and see if there is a flag for a passive tracer. If not, it wasn't that difficult to add the sediment one you might be able...
by abever
Tue Aug 18, 2009 1:32 pm
Forum: ROMS Sediment
Topic: how to add sediment to the river?
Replies: 5
Views: 5840

Re: how to add sediment to the river?

It is like salt. Specify the suspended sediment concentration at each time-step, for each vertical layer, in each river. So, it should be a three dimensional matrix, although if only using one river one dimension will be length one. I copied my .cdl file below for reference. netcdf waipaoa_river.nc ...
by abever
Sun Aug 16, 2009 4:32 pm
Forum: ROMS Sediment
Topic: how to add sediment to the river?
Replies: 5
Views: 5840

Re: how to add sediment to the river?

Search the forum and the wiki for the correct cpp options to specify a point source (river) discharge for your application (you are right you should specify RIVER_SEDIMENT). The CDL file for creating the ROMS forcing file contained in the svn source code has some of the needed variables in it for an...
by abever
Tue Jul 14, 2009 4:24 pm
Forum: ROMS Sediment
Topic: ROMS-SWAN Coupled System Users
Replies: 21
Views: 22989

Re: ROMS-SWAN Coupled System Users

I am using it to study sediment transport in Poverty Bay, New Zealand.
by abever
Fri Jun 06, 2008 3:01 pm
Forum: ROMS Information
Topic: Issue with ROMS tidal forcing WIKI
Replies: 2
Views: 5063

Issue with ROMS tidal forcing WIKI

Since I can't edit the WIKI...I'm just going to say that I found an issue with what is in the wiki and different versions of (updated) matlab scripts. I had to add another input variable to one of the function calls in the main matlab script for the OSU tidal predictions stuff. Since I can't leave a...
by abever
Mon Mar 10, 2008 10:34 pm
Forum: ROMS Installation
Topic: doubt about installing roms-3.0
Replies: 6
Views: 3655

As preemptive info you may already know.

You will have to change all the line endings in all the files if you are not running it in Windows.

In Linux/Unix this can be done with the recode command.
by abever
Fri Mar 07, 2008 1:09 pm
Forum: ROMS Discussion
Topic: how to specify river inflow
Replies: 3
Views: 3282

From a previous post... Posted: Sun Feb 25, 2007 5:55 pm Post subject: -------------------------------------------------------------------------------- Try setting the point source to the middle of the grid, and ramping up the discharge so it is easy to see. Although not realistic, it allows you to ...
by abever
Thu Feb 07, 2008 12:54 pm
Forum: ROMS Problems
Topic: problems running 'make'
Replies: 6
Views: 3921

I think you can use the recode command in linux to change them all to the correct line endings.
by abever
Wed Feb 06, 2008 8:23 pm
Forum: ROMS Source
Topic: Using correct i/j indicies in development
Replies: 1
Views: 4587

Using correct i/j indicies in development

We are having problems along tiles, and one that is a little harder to track down, in our developmental bottom boundary layer gravity flow code. We want to make sure we are mapping u and v points to the rho points and the rho points to the u and v points properly. I have questions regarding the use ...
by abever
Thu Oct 11, 2007 6:30 pm
Forum: ROMS Source
Topic: Adding variables to history and averages files
Replies: 15
Views: 15763

Yes it is in the mod_ncparam.f90, but it looks like the left hand side is not lined up with the rest of the code, it is off by one space, which is where emacs tabs it to. Is the tab breaking it? Why wasn't I supposed to use a tab? And yes it is in varinfo.dat varinfo.dat 'CsedW' ! Output 'sediment c...
by abever
Thu Oct 11, 2007 5:24 pm
Forum: ROMS Source
Topic: Adding variables to history and averages files
Replies: 15
Views: 15763

I doesn't make it that far, it doesn't write out anything.

I do get a

before1 0 (from the same file)


and

idCwbl 0 (from inp_par.f90)
by abever
Thu Oct 11, 2007 2:44 pm
Forum: ROMS Source
Topic: Adding variables to history and averages files
Replies: 15
Views: 15763

So space things out using multiple spaces? What breaks from hitting tab instead? oceanG gives me At line 618 of file inp_par.f90 Traceback: (Innermost first) Called from line 58 of file inp_par.f90 Called from line 80 of file ocean_control.f90 Called from line 67 of file master.f90 Fortran runtime e...
by abever
Thu Oct 11, 2007 2:14 pm
Forum: ROMS Source
Topic: Adding variables to history and averages files
Replies: 15
Views: 15763

Adding variables to history and averages files

I am trying to add some new variables to the history and averages files, but am running into a snag. Below I will post the name of the file I modified, and what I added, shortened to a single variable only, even though I am adding a total of 5. The error, I believe, is that it is not reading in the ...
by abever
Sun Feb 25, 2007 5:55 pm
Forum: ROMS Discussion
Topic: Inflow-Outflow options for reservoirs
Replies: 12
Views: 9407

Try setting the point source to the middle of the grid, and ramping up the discharge so it is easy to see. Although not realistic, it allows you to make sure it is being set at the exact location you think, and is being discharged through the correct grid cell face (correct direction). Then, simply ...
by abever
Mon Dec 06, 2004 6:54 pm
Forum: ROMS Sediment
Topic: sediment-laden river plume: sediment point source
Replies: 2
Views: 3966

Here is what we changed to get riverine sediment. added the river sediment to varinfo.dat 'river_mud1' ... ... 'river_sediment, scalar, series' 'river_time' 'idRtrc(idmud)' 'nulvar' 1.0d0 in get_data.F add # ifdef RIVER_SEDIMENT ELSE IF (SOURCES(ng)%Fsrc(is).eq.4.0_r8) THEN SOURCES(ng)%Lsrc(is,itemp...
by abever
Wed Jun 16, 2004 2:13 pm
Forum: ROMS Discussion
Topic: Nesting Grids
Replies: 2
Views: 3769

Nesting Grids

I am trying to nest a finer grid over the Po River delta region in the Northern Adriatic Sea. I am using ROMS version 2.1 and it runs fine until I try to add the second grid. Currently I have the two grids and have changed Ngrids in mod_param.F to 2 and set the size of the second grid. Lm = (/ 158,1...
by abever
Mon May 31, 2004 2:28 pm
Forum: ROMS FAQ
Topic: More on rivers, ROMS2.0 to 2.1?
Replies: 2
Views: 10329

We set river_Vshape to be a 'number of rivers' by 'number of vertical levels' array. for i=1:Nrivers % 20% of transport in each of top 4 levels, % then 10%, 5%, 3%, 1%, 1% below % N=20 - the number of vertical layers River.vshape(i,N )=0.20; River.vshape(i,N-1)=0.20; River.vshape(i,N-2)=0.20; River....
by abever
Fri Apr 02, 2004 4:36 pm
Forum: ROMS Discussion
Topic: Treatment of rivers
Replies: 20
Views: 28718

About not putting all the flow into the top layer and the model numerics: We may have some evidence for not putting it all in the surface layer. When the river discharges are bumped up unexplainable (at least by me) floating point and overflow errors seem to miraculously occur, sometimes. The only e...
by abever
Fri Apr 02, 2004 3:47 pm
Forum: ROMS Discussion
Topic: Treatment of rivers
Replies: 20
Views: 28718

Treatment of rivers

Is it our consensus that the best way to put freshwater in is as a surface plume instead of as a well-mixed layer?

I would have thought to put them in as a well-mixed layer with freshwater spread throughout all vertical levels.

Courtney and Aaron