Search found 4 matches
- Fri Apr 13, 2018 11:44 am
- Forum: ROMS Problems
- Topic: Fjord tidal test case
- Replies: 6
- Views: 4625
Re: Fjord tidal test case
Hi Wilkin, thanks for all of these comments. I'm trying to use the jord test case because I'm going to be using ROMS for some Fiords in Iceland. So in parallel I was carrying the same steps for one of my fiords to learn about ROMS (this is my first attempt with a model and it's language). Maybe I ...
- Fri Apr 13, 2018 9:44 am
- Forum: ROMS Problems
- Topic: Fjord tidal test case
- Replies: 6
- Views: 4625
Re: Fjord tidal test case
Hi Kate, many thanks. What shall I seek in here? I only see rdrag instead of rdrag2 but I'm not sure if it is that.... I'm attaching it
- Thu Apr 12, 2018 4:18 pm
- Forum: ROMS Problems
- Topic: Fjord tidal test case
- Replies: 6
- Views: 4625
Re: Fjord tidal test case
Thanks for the reply So in my fjord.h I have #define UV_QDRAG /* use to turn ON or OFF quadratic bottom friction */ and in my mod_grid.F I have this #if defined UV_LDRAG GRID(ng) % rdrag(i,j) = rdrg(ng) #elif defined UV_QDRAG GRID(ng) % rdrag2(i,j) = rdrg2(ng) which looks like yours but still doesn ...
- Thu Apr 12, 2018 2:38 pm
- Forum: ROMS Problems
- Topic: Fjord tidal test case
- Replies: 6
- Views: 4625
Fjord tidal test case
I'm new in trying ROMS. I installed it in a Linux machine that I'm running remotly from a windows computer through putty. The upwellingg test case runs good. Now I'm trying to run the https://www.myroms.org/wiki/FJORD_TIDAL_CASE , when compiling, in both cases I get this error: Error: 'rdrag2' at (1 ...