Search found 5 matches

by fransUgent
Tue Jul 14, 2020 2:25 pm
Forum: ROMS Bugs
Topic: Bug in set_grid.F
Replies: 1
Views: 7472

Bug in set_grid.F

Good day,

I ran into a compiling error when defining #NESTING (after updating to rev 1031 this morning).

a CALL to nesting in set_grid.F:
line 112: CALL nesting (ng, model, ndxdy)
cannot find ndxdy (no implicit type)

looking at:
#ifdef NESTING
USE nesting_mod, ONLY : nesting

seems to be the ...
by fransUgent
Fri May 29, 2020 12:24 pm
Forum: ROMS Bugs
Topic: compiling 4DVar with WET_DRY + wclock_off problem
Replies: 4
Views: 15962

Re: compiling 4DVar with WET_DRY + wclock_off problem

Hi all,

I pulled the latest ROMS version this morning (29 May)

I can attest to the same error (for the WC13 RBL4DVAR case) NOT including WET_DRY. I picked up this problem with my own project today:

/WC13/RBL4DVAR/Build/libUTIL.a(timers.o): In function `wclock_off_':
timers.f90:(.text+0x1810 ...
by fransUgent
Mon Sep 09, 2019 1:20 pm
Forum: ROMS Results
Topic: ROMS + SWAN with nesting : obvious error in the results
Replies: 4
Views: 13848

Re: ROMS + SWAN with nesting : obvious error in the results

Hi John (and all other subsequent readers)

After quite a few tests I have figured it out. in the nested input file (nested file only), white capping is the culprit. Basically three options exist
a) WCAP: this produces an error in the run (screen dump attached compiled with debug on) and the ...
by fransUgent
Wed Sep 04, 2019 8:15 pm
Forum: ROMS Results
Topic: ROMS + SWAN with nesting : obvious error in the results
Replies: 4
Views: 13848

Re: ROMS + SWAN with nesting : obvious error in the results

Hi John,

Thanks for the quick reply. I had a look at your suggestions with the following results:
1. See attached results. The Nested large and smaller grid Hsig calculations are consistent with each other (no clear offset or weird spatial issues). I have included, for reference, Hsig plot of a non ...
by fransUgent
Wed Sep 04, 2019 7:28 am
Forum: ROMS Results
Topic: ROMS + SWAN with nesting : obvious error in the results
Replies: 4
Views: 13848

ROMS + SWAN with nesting : obvious error in the results

Good day!

We are busy producing a coupled + nested ROMS + SWAN model. To date we have successfully:
1: Coupled ROMS to SWAN without refinement
2: Run ROMS with refinement
3. Run SWAN without nesting in ROMS
4. Run native SWAN with nesting (NESTout, BOUNDNEST1, etc.)

All the runs above compare ...