Search found 4 matches

by tompc35
Fri Jan 05, 2024 4:15 pm
Forum: ROMS Discussion
Topic: ROMS output gradient calculation
Replies: 2
Views: 9127

Re: ROMS output gradient calculation

You could try the XROMS Python package. It has a general function for calculating horizontal derivatives on the native ROMS grid, as well as specialized functions for calculating geostrophic surface velocity and horizontal buoyancy gradients. https://xroms.readthedocs.io/en/latest/calc.html#derivati...
by tompc35
Thu Feb 05, 2015 2:44 pm
Forum: ROMS Tools and Techniques
Topic: Online python course
Replies: 1
Views: 3245

Re: Online python course

This MOOC on high performance scientific computing might also be useful for ROMS folks. It also involves some Python.

https://www.coursera.org/course/scicomp
by tompc35
Fri Dec 17, 2010 2:09 am
Forum: ROMS Bugs
Topic: variables not being witten to average & diagnostic files
Replies: 2
Views: 1982

Re: variables not being witten to average & diagnostic files

Yes, that's the problem. Thank you.
by tompc35
Thu Dec 16, 2010 12:41 am
Forum: ROMS Bugs
Topic: variables not being witten to average & diagnostic files
Replies: 2
Views: 1982

variables not being witten to average & diagnostic files

At some point between revision 351 and the latest version 519, I believe ROMS stopped writing certain variables to average & diagnostic files. I have tested this using the upwelling test case with AVERAGES, UV_DIAGNOSTICS and TS_DIAGNOSTICS defined in upwelling.h (and PERFECT_RESTART undefined)....