Search found 9 matches
- Wed Jun 11, 2025 9:55 pm
- Forum: ROMS Discussion
- Topic: SWAN wind input
- Replies: 2
- Views: 1325
Re: SWAN wind input
Thank you very much, John!
- Tue Jun 10, 2025 3:25 am
- Forum: ROMS Discussion
- Topic: SWAN wind input
- Replies: 2
- Views: 1325
SWAN wind input
Hi, I am recently running a coupled SWAN-ROMS model, and I have a question about the wind input data. In my swan.in, it says:
&& KEYWORD TO CREATE WIND GRID &&
INPGRID WIND CURVILINEAR 0 0 487 362 EXC 9.999000e+003 &
NONSTATIONARY 20050701.000000 1 HR 20060101.000000
READINP WIND 1 './swan_ERA5 ...
&& KEYWORD TO CREATE WIND GRID &&
INPGRID WIND CURVILINEAR 0 0 487 362 EXC 9.999000e+003 &
NONSTATIONARY 20050701.000000 1 HR 20060101.000000
READINP WIND 1 './swan_ERA5 ...
- Wed Jun 04, 2025 3:06 pm
- Forum: ROMS Bugs
- Topic: River forcing LtracerSrc and setting temp to 0 ?!
- Replies: 6
- Views: 14318
Re: River forcing LtracerSrc and setting temp to 0 ?!
For LuvSrc the volume flux through the cell faces modifies FX and FE in pre_step3d.F. The tracer enters when, subsequently, in step3d_t.F we take the divergence of those fluxes. For LwSrc the divergence of tracer simply appears directly in step3d_t.F. Look in step3d_t.F for "LwSrc" to see where ...
- Wed Jun 04, 2025 11:29 am
- Forum: ROMS Bugs
- Topic: River forcing LtracerSrc and setting temp to 0 ?!
- Replies: 6
- Views: 14318
Re: River forcing LtracerSrc and setting temp to 0 ?!
Screenshot 2025-06-04 at 07.22.37.png I ran into same issue with low temperature when I define LwSrc, and the model crashed. The temperature field is wrong because I run this model for summer in the tropical area. I have checked my boundary/climatology/atmospheric inputs, and they are fine. I set ...
- Mon Jul 10, 2023 4:11 pm
- Forum: ROMS Bugs
- Topic: bugs in contact.m and grid_connections.m scripts?
- Replies: 0
- Views: 19157
bugs in contact.m and grid_connections.m scripts?
Hi,
I downloaded the latest ROMS matlab package and tried to create a contact points file for composite grids.
1. First, I used the dogbone grids:
c_contact('contact.nc', 0, 2);
Gnames = {'dogbone_grd_left.nc','dogbone_grd_right.nc'};
G = grids_structure(Gnames);
S = grid_perimeter(G);
S = grid ...
I downloaded the latest ROMS matlab package and tried to create a contact points file for composite grids.
1. First, I used the dogbone grids:
c_contact('contact.nc', 0, 2);
Gnames = {'dogbone_grd_left.nc','dogbone_grd_right.nc'};
G = grids_structure(Gnames);
S = grid_perimeter(G);
S = grid ...
- Fri Jun 30, 2023 2:02 pm
- Forum: ROMS Discussion
- Topic: BLOWUP. REASON: MaxSpeed = 2.1E+01
- Replies: 9
- Views: 29521
Re: BLOWUP. REASON: MaxSpeed = 2.1E+01
Hello, all guys, I checked my forcing files, I found the high values in Uwind and Vwind. So I guess the time I started simulation was during a typhoon, and my simulation domain is quete small which may leads the blowup. Now I would change the start time and try it again, I'm not sure if this help ...
- Thu Jun 08, 2023 4:49 pm
- Forum: ROMS Discussion
- Topic: Changes in the Input File Regarding Point sources for River Forcing
- Replies: 4
- Views: 13328
Re: Changes in the Input File Regarding Point sources for River Forcing
Hello everyone. I want to give river in my domain using LuvSrc = T option and the LtracerSrc = T for both salinity and temperature. For checking, I have used the Matlab function map_rivers.m. The direction of the rivers is attached here. I m literally confused about the direction and the position ...
- Fri May 26, 2023 1:06 pm
- Forum: ROMS Discussion
- Topic: create river forcing for 2D model
- Replies: 2
- Views: 9048
Re: create river forcing for 2D model
Hi John,
I set N = 1 and river_Vshape = 1, and it turned out the 2D model can work with rivers. Thank you!
I set N = 1 and river_Vshape = 1, and it turned out the 2D model can work with rivers. Thank you!
- Wed May 24, 2023 8:23 pm
- Forum: ROMS Discussion
- Topic: create river forcing for 2D model
- Replies: 2
- Views: 9048
create river forcing for 2D model
Hi everyone,
I am trying to add river sources to a 2D model. The matlab script create_roms_rivers.m works for 3D, and I am not sure if I could just eliminate all the terms related to N/theta_s/theta_b. Does anyone have a matlab file that can create river forcing for a 2D model?
Some concerns:
1 ...
I am trying to add river sources to a 2D model. The matlab script create_roms_rivers.m works for 3D, and I am not sure if I could just eliminate all the terms related to N/theta_s/theta_b. Does anyone have a matlab file that can create river forcing for a 2D model?
Some concerns:
1 ...