Search found 2 matches

by 1594483558
Thu May 29, 2025 2:28 am
Forum: ROMS Installation
Topic: Nesting Issue at Compile
Replies: 7
Views: 11919

Re: Nesting Issue at Compile

I have exported NestedGrids=2, but the error still occurs. I am using ROMS4.2 downloaded from GitHub.
I tried adding these two lines in post_initial.F

USE mod_nesting !Added on May 29, 2025
USE nesting_mod, ONLY :nesting !Added on May 29, 2025

This makes the compilation pass, but it is not ...
by 1594483558
Tue May 27, 2025 12:29 pm
Forum: ROMS Installation
Topic: Nesting Issue at Compile
Replies: 7
Views: 11919

Re: Nesting Issue at Compile

I also encountered the same problem, but tried your method but it didn't work. Here are my .h file and build_roms.sh。