Search found 20 matches
- Thu May 01, 2008 2:37 am
- Forum: ROMS Installation
- Topic: ncgen error!!!
- Replies: 2
- Views: 3140
- Mon Apr 21, 2008 10:42 pm
- Forum: ROMS Sediment
- Topic: Stations and sediment variables
- Replies: 2
- Views: 3764
So I tried getting sediment bed properties (like bed age, porosity, thickness, mass) into the stations file again. No luck. Surface properties (active layer thickness at least) are being output to the stations file. However, there's nowhere to set any Sout flags for bed properties in the stations.in ...
- Tue Apr 01, 2008 3:50 pm
- Forum: ROMS Problems
- Topic: Problems with new AVERAGES_DETIDE option
- Replies: 5
- Views: 4984
- Fri Mar 28, 2008 9:56 pm
- Forum: ROMS Problems
- Topic: Problems with new AVERAGES_DETIDE option
- Replies: 5
- Views: 4984
Perhaps, you have a file protection on Data/Forcing/frc_tides.nc and this file cannot be opened for writing. Hcount is an integer variable and does not have a dimension. I have write permission. I did a chmod a+w just in case and put the full path in the ocean.in file and that failed to work. Could ...
- Fri Mar 28, 2008 8:59 pm
- Forum: ROMS Problems
- Topic: Problems with new AVERAGES_DETIDE option
- Replies: 5
- Views: 4984
Problems with new AVERAGES_DETIDE option
Hi - I'm trying to use the new AVERAGES_DETIDE option in a simple estuary-like domain. The model runs fine without the option, but when I turn it on, I get this error when it tries to write out to the file: WRT_TIDES - error while writing variable: Hcount into tide forcing NetCDF file: Data/Forcing ...
- Thu Mar 20, 2008 2:36 am
- Forum: ROMS Installation
- Topic: functional path
- Replies: 3
- Views: 3402
Your error shows that make can't seem to find a file: makefile:436: ROMS/Functionals/Module.mk: No such file or directory If you copied over the entire Functionals directory, there's a sub-makefile Module.mk that you also copied over. I don't think you need that in your MY_ANALTICAL_DIR directory ...
- Thu Mar 13, 2008 1:33 am
- Forum: ROMS Installation
- Topic: Cygwin build.bash or build.sh
- Replies: 12
- Views: 8079
One comment before my suggested solution - If you don't like vim, there's always emacs. There's a Windows version for both and they both tell you what line endings a file is using. I generally use emacs but switch to vim when I feel like it. Then again, whatever works best for you. Now to the meat ...
- Mon Mar 10, 2008 3:31 pm
- Forum: ROMS Installation
- Topic: Tutorial: Installing ROMS in Windows XP / Vista (via Cygwin)
- Replies: 20
- Views: 35993
From my experiences editing Wikipedia, the discussion or talk pages are for meta-information, i.e. talking about the main wiki page. For example, you might talk about what sort of content would be on a page or if you should create a new page from some subset of a current page's content. They act as ...
- Thu Feb 28, 2008 10:05 pm
- Forum: ROMS Bugs
- Topic: Restarted ROMS does not write out to history files
- Replies: 5
- Views: 7260
This has been fixed by ticket #132 [ROMS Trac] [CSTMS Trac]
and ticket #134 [ROMS Trac] [CSTMS Trac]
Many thanks to Hernan for fixing the bug.
and ticket #134 [ROMS Trac] [CSTMS Trac]
Many thanks to Hernan for fixing the bug.
- Wed Feb 20, 2008 9:56 pm
- Forum: ROMS Sediment
- Topic: Stations and sediment variables
- Replies: 2
- Views: 3764
Stations and sediment variables
How do I get sediment bottom or bed parameters written out to the stations files? I turned on #define STATIONS, created a stations.in file, and set some of the Sout(idBott) parameters. I get water column values and I also get mud_01, mud_02, but I don't get any bed surface parameters. I also can't ...
- Tue Feb 19, 2008 4:16 am
- Forum: ROMS Bugs
- Topic: Restarted ROMS does not write out to history files
- Replies: 5
- Views: 7260
- Tue Feb 19, 2008 3:41 am
- Forum: ROMS Bugs
- Topic: Restarted ROMS does not write out to history files
- Replies: 5
- Views: 7260
At first look I can see that perhaps additional logic is needed if NDEFHIS is not a multiple of NTIMES. This means that when the execution terminated the multiple history files were not finished and more time records are needed to close that file and define the new one. Or the restart record doesn ...
- Mon Feb 18, 2008 11:21 pm
- Forum: ROMS Bugs
- Topic: Restarted ROMS does not write out to history files
- Replies: 5
- Views: 7260
Restarted ROMS does not write out to history files
I was going to submit this as a bug report, but I want to make sure I didn't screw something up in my setup. I tried to restart a ROMS run by changing these parameters from the original ocean.in file: NRREC == -1 LDEFOUT == F ! to append to existing file ININAME = (restart file) The restart would ...
- Wed Feb 13, 2008 9:25 pm
- Forum: ROMS Tools and Techniques
- Topic: Tidal filtering of output files
- Replies: 3
- Views: 5570
Thanks for the information. I think I'll try using the AVERAGES files. This is an estuary, so I'm forcing the free-surface at the open boundary and not using the SSH_TIDES or UV_TIDES options, which means I can't use the DETIDE option unless I change my setup, right? Also, what variables are in the ...
- Mon Feb 11, 2008 8:07 pm
- Forum: ROMS Tools and Techniques
- Topic: Tidal filtering of output files
- Replies: 3
- Views: 5570
Tidal filtering of output files
How would you go about computing tidally averaged parameters from the netCDF history files? For example, I have half-hour outputs from an estuary model that was forced with a semidiurnal tide (12-hour, to prevent aliasing). I'd like to find tidally-averaged velocities and tracer concentrations. Do I ...
- Wed Feb 06, 2008 5:06 am
- Forum: ROMS Problems
- Topic: problems running 'make'
- Replies: 6
- Views: 4734
I think your problem is because you checked out the code from Windows and the line endings are Windows style. I've seen errors like this before when I've checked out from a Windows machine onto a shared-drive and tried to run on a Unix/Linux box. It's pretty cryptic and a pain to debug. You can use ...
- Sat Dec 22, 2007 1:07 am
- Forum: ROMS Installation
- Topic: Is the "svnversion" necessary for compiling the RO
- Replies: 4
- Views: 4863
After I applied the command 'dos2unix', there are still some error messages: Did you get every text file? Besides the .F files there are all the makefiles in the Compiliers directory, the main makefile, the varinfo.dat file, and probably a number more. I recomend using a unix or a cygwin version of ...
- Thu Dec 20, 2007 12:53 am
- Forum: ROMS Installation
- Topic: Is the "svnversion" necessary for compiling the RO
- Replies: 4
- Views: 4863
Re: Is the "svnversion" necessary for compiling th
Re: svnversion - It shouldn't be necessary to have svnversion on a system to compile the code. The make file will continue if svnversion fails and will try to find the version of the code using a grep command (I think...). Without svnversion, you'll get an error, but the compilation process will ...
- Thu Dec 13, 2007 5:46 am
- Forum: ROMS Tools and Techniques
- Topic: Integrated Data Viewer (IDV)
- Replies: 2
- Views: 3755
I haven't used IDV much, but maybe the NetCDF operators can help. They can do some simple operations and tend to be much quicker than the Matlab interface.
Look for the documentation here:
http://nco.sourceforge.net/nco.html
J.Paul
Look for the documentation here:
http://nco.sourceforge.net/nco.html
J.Paul
- Fri Oct 12, 2007 4:19 am
- Forum: ROMS Source
- Topic: Adding variables to history and averages files
- Replies: 15
- Views: 24133