Search found 7 matches

by bhayward
Tue Apr 08, 2025 6:32 pm
Forum: ROMS Installation
Topic: Nesting Issue at Compile
Replies: 0
Views: 619

Nesting Issue at Compile

Hello,

I'm still working on making sure I've updated to version 4.2, and am working on getting nesting working in the dogbone test case. When I try to compile, I get the following error.



post_initial.f90(70): error #6404: This name does not have a type, and must have an explicit type. [NGETD ...
by bhayward
Mon Apr 07, 2025 6:10 pm
Forum: ROMS Discussion
Topic: Issue Writing Temperature Slices in Estuary Test Case
Replies: 4
Views: 654

Re: Issue Writing Temperature Slices in Estuary Test Case

That makes good sense. Thank you.

-Ben
by bhayward
Mon Apr 07, 2025 4:54 pm
Forum: ROMS Discussion
Topic: Issue Writing Temperature Slices in Estuary Test Case
Replies: 4
Views: 654

Re: Issue Writing Temperature Slices in Estuary Test Case

Thank you

I think my issue was in the compilation process. It was definitely an error on my part.

When I changed Hout(idzslT) back to F F, I was still getting the same error.

I started from a fresh copy of the test case and got it working (including saving to a netcdf file). The issue I think ...
by bhayward
Mon Apr 07, 2025 3:01 pm
Forum: ROMS Discussion
Topic: Issue Writing Temperature Slices in Estuary Test Case
Replies: 4
Views: 654

Issue Writing Temperature Slices in Estuary Test Case

Hello,

I've recently updated roms, and am having trouble with the estuary_test test case. I'm getting an error when the program tries to write to the history file:


forrtl: severe (408): fort: (3): Subscript #1 of the array HOUT has value 0 which is less than the lower bound of 1

Image PC ...
by bhayward
Mon Sep 09, 2024 6:21 pm
Forum: ROMS Discussion
Topic: How make initial condition from other model to ROMS
Replies: 3
Views: 11586

Re: How make initial condition from other model to ROMS

Is your grid spherical? The Matlab scripts have to figure out whether the x and y dimensions/prefixes are 'x' and 'y' or 'lat' and 'lon', and use the 'spherical' variable to figure that out. If you've made your grid manually and didn't include the spherical flag, it might be trying to read in the ...
by bhayward
Wed Aug 28, 2024 12:56 pm
Forum: ROMS Discussion
Topic: Issues with Waves
Replies: 1
Views: 8316

Re: Issues with Waves

So, I'm not completely sure which one it was, but I changed my turbulent parameters from the ones that Doppio uses to the parameters used in the Wind Basin test case, and I also set Lnodal to true. This did get rid of the issues I was having.

I'll keep updating here as I learn more, but this is ...
by bhayward
Tue Aug 27, 2024 8:03 pm
Forum: ROMS Discussion
Topic: Issues with Waves
Replies: 1
Views: 8316

Issues with Waves

Hello all,

I'm working on a smaller scale model (dx ~40m) with wind forcing, and am running into issues with waves in the domain. I've tried using a couple of different boundary conditions, but I'm not noticing changes from them. I'm using harmonic mixing, and am using a tnu2 = 0.32 m2 / s , and ...