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 ...
Search found 9 matches
- Tue Jan 03, 2012 3:35 pm
- Forum: ROMS Tools and Techniques
- Topic: TPXO to ROMS EXPRESS (tide extraction software)
- Replies: 110
- Views: 3994858
- Tue Jan 03, 2012 2:55 pm
- Forum: ROMS Tools and Techniques
- Topic: TPXO to ROMS EXPRESS (tide extraction software)
- Replies: 110
- Views: 3994858
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 ...
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 ...
- Wed Aug 03, 2011 11:16 am
- Forum: ROMS Information
- Topic: matlab error in tidal forcing
- Replies: 7
- Views: 33575
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
The domain name is just a string describing your grid domain. It ends up as an attribute in the NetCDF file.
Eli
- Tue Aug 02, 2011 2:39 pm
- Forum: ROMS Information
- Topic: matlab error in tidal forcing
- Replies: 7
- Views: 33575
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 ...
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 ...
- Mon Aug 01, 2011 2:56 pm
- Forum: ROMS Information
- Topic: matlab error in tidal forcing
- Replies: 7
- Views: 33575
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 ...
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 ...
- Sat Jun 07, 2008 11:25 am
- Forum: ROMS Information
- Topic: Issue with ROMS tidal forcing WIKI
- Replies: 2
- Views: 9741
- Tue Jan 16, 2007 1:52 pm
- Forum: ROMS Problems
- Topic: NetCDF Forcing files.
- Replies: 0
- Views: 4242
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 ...
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 ...
- Tue Dec 12, 2006 2:40 pm
- Forum: ROMS Installation
- Topic: Compiling ROMS on SUNOS
- Replies: 1
- Views: 5229
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
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
- Mon Dec 11, 2006 9:59 pm
- Forum: ROMS Installation
- Topic: Compiling ROMS on SUNOS
- Replies: 1
- Views: 5229
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 ...
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 ...