Search found 5 matches

by vincentcombesOSU
Wed Mar 16, 2022 8:42 am
Forum: ROMS Discussion
Topic: Regional downscaling of climate projections?
Replies: 5
Views: 8039

Re: Regional downscaling of climate projections?

In addition to Davis Rivas' paper, you can also read this one:
"A Dynamically Downscaled Ensemble of Future Projections for the California Current System"

https://www.frontiersin.org/articles/10 ... 12874/full
by vincentcombesOSU
Thu Sep 09, 2021 10:21 pm
Forum: ROMS Benchmarks
Topic: ROMS on XSEDE systems
Replies: 3
Views: 15471

Re: ROMS on XSEDE systems

Just found what I was missing.

I did not have defined REDUCE_ALLREDUCE

everything is fine now :)
by vincentcombesOSU
Sat Sep 04, 2021 5:31 am
Forum: ROMS Benchmarks
Topic: ROMS on XSEDE systems
Replies: 3
Views: 15471

Re: ROMS on XSEDE systems

Dear John and Ke,

it seems that you were able to run ROMS on stampede from utexas (although your posts are from 2014)
I do have a question for you about this.


While I was able to get ROMS run there (now stampede2) using openmp, I am having trouble making it run using mpi.
The compiling does not ...
by vincentcombesOSU
Fri May 07, 2021 4:02 pm
Forum: ROMS Ice
Topic: Landfast ice
Replies: 2
Views: 17981

Re: Landfast ice

Dear Kate,

I have started using your ice module for the last 2 months.
I am wondering if there is a mistake in how the landfast is written

It is currently written as followed:
#ifdef ICE_LANDFAST
...
alfa = alfa + udrag
...
#endif

should not it be ?:
#ifdef ICE_LANDFAST
...
alfa = alfa + dte(ng ...
by vincentcombesOSU
Thu Feb 02, 2012 9:36 pm
Forum: ROMS FAQ
Topic: Tidal forcing at the open boundary
Replies: 23
Views: 104258

Re: Tidal forcing at the open boundary

I am looking for the code to implement a TIDAL FORCING to a grid with NO OPEN BOUNDARY (global grid). I can see from the blog that an option POT_TIDES exists

Kate and leonjld has mentioned "If you have a large enough domain to require the body force potential tide, then that's another story. Paul ...