Search found 5 matches
- Mon Sep 09, 2024 11:01 am
- Forum: ROMS Source
- Topic: River forcing in nested grids
- Replies: 0
- Views: 1276
River forcing in nested grids
Hello all! I was trying to implement a river forcing in the 3rd level only of a nested grid system. An error occurred and the inspection with "debug=on" compilation showed a problem with dimensions of "SOURCES" in the file mod_sources.F. So I changed it to: 157! IF (ng.eq.1) THEN 158! DO mg=1,Ngrids ...
- Wed Jan 17, 2024 2:16 pm
- Forum: ROMS Problems
- Topic: Nesting boundary
- Replies: 0
- Views: 6179
Nesting boundary
Hello. I am having an issue with my nested grid boundaries. When I set DT in the child as a multiple of the parent (Refined Scale) an offset develops in the free surface at the child boundaries. Like 300s in the parent and 60s in the child grid. However, when they are both identical to the child ...
- Thu Dec 14, 2023 1:50 pm
- Forum: ROMS Source
- Topic: Composite grids in 2nd level nesting?
- Replies: 0
- Views: 30055
Composite grids in 2nd level nesting?
Hello. I am trying a configuration with two composite grids in the second layer nesting (GridsInLayer = 1 2). However, I just managed to make the contacts file with Ncontact=6. How else would grids 2 and 3 communicate between them? But this breaks the (Ngrids-1)*2 rule and the model doesn't run. (In ...
- Fri Dec 01, 2023 1:45 pm
- Forum: ROMS Source
- Topic: Nesting with different number of vertical levels
- Replies: 0
- Views: 26096
Nesting with different number of vertical levels
Hello everybody. My child grid has fewer vertical levels (10) than the parent grid (25). Is there a workaround for this? I can not stand so many levels in a shallow water high-resolution grid. At line 4866 of file nesting.f90 Fortran runtime error: Index '25' of dimension 1 of array 'rcontact ...
- Mon Aug 28, 2023 5:15 pm
- Forum: ROMS Installation
- Topic: Error in compilation
- Replies: 1
- Views: 7884
Error in compilation
Hello everyone. I am trying a new ROMS installation for a colleague and got stuck for days with the following errors in the compilation of the upwelling test-case. Any ideas on the reason? Thank you! First the warnings: ------------------------------ cd /opt/OurROMS/Tests/upwelling/Build_romsG; /usr ...