Search found 15 matches
- Mon May 22, 2017 1:46 pm
- Forum: ROMS Discussion
- Topic: tide problem
- Replies: 9
- Views: 6664
Re: tide problem
If you are getting your tides from the XX_TIDES options, you leave that on when adding tides to the subtidal flows coming from your FSOBC and M2OBC. The only domain in which I don't have ADD_FSOBC, SSH_TIDES and so forth is when my boundary file temporally resolves the tides and brings the tides in ...
- Wed May 17, 2017 9:11 pm
- Forum: ROMS Problems
- Topic: model blows up using different advection scheme
- Replies: 1
- Views: 2446
model blows up using different advection scheme
Hi all, My model (with river, tide and initial conditions inputs) finished its run using TS_A4HADVECTION and TS_A4VADVECTION. However, the results produced unrealistic salinity and temperature. I got maximum salinities of up to almost 200, and my minimum salinity is negative. I have been advised to ...
- Wed May 10, 2017 6:28 pm
- Forum: ROMS Discussion
- Topic: multiple rivers with different time series
- Replies: 5
- Views: 2962
Re: multiple rivers with different time series
Thank you so so much! This is really helpful!
- Wed May 10, 2017 4:11 pm
- Forum: ROMS Discussion
- Topic: Blow up problem before start
- Replies: 6
- Views: 3998
Re: Blow up problem before start
Thanks for the reply Kate. I realized the problem was in my "f" variable (grid file). The land cells all have NaN values as their f so I set them to 0, and the model ran. My Beckmann and Haney numbers are still Inf though.
- Wed May 10, 2017 4:08 pm
- Forum: ROMS Discussion
- Topic: multiple rivers with different time series
- Replies: 5
- Views: 2962
Re: multiple rivers with different time series
I also added an option to ROMS so that it reads one temperature timeseries and applies it to all rivers at all depths. Hi Kate, does this mean ROMS can read a separate time series (not river_time) for the temperature? If so, how can I do this option? Make a separate "time" variable in the river ...
- Tue May 09, 2017 8:38 pm
- Forum: ROMS Installation
- Topic: problem creating oceanM
- Replies: 1
- Views: 2671
problem creating oceanM
Hi everyone, I was able to compile and create executables oceanS and oceanG with no problem. I edited my build.bash because I want to create oceanM and run parallel jobs. I particularly changed the following in my build.bash: 1. I activated MPI in these parts export USE_MPI=on # distributed-memory ...
- Tue May 09, 2017 5:28 pm
- Forum: ROMS Discussion
- Topic: multiple rivers with different time series
- Replies: 5
- Views: 2962
Re: multiple rivers with different time series
Thanks for the response Kate!
- Tue May 09, 2017 4:41 pm
- Forum: ROMS Discussion
- Topic: multiple rivers with different time series
- Replies: 5
- Views: 2962
multiple rivers with different time series
Hi everyone, I'm new to ROMS so please bear with me if my question seems too basic. I am making a river discharge input file and my study site has multiple rivers. So far I've created a river input file from the largest river in my site. Now, I want to include the small rivers. I've also looked into ...
- Wed May 03, 2017 6:38 pm
- Forum: ROMS Discussion
- Topic: Blow up problem before start
- Replies: 6
- Views: 3998
Re: Blow up problem before start
hi Kate. My model keeps blowing up. The one who posted this topic is actually my friend and now his model runs. I compared my .in and header files with his, still my model blows up. I'm looking closer into my input files because I have a strong feeling that the problem is in them. It cannot ...
- Mon May 01, 2017 8:40 pm
- Forum: ROMS Discussion
- Topic: blow up problem
- Replies: 1
- Views: 1531
blow up problem
Hi. I was able to compile with no error. However, my model blows up immediately as soon as it starts. I tried several grid configurations but to no avail. Can someone provide an insight about what could have been the problem? Aside from the grid, I configured my river discharge, tide and initial ...
- Fri Apr 28, 2017 9:45 pm
- Forum: ROMS Problems
- Topic: unable to find requested variable: river
- Replies: 2
- Views: 2886
Re: unable to find requested variable: river
Hi Kate! My debugger stopped at "river runoff direction" and didn't display anything about "river runoff mass transport vertical profile" like yours did, so I suspected it had something to do with my river_Vshape variable. I checked and indeed, I made a mistake configuring it. I corrected it and now ...
- Fri Apr 28, 2017 7:50 pm
- Forum: ROMS Problems
- Topic: unable to find requested variable: river
- Replies: 2
- Views: 2886
unable to find requested variable: river
Hi everyone. I'm trying to run my model in an estuary. Compiling was successful but I encountered a problem during the run. Pasted below are the last parts of the print out in the terminal: INQUIRE - unable to find requested variable: river in file: Data/NAKDONG_river1.nc Elapsed CPU time (seconds ...
- Fri Aug 12, 2016 8:17 am
- Forum: ROMS Installation
- Topic: ROMS using Windows 10
- Replies: 6
- Views: 10287
ROMS using Windows 10
Hi everyone, I'm planning to buy a new pc and thinking of having Windows 10 as the OS (will just use cygwin as Linux emulator). Anyone running ROMS with Windows 10 here? Will there be a lot of difficulties and incompatibilities? If there are, which Windows OS do you suggest? Thanks in advance for ...
- Wed Jul 13, 2016 2:02 pm
- Forum: ROMS Installation
- Topic: Will it be convenient (in the long run) to use Windows?
- Replies: 7
- Views: 10418
Re: Will it be convenient (in the long run) to use Windows?
running roms in cygwin these days is actually a lot easier than it used to be. When you download cygwin, you can also get gfortran compiler (nice but slower than ifort and pgi) and you can also get the netcdf libraries all precompiled with that version of gfortran. you need to make sure you select ...
- Wed Jul 13, 2016 9:40 am
- Forum: ROMS Installation
- Topic: Will it be convenient (in the long run) to use Windows?
- Replies: 7
- Views: 10418
Will it be convenient (in the long run) to use Windows?
Hi everyone, newbie in ROMS here. I understand that ROMS runs in a UNIX environment. I currently have Windows as the OS and am admittedly not yet familiar with the UNIX environment. Now, I'm torn between: a) starting ROMS with a UNIX environment (this means I will also have to do my other ROMS ...