Search found 15 matches
- Fri May 08, 2020 10:32 am
- Forum: ROMS Bugs
- Topic: ROMS random netcdf errors - fixed overnight??
- Replies: 0
- Views: 2610
ROMS random netcdf errors - fixed overnight??
Dear all, I've recently attempted to run a model that was working fine earlier this year. I'm using revision 966 and running ROMS in parallel on a HPC (currently through VPN). I'm using NETCDF4 and compiling with gfortran. Not having changed anything about the input or scripts, the model suddenly ...
- Thu Apr 02, 2020 2:00 pm
- Forum: ROMS Discussion
- Topic: Implications of the Boussinesq approximation on sea level in ROMS with open boundaries?
- Replies: 0
- Views: 1446
Implications of the Boussinesq approximation on sea level in ROMS with open boundaries?
Hi all, I have a question related to the implications of the Boussinesq approximation on simulated sea level in ROMS. The missing non-Boussinesq steric effect and the consequent missing global steric effect in Boussinesq models have been explained by several studies for global models (e.g ...
- Mon Dec 16, 2019 3:34 pm
- Forum: ROMS Problems
- Topic: Segmentation fault after 10 model years of running
- Replies: 5
- Views: 3444
Re: Segmentation fault after 10 model years of running
Dear all,
I would like to get back to this problem for which I still haven't found a solution. As mentioned before I do not get any meaningful error message so find myself unable to solve the problem.
Any help is greatly appreciated!
I would like to get back to this problem for which I still haven't found a solution. As mentioned before I do not get any meaningful error message so find myself unable to solve the problem.
Any help is greatly appreciated!
- Mon Nov 18, 2019 10:55 am
- Forum: ROMS Tools and Techniques
- Topic: pyroms grid missing libgridgen, unable to solve
- Replies: 5
- Views: 5367
Re: pyroms grid missing libgridgen, unable to solve
Thanks for this reference! Per bhattvihang's post I added the extension to libgridgen in loading the library in hgrid.py: <self._libgridgen = np.ctypeslib.load_library('libgridgen', pyroms.__path__[0]) >self._libgridgen = np.ctypeslib.load_library('libgridgen.so', pyroms.__path__[0]) This fixed my ...
- Thu Nov 14, 2019 10:29 pm
- Forum: ROMS Tools and Techniques
- Topic: pyroms grid missing libgridgen, unable to solve
- Replies: 5
- Views: 5367
Re: pyroms grid missing libgridgen, unable to solve
Hi Kate,
I'm indeed looking to generate/modify a grid. Do the pygridgen/pygridtool modules support the same capabilities as grid generation in pyroms? E.g. creating a vertical grid with terrain-following coordinates? Thanks a lot for the help, it's highly appreciated.
Best,
I'm indeed looking to generate/modify a grid. Do the pygridgen/pygridtool modules support the same capabilities as grid generation in pyroms? E.g. creating a vertical grid with terrain-following coordinates? Thanks a lot for the help, it's highly appreciated.
Best,
- Thu Nov 14, 2019 8:21 pm
- Forum: ROMS Tools and Techniques
- Topic: pyroms grid missing libgridgen, unable to solve
- Replies: 5
- Views: 5367
pyroms grid missing libgridgen, unable to solve
Dear all, I've been trying to install pyroms on Mac OS10.13.6. I'm running Python 3.7. Whatever strategy I'm using to install pyroms, it's not working. I tried pip install, or running python setup.py build, python setup-.py install. I've got all the required packages except for SCRIP, but I think ...
- Thu Oct 17, 2019 7:54 am
- Forum: ROMS Discussion
- Topic: Using ATM_PRESS in combination with M2FLATHER?
- Replies: 2
- Views: 2971
Re: Using ATM_PRESS in combination with M2FLATHER?
Perfect, thanks!
- Fri Oct 11, 2019 12:51 pm
- Forum: ROMS Discussion
- Topic: Using ATM_PRESS in combination with M2FLATHER?
- Replies: 2
- Views: 2971
Using ATM_PRESS in combination with M2FLATHER?
Dear all, I have a question related to the CPP option ATM_PRESS , which in the case of SOLVE3D imposes the atmospheric pressure onto the 3D pressure gradient equations. I am running a 3D regional set-up which I'm forcing at the lateral boundaries with an ocean reanalysis that does NOT include the ...
- Mon Sep 02, 2019 11:43 am
- Forum: ROMS Problems
- Topic: Segmentation fault after 10 model years of running
- Replies: 5
- Views: 3444
Re: Segmentation fault after 10 model years of running
Hi, I've started splitting up my runs in years and running them with restarts. However, I occasionally still get similar errors during runtime which is really annoying. Debugging with fcheck-all gives me a series of unhelpful error messages: Direct leak of 2048 byte(s) in 1 object(s) allocated from ...
- Thu Aug 01, 2019 11:41 am
- Forum: ROMS Problems
- Topic: ROMS different src version leading to unalike results
- Replies: 7
- Views: 4501
Re: ROMS different src version leading to unalike results
An addition to the above: I've rerun the experiment with rvn 966 (more recent version), now with mixing along geopotential lines instead of along isopycnals. The results I obtain are now very similar to the results obtained with version rvn 783, unlike when using rvn 966 with isopycnal mixing ...
- Tue Jul 30, 2019 7:39 am
- Forum: ROMS Problems
- Topic: ROMS different src version leading to unalike results
- Replies: 7
- Views: 4501
Re: ROMS different src version leading to unalike results
Thanks John for the response. After testing with different versions I think I've pinpointed the change in solution (based on values of zeta ) to version 839 to 840. This corresponds to ticket #723: https://www.myroms.org/projects/src/ticket/723 . Ticket 723 concerns the following bug correction ...
- Wed Jul 17, 2019 10:02 am
- Forum: ROMS Problems
- Topic: ROMS different src version leading to unalike results
- Replies: 7
- Views: 4501
Re: ROMS different src version leading to unalike results
Thanks Kate & Arrango, both great suggestions. I have one additional question regarding the .h and .in files - I have tried to copy the .h and .in files for the older revision code directly to the environment with the newer revision code, and ran the experiment again. I thought this way I would make ...
- Wed Jun 26, 2019 7:56 am
- Forum: ROMS Problems
- Topic: ROMS different src version leading to unalike results
- Replies: 7
- Views: 4501
ROMS different src version leading to unalike results
Dear all, I'm running a ROMS configuration for the northwestern European shelf region. The configuration has 1/4° by 1/4° resolution, and some smoothing of the bathymetry is applied to avoid horizontal pressure gradient errors. It's forced by ERA_interim atmospheric forcing and GLORYS lateral ocean b ...
- Wed Jun 05, 2019 8:31 am
- Forum: ROMS Problems
- Topic: Segmentation fault after 10 model years of running
- Replies: 5
- Views: 3444
Re: Segmentation fault after 10 model years of running
It's possible that there's a memory leak, so that the program grows over time until it hits some limit. I just ran something in debug mode and got a *ton* of these messages: ==6434==ERROR: LeakSanitizer: detected memory leaks Direct leak of 34816 byte(s) in 8 object(s) allocated from: #0 ...
- Tue Jun 04, 2019 2:40 pm
- Forum: ROMS Problems
- Topic: Segmentation fault after 10 model years of running
- Replies: 5
- Views: 3444
Segmentation fault after 10 model years of running
Dear all, I'm attempting to run a ROMS configuration for the North Sea with ERA_interim atmospheric forcing and GLORYS ocean boundary conditions. This is for 1993 to 2014. I've ran this for just 1 year (1993) without any problems. I'm running on a HPC cluster using mpi, and using netcdf4 and ...