Search found 9 matches

by elhunter
Tue Jan 03, 2012 3:35 pm
Forum: ROMS Tools and Techniques
Topic: TPXO to ROMS EXPRESS (tide extraction software)
Replies: 110
Views: 2638544

Re: TPXO to ROMS EXPRESS (tide extraction software)

Hi there, So I ran into another issue when running the extraction script. It has to do with writing the output tidal forcing file. >> extractTPXOtides 'Extracting ' 'K1' ' amplitudes' 'Extracting ' 'K1' ' u components' 'Extracting ' 'K1' ' v components' 'Extracting ' 'M2' ' amplitudes' 'Extracting '...
by elhunter
Tue Jan 03, 2012 2:55 pm
Forum: ROMS Tools and Techniques
Topic: TPXO to ROMS EXPRESS (tide extraction software)
Replies: 110
Views: 2638544

Re: TPXO to ROMS EXPRESS (tide extraction software)

Hi John, I was testing out your tidal extraction script today, to see how it compares with the scripts I posted on wikiroms (which are fairly cumbersome). I came across a minor issue that some others might run into. >> extractTPXOtides 'Extracting ' 'MM' ' amplitudes' Error using & Matrix dimens...
by elhunter
Wed Aug 03, 2011 11:16 am
Forum: ROMS Information
Topic: matlab error in tidal forcing
Replies: 7
Views: 10532

Re: matlab error in tidal forcing

Hi Rafael,

The domain name is just a string describing your grid domain. It ends up as an attribute in the NetCDF file.


Eli
by elhunter
Tue Aug 02, 2011 2:39 pm
Forum: ROMS Information
Topic: matlab error in tidal forcing
Replies: 7
Views: 10532

Re: matlab error in tidal forcing

This is yet another version compatibility problem. Newer versions of t_vuf in the t_tide toolbox require another input variable. e.g. [V,U,F]=t_vuf(base_date,iconst,reflat); becomes [V,U,F]=t_vuf('nodal',base_date,iconst,reflat); I put an updated version of otps2frc*.m on: http://marine.rutgers.edu/...
by elhunter
Mon Aug 01, 2011 2:56 pm
Forum: ROMS Information
Topic: matlab error in tidal forcing
Replies: 7
Views: 10532

Re: matlab error in tidal forcing

Hello, Yep, this error is due to an older version of the t_tide toolbox used with newer versions of MATLAB. Rich Pawlowicz has an updated version of t_tide on his website http://www.eos.ubc.ca/~rich/#T_Tide . I have posted a note on the Wikiroms tidal forcing page and the undated t_tide zip file at ...
by elhunter
Sat Jun 07, 2008 11:25 am
Forum: ROMS Information
Topic: Issue with ROMS tidal forcing WIKI
Replies: 2
Views: 5067

t_getconsts.m is a part of the T_TIDE tidal analysis package. The routine otps3frc_v3.m does not recognize changes to T_TIDE in newer versions, so perhaps the issue is related to the use a different version of T_TIDE.

Eli
by elhunter
Tue Jan 16, 2007 1:52 pm
Forum: ROMS Problems
Topic: NetCDF Forcing files.
Replies: 0
Views: 2557

NetCDF Forcing files.

Hello, I'm having a difficulty running ROMS on a cluster (compiled using pgi). I created a set of idealized NetCDF forcing files which are all one dimensional time series. When I run ROMS I get to the first time step and it seems to hang. (File: espresso_2005mar_ini_alongcoast.nc, Rec=0001, Index=1)...
by elhunter
Tue Dec 12, 2006 2:40 pm
Forum: ROMS Installation
Topic: Compiling ROMS on SUNOS
Replies: 1
Views: 3378

Resolution

Hello,

Well as it turns out the problem was with my netcdf.inc file. It was using "c" as a comment instead of "!". I upgraded my netcdf libraries and it seems to be compiling fine.

Thanks,
Eli
by elhunter
Mon Dec 11, 2006 9:59 pm
Forum: ROMS Installation
Topic: Compiling ROMS on SUNOS
Replies: 1
Views: 3378

Compiling ROMS on SUNOS

Hello, This is my first attempt at compiling ROMS and I am having a difficulty.Hopefully I am not doing anything all that silly. Here are some relevant versions. squall{58}% uname -a SunOS squall 5.8 Generic_108528-22 sun4u sparc SUNW,UltraAX-i2 squall{61}% make -v GNU Make 3.80 Copyright (C) 2002 F...