Search found 12 matches

by petalas
Sun Jun 03, 2018 4:31 pm
Forum: ROMS Documentation
Topic: book
Replies: 1
Views: 3290

Re: book

Dear Sara, I'm not sure what you mean exactly by "lower level", but I can recommend a couple of very nice first-entry books in ocean modelling I've red in the past. 1)Ocean Modelling for Beginners, and 2) Advanced Ocean Modelling; they are both written by Jochen Kämpf, Springer ed. Again, ...
by petalas
Thu Jan 25, 2018 4:54 pm
Forum: ROMS Problems
Topic: Model hangs unexpectedly
Replies: 4
Views: 2977

Re: Model hangs unexpectedly

Thanks again for the time and input. I had already set the stack size to unlimited and still didn't work, so this was not causing the problem. PROBLEM SOLVED : It turned out that I had to put all my files in the same directory: i.e. the HPC infrastructure that I'm using has two separate file systems...
by petalas
Wed Jan 24, 2018 9:21 am
Forum: ROMS Problems
Topic: Model hangs unexpectedly
Replies: 4
Views: 2977

Re: Model hangs unexpectedly

Thank you for your answer Aminrahdarian. My domain is indeed large (1024 x 512 x 30), but as I described in my question I already ran this configuration without any problems on my home cluster which has 8G of memory on each of its' three nodes. On the contrary, the HPC machine I am trying to run the...
by petalas
Tue Jan 23, 2018 4:46 pm
Forum: ROMS Problems
Topic: Model hangs unexpectedly
Replies: 4
Views: 2977

Model hangs unexpectedly

Greetings, I have the following problem: My model setup hangs right after initialization without giving a very usable output in order to debug it. The application is on an HPC infrastructure, and I am using the gnu compiler and a serial setup in order to be able to use the ROMS debugger. The message...
by petalas
Thu May 04, 2017 11:57 am
Forum: ROMS Problems
Topic: Donor grid identification-assignment problem
Replies: 4
Views: 3038

Re: Donor grid identification-assignment problem

I managed to solve this by changing slightly the borders of the refined grid, in coarse2fine.
It seems that the complex geometry of the Donor grid interferes with the refined, as I illustrate in the graph.

Stamatis
by petalas
Thu May 04, 2017 10:33 am
Forum: ROMS Problems
Topic: Donor grid identification-assignment problem
Replies: 4
Views: 3038

Re: Donor grid identification-assignment problem

Moreover, when I run the exact same model set up with a refinement factor of 7 for the fine grid, the model runs.
The problem is that I get this error when I try it with ref. factor 3 or 5.
by petalas
Thu May 04, 2017 8:53 am
Forum: ROMS Problems
Topic: Donor grid identification-assignment problem
Replies: 4
Views: 3038

Re: Donor grid identification-assignment problem

Thanks for the answer. I'm sorry... I miss-copy-pasted the wrong debug. I edited my post with the correct debug output.
by petalas
Wed May 03, 2017 6:02 pm
Forum: ROMS Problems
Topic: Donor grid identification-assignment problem
Replies: 4
Views: 3038

Donor grid identification-assignment problem

Hi, I was wondering if anybody came across this before. In my nested application, it seems like the code is assigning the coarse grid as 00 instead of 01. Also the timestep ratio is zero instead of 3. Refined Nested Grid(s) Information: ================================== Refined Donor Refined Timest...
by petalas
Wed Apr 26, 2017 11:11 am
Forum: ROMS Tools and Techniques
Topic: inverted mask
Replies: 9
Views: 8021

Re: inverted mask

I am guessing that the source of this, is in the way the code 'jumps' from an open coast segment to the next. When a shoreline is interrupted by the Basemap function, the topology changes and so does the distinction between land and water. When I ran into a similar situation, I solved it by declarin...
by petalas
Fri Apr 14, 2017 10:39 am
Forum: ROMS Discussion
Topic: easy grid
Replies: 8
Views: 4508

Re: easy grid

I attached the two files that were in the url I sent you. The second one is the application and the first one is probably an example. I have not used these before, so I cannot tell about their working condition. I build my grids with pygridgen-pyroms and never used seagrid. Maybe you can get more he...
by petalas
Thu Apr 13, 2017 7:32 am
Forum: ROMS Discussion
Topic: easy grid
Replies: 8
Views: 4508

Re: easy grid

Hi, maybe you can download it from here

https://code.google.com/archive/p/easygrid4roms/

I guess it's an area related issue because the page is up and working.
I've attached a file with the wiki page, so that you can at least see the instructions.

Cheers,
Stamatis
by petalas
Tue Mar 14, 2017 1:50 pm
Forum: ROMS Tools and Techniques
Topic: Problem refining with coarse2fine on a complex-shaped grid
Replies: 1
Views: 2386

Problem refining with coarse2fine on a complex-shaped grid

Hello, as part of my ROMS learning procedure, I set-up a very simple realistic application in the Mediterranean, with atmospheric forcing, rivers, boundaries and a simple square grid with a refined two-way nesting. It ran flawlessly and after some tweaking of parameters (basically hor.diffusion and ...