Hello, I'm new to ROMS, and I want to run a configuration with sediment, but when I activate the sediment model the speed of the current increase significantly. What can produce this effect over the current?. How the model asume the sediment bed thick? Above the bathymetry?
Thanks in Advance
Search found 7 matches
- Mon Oct 02, 2017 10:49 pm
- Forum: ROMS Sediment
- Topic: Aout sediment.in
- Replies: 1
- Views: 7524
- Sat Jun 10, 2017 3:22 pm
- Forum: ROMS Discussion
- Topic: making grid with pyroms
- Replies: 2
- Views: 2701
Re: making grid with pyroms
Thanks Bilgebilge.tutak wrote:Johan,
It looks like you are mixing the order of the parameters.
I am using s_coordinate successfully as:
You do have an extra variable of hc in the function call.Code: Select all
vgrd = pyroms.vgrid.s_coordinate(h, theta_b, theta_s, Tcline, N, hraw=h)
- Sat Jun 10, 2017 3:19 pm
- Forum: ROMS Installation
- Topic: libnetcdf.so.7 error
- Replies: 9
- Views: 21214
Re: libnetcdf.so.7 error
Hello everyone,
I have the same issue (error while loading shared libraries libnetcdf.so.7), and I made "export LD_LIBRARY_PATH=/usr/local/lib:$PATH" and the problem still remain.
I'm trying to run in a Rock Cluster.
Grettings
I have the same issue (error while loading shared libraries libnetcdf.so.7), and I made "export LD_LIBRARY_PATH=/usr/local/lib:$PATH" and the problem still remain.
I'm trying to run in a Rock Cluster.
Grettings
- Thu Jun 08, 2017 4:42 pm
- Forum: ROMS Tools and Techniques
- Topic: pyroms s_coordinate problems
- Replies: 0
- Views: 2305
pyroms s_coordinate problems
Please Help!!!!... I'm trying to make a grid with pyroms with the following values for vertical sigma coordinates. hc = 5.0 theta_b = 0.4 theta_s = 5.0 Tcline = 3 N = 32 vgrd = pyroms.vgrid.s_coordinate(h, hc, theta_b, theta_s, Tcline, N) But when it's finished the sigma levels are 3 instead 32 ...
- Thu Jun 08, 2017 4:17 pm
- Forum: ROMS Discussion
- Topic: making grid with pyroms
- Replies: 2
- Views: 2701
making grid with pyroms
Please Help!!!!... I'm trying to make a grid with pyroms with the following values for vertical sigma coordinates. hc = 5.0 theta_b = 0.4 theta_s = 5.0 Tcline = 3 N = 32 vgrd = pyroms.vgrid.s_coordinate(h, hc, theta_b, theta_s, Tcline, N) But when it's finished the sigma levels are 3 instead 32 ...
- Mon Apr 24, 2017 6:12 pm
- Forum: ROMS Tools and Techniques
- Topic: inverted mask
- Replies: 9
- Views: 9461
Re: inverted mask
Hi About the inverted mask, i think i have a solution or at least it work for me. Instead of using map.coastsegs for the polygons i use map.coastpolygons, something like this: for xx,yy in map.coastpolygons: xa = np.array(xx, np.float32) ya = np.array(yy,np.float32) vv = np.zeros((xa.shape[0],2)) vv ...
- Mon Apr 24, 2017 6:06 pm
- Forum: ROMS Usage
- Topic: Question about coarse2fine
- Replies: 5
- Views: 12404
Re: Question about coarse2fine
Hello everyone.
I'm new to coarse2fine and i have a problem in get_roms_grid.m with nc_inq() function.
I don't have that function.
Is this function part of mexcdf tools? In that case, in wish version of mexcdf is available?
Thanks in advance
I'm new to coarse2fine and i have a problem in get_roms_grid.m with nc_inq() function.
I don't have that function.
Is this function part of mexcdf tools? In that case, in wish version of mexcdf is available?
Thanks in advance