Search found 3 matches

by ilgar
Mon Aug 29, 2016 1:34 pm
Forum: ROMS Installation
Topic: Finished compiling COAWST Installation - Ubuntu 14.04
Replies: 26
Views: 28498

Re: Finished compiling COAWST Installation - Ubuntu 14.04

Here are the two things that helped me tackle the netcdf issues discussed above (using zlib-1.2.8.tar.gz ; hdf5-1.8.13.tar.gz ; netcdf-4.3.2.tar.gz ; netcdf-fortran-4.4.0.tar.gz ): 1) When configuring netcdf, I added the flags for hdf5. ngarg's post was implying that but where I wrote the CPPFLAGS e...
by ilgar
Wed May 16, 2012 12:02 am
Forum: ROMS Discussion
Topic: Regridding of winds and their rotation within ROMS
Replies: 16
Views: 13235

Re: Regridding of winds and their rotation within ROMS

Given the following netcdf setup of windstresses (on a large native grid covering the ROMS grid(s)) and possibly with several similar setups, ROMS does interpolate and rotate winds to its own grid(s). The main thing seems to be to introduce variable dimensions different than those in regular ROMS fi...
by ilgar
Mon May 14, 2012 11:45 pm
Forum: ROMS Discussion
Topic: Regridding of winds and their rotation within ROMS
Replies: 16
Views: 13235

Re: Regridding of winds and their rotation within ROMS

I run ROMS with wind stress based on NARR wind fields. Although I can run with wind stress manually interpolated and rotated to my nested grids, in order to avoid diskspace issues and rotation several times, I would like to be able to run directly with the wind stresses I interpolate from NARR data ...