Kate,
Thanks for the reply. I will give it a try.
Search found 11 matches
- Tue Jan 31, 2012 8:42 pm
- Forum: ROMS Discussion
- Topic: diagnostics in roms
- Replies: 2
- Views: 2127
- Tue Jan 31, 2012 1:14 am
- Forum: ROMS Discussion
- Topic: diagnostics in roms
- Replies: 2
- Views: 2127
diagnostics in roms
Hi, I am doing a realistic run in the Gulf of Mexico from 2003 to 2011. The model has run through 2003 and 2010. For the last year, I want to turn on the diagnostics for momentum. So I added the flag #define DIAGNOSTICS_UV in the header file. When I tried to submit my job, I got the error message ...
- Sun Sep 20, 2009 7:22 pm
- Forum: ROMS Discussion
- Topic: about river forcing files in ROMS
- Replies: 2
- Views: 2500
about river forcing files in ROMS
Hi everyone,
I am working on the river forcing files for my numerical simulations.
Since there are several rivers in the domain, I wonder
if I can have multiple river forcing files and each file
corresponds to one river in the .in file?
Thanks,
Zhang
I am working on the river forcing files for my numerical simulations.
Since there are several rivers in the domain, I wonder
if I can have multiple river forcing files and each file
corresponds to one river in the .in file?
Thanks,
Zhang
- Thu Jan 08, 2009 9:47 pm
- Forum: ROMS Discussion
- Topic: hurricane driven oceanic response
- Replies: 1
- Views: 1798
hurricane driven oceanic response
I am trying to use ROMS to look at hurricane driven response. I define an analytic gaussian wind field that moves at a constant speed across the domain. i am not hoever getting the correct sea surface elevation associated with reduced atmospheric pressure in the middle of the storm. I have printed ...
- Tue Sep 04, 2007 2:16 am
- Forum: ROMS Discussion
- Topic: bottom stress in ROMS3.0
- Replies: 6
- Views: 4500
bottom stress in ROMS3.0
I see. Thanks again.
- Tue Sep 04, 2007 2:01 am
- Forum: ROMS Discussion
- Topic: bottom stress in ROMS3.0
- Replies: 6
- Views: 4500
bottom stress in ROMS3.0
I got a follow-up question. I looked at set_vbc.F and saw that sustr and svstr were calculated in this program using UV_LOGDRAG, UV_LDRAG or UV_QDRAG. I found that sustr and svstr could also be defined analytically in ROMS/Functions/ana_smflux.f. Which one really counts if I defined both UV_QDRAG ...
- Tue Sep 04, 2007 12:57 am
- Forum: ROMS Discussion
- Topic: bottom stress in ROMS3.0
- Replies: 6
- Views: 4500
bottom strsss in ROMS3.0
Thank you very much for your comments.
This helps a lot.
This helps a lot.
- Mon Sep 03, 2007 8:01 pm
- Forum: ROMS Discussion
- Topic: bottom stress in ROMS3.0
- Replies: 6
- Views: 4500
bottom stress in ROMS3.0
Hi everyone,
Does anyone know where the bottom stress is calculated in ROMS 3.0?
Is there a way that I can turn it off if I want a slip bottom boundary condition?
Thanks,
Does anyone know where the bottom stress is calculated in ROMS 3.0?
Is there a way that I can turn it off if I want a slip bottom boundary condition?
Thanks,
- Fri Jul 27, 2007 8:06 pm
- Forum: ROMS Discussion
- Topic: ROMS 3.0: about sea surface heat flux
- Replies: 5
- Views: 3446
- Fri Jul 27, 2007 6:55 pm
- Forum: ROMS Discussion
- Topic: ROMS 3.0: about sea surface heat flux
- Replies: 5
- Views: 3446
Sorry about the confusion I made before. I defined the sea surface heat flux using ana_srflux.h in Functionals as follows. srflx(i,j) = 150.0_r8*SIN(2.0*pi*tdays(ng)) if(srflx(i,j).le.0) srflx(i,j)=0. During the day, srflx is a sine function of time. At night, it is 0. When I ran my case, I printed ...
- Fri Jul 27, 2007 5:52 pm
- Forum: ROMS Discussion
- Topic: ROMS 3.0: about sea surface heat flux
- Replies: 5
- Views: 3446
ROMS 3.0: about sea surface heat flux
Hi everyone, I am a new user to ROMS. Recently I am running a case with analytical short wave heat flux and wind forcing at the sea surface. However, the ocean temperature does not change with time at all even there is surface heat flux (I set the initial ocean temperature 14 degrees everywhere). I ...