Search found 4 matches
- Fri Jan 05, 2024 4:15 pm
- Forum: ROMS Discussion
- Topic: ROMS output gradient calculation
- Replies: 2
- Views: 9814
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 ...
- Thu Feb 05, 2015 2:44 pm
- Forum: ROMS Tools and Techniques
- Topic: Online python course
- Replies: 1
- Views: 3503
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
https://www.coursera.org/course/scicomp
- Fri Dec 17, 2010 2:09 am
- Forum: ROMS Bugs
- Topic: variables not being witten to average & diagnostic files
- Replies: 2
- Views: 2139
Re: variables not being witten to average & diagnostic files
Yes, that's the problem. Thank you.
- Thu Dec 16, 2010 12:41 am
- Forum: ROMS Bugs
- Topic: variables not being witten to average & diagnostic files
- Replies: 2
- Views: 2139
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). I ...