Search found 9 matches

by marcelcure
Wed Feb 06, 2013 12:44 am
Forum: ROMS Tools and Techniques
Topic: UTM to geographical coordinates
Replies: 4
Views: 5222

Re: UTM to geographical coordinates

Hi chaos22u,

I have successfully used this script :- http://www.mathworks.com/matlabcentral/ ... 14-utm2deg developed by Gabriel Ruiz Martinez.

Good luck!

Marcel
by marcelcure
Mon Jul 30, 2012 3:38 pm
Forum: ROMS Sediment
Topic: ROMS-SWAN Coupled System Users
Replies: 21
Views: 24460

Re: ROMS-SWAN Coupled System Users

John, My company Numerics Warehouse Ltd. has and continues to use the coupled ROMS-SWAN system for a number of ocean energy related projects including :- (1) Extreme storm simulations to evaluate the 3D current field at sub-sea turbines close to the French coast for a tidal turbine developer. (2) Co...
by marcelcure
Thu Aug 21, 2008 11:03 am
Forum: ROMS Discussion
Topic: Curvilinear SWAN coupling
Replies: 1
Views: 2459

Curvilinear SWAN coupling

Hi, We would like to define a SWAN grid exactly the same as our ROMS grid so that we can couple the two. Our ROMS grid is curvilinear. On reading the SWAN manual, I think I have to set COORDINATES CARTESIAN and CGRID CURVILINEAR followed by READGRID from a file generated from the lat-lon ROMS rho-gr...
by marcelcure
Thu Aug 21, 2008 10:26 am
Forum: ROMS Discussion
Topic: Operating ROMS nowcast/forecast models
Replies: 3
Views: 4380

Re: Operating ROMS nowcast/forecast models

Rich, A good idea to make a list of (pre-) operational ROMS models. We have been running our model for the NE Atlantic since Jan 2007. The simulations can be viewed at :- http://www.marine.ie/home/services/operational/oceanography/OceanForecast online validation can be viewed at :- http://www.marine...
by marcelcure
Wed Jun 27, 2007 10:12 am
Forum: Job Opportunities
Topic: Position: Ecosystem modeler at the Marine Institute, Ireland
Replies: 0
Views: 1862

Position: Ecosystem modeler at the Marine Institute, Ireland

The Marine Institute is looking for a developer with experience of ROMS to implement an ecosystem model (probably BFM) for the purpose of supporting decision making with respect to rapid climate change. If you are interested, please find details of the position and how to apply at http://www.marine....
by marcelcure
Tue May 22, 2007 9:34 am
Forum: ROMS Results
Topic: ROMS output on regular lat/lon
Replies: 2
Views: 7897

Hi Ratnam, We use PMEL's Ferret (http://ferret.wrc.noaa.gov/Ferret/) to do this. It is very fast, free and can be installed on desktops or 64 bits servers. The regridding to a regular lat lon grid is done in two stages :- firstly you need to make a mapping function, which can take a lot of processin...
by marcelcure
Mon Dec 05, 2005 8:51 am
Forum: ROMS Problems
Topic: ROMS for highly stratified fuild
Replies: 12
Views: 11678

We have had problems with riverine input causing numerical instability and high salinities. Initially we just used the the interfacial wave speed to calculate the Courant Number and set the baroclinic time step accordingly - but still had problems. We found that we had neglected the effect the volum...
by marcelcure
Tue Jun 07, 2005 7:21 am
Forum: ROMS Information
Topic: Simple (?) test problem does not work.
Replies: 1
Views: 2954

There are a few places in the code where divisions take place and where the possibility exists that the divisor equals 0 (especially if you are starting with some initail data fields that are set to zero). Some places where this occurs are u2dbc_im.F, v2dbc_im.F, zetabc.F and rho_eos.F. When I had t...
by marcelcure
Wed Jun 01, 2005 7:17 am
Forum: ROMS Problems
Topic: problems in SSH
Replies: 3
Views: 4487

I had similar problems with SSH in ROMS 2.1. I found that in the Make file, when compiling code with ifort, that no floating point checking was included as default. I added -fpe=0 to FFLAGS. What this does is it immediately aborts program execution when a floating point exception occurs, rather than...