Search found 7 matches
- Fri Sep 13, 2024 6:51 pm
- Forum: ROMS Discussion
- Topic: Does ROMS support different parallel distribution strategies.
- Replies: 3
- Views: 1359
Re: Does ROMS support different parallel distribution strategies.
Thanks for the quick response, Arango. I understand that parallelism won’t be possible in the time-stepping equations or algorithms. However, my question was more about the distribution of grids across processors. For example, in the case of telescoping grids, we have a global grid followed by s ...
- Fri Sep 13, 2024 1:49 pm
- Forum: ROMS Discussion
- Topic: Does ROMS support different parallel distribution strategies.
- Replies: 3
- Views: 1359
Does ROMS support different parallel distribution strategies.
Dear all, I have been looking into the parallelization of the ROMS model, specifically the case of nested grids. From what I understand, the current processor distribution strategy involves distributing all the grids present in a nesting application across all the processes spawned for that ...
- Tue Jun 25, 2024 10:50 am
- Forum: ROMS Discussion
- Topic: problem in svn and nf_config
- Replies: 15
- Views: 40680
Re: problem in svn and nf_config
I'm getting similar error while running a nested application case. The error is TIDES_DATE - Variable index not yet loaded, idTref Update your metadata file: /scratch/cdschai/ROMS_Working/nested_Bob_Exp/varinfo.dat Found Error: 05 Line: 136 Source: ROMS/Utility/tides_date.F Found Error: 05 Line: 211 ...
- Tue Mar 05, 2024 6:39 pm
- Forum: ROMS Discussion
- Topic: Interpolating variables to get a finer resolution model (NESTED GRID)
- Replies: 1
- Views: 6573
Interpolating variables to get a finer resolution model (NESTED GRID)
In an attempt to create a NESTED GRID application, using the same nested grid example(Lake Jersey). I considered the same coarser grid as in the given application named (a grid), using the coarse2fine function I created a grid in the same region as b gird but with more finer resolution. I was ...
- Mon Mar 04, 2024 8:12 am
- Forum: ROMS Problems
- Topic: ROMS 2-way nesting
- Replies: 8
- Views: 10139
Re: ROMS 2-way nesting
Hey, I have a doubt regarding setting up of nested grid applications. How can initial files for finer grid be generated from the coarser grid? Can we just use roms2roms function to get initial file for the finer grid from a coarser grid initial file. or we need to run for the coarser grid first and ...
- Tue Feb 06, 2024 4:20 pm
- Forum: ROMS Discussion
- Topic: Creation of Initial files for nested grid examples
- Replies: 0
- Views: 4980
Creation of Initial files for nested grid examples
Hi,
I am working with the lake jersey nested grid example, in which there are MATLAB scripts to interpolate the grid information and the connection information.
Similarly are there any scripts which can interpolate initial condition files from the originally given a,b,c,d,e initial files?
Thank you.
I am working with the lake jersey nested grid example, in which there are MATLAB scripts to interpolate the grid information and the connection information.
Similarly are there any scripts which can interpolate initial condition files from the originally given a,b,c,d,e initial files?
Thank you.
- Wed Oct 18, 2023 9:12 am
- Forum: ROMS Discussion
- Topic: Issue with sacling of Nested grid applications
- Replies: 1
- Views: 11103
Issue with sacling of Nested grid applications
I'm facing an issue while scaling any nested grid application beyond 144 processors. The error which is displayed is : INP_PAR - domain decomposition error in input script file for grid: 01 The domain partition parameter, NtileJ = 15 is incompatible with grid size, Mm = 80 because it yields too ...