Search found 11 matches

by ara952
Wed Jan 15, 2020 6:00 pm
Forum: ROMS Tools and Techniques
Topic: About linear programing with bathymetry smoothing
Replies: 3
Views: 4161

Re: About linear programing with bathymetry smoothing

Hi,
Unfortunately, the website is down.how can I get that?
Thank you,
Ahmadreza
by ara952
Mon Sep 09, 2019 5:35 pm
Forum: ROMS Discussion
Topic: Lat_u in ROMs output
Replies: 2
Views: 1182

Re: Lat_u in ROMs output

I really appreciate that.
Thank you.
by ara952
Mon Sep 09, 2019 2:39 pm
Forum: ROMS Discussion
Topic: Lat_u in ROMs output
Replies: 2
Views: 1182

Lat_u in ROMs output

Hi all, I have recently downloaded a ROMs output from the Golf of Maine Operational Forecast System. I want to extract the U and V parameter from the NetCDF file. Unfortunately, all lat_u values are set to zero. I was wondering if there is any steps to fix it base on the mesh or other variables? Tha...
by ara952
Wed Jun 12, 2019 12:47 am
Forum: ROMS Discussion
Topic: Time type in nc file
Replies: 5
Views: 2326

Re: Time type in nc file

I extracted the zeta variable to compare to the published tidal constituents from NOAA stations in the Gulf of Maine. The amplitude and phase from the model output are very different from the NOAA ones. I picked one of the NOAA stations position and found the closest node from the model to that posi...
by ara952
Tue Jun 11, 2019 12:18 pm
Forum: ROMS Discussion
Topic: Time type in nc file
Replies: 5
Views: 2326

Time type in nc file

Hi
Could you please let me know what is the type of time for running the ROMs in the nc output file?
I mean, is it local or GMT?
Thank you
by ara952
Tue May 28, 2019 9:08 pm
Forum: ROMS Discussion
Topic: Extracting temperature
Replies: 9
Views: 2964

Re: Extracting temperature

Hi Kate. I use this Matlab code to find the nearest node to my location. After using the i, j indices in the lat_rho and lon_rho, it gives me a location very far from my desired location. Could you help me with this? Thank you. yi =43.89818240; xi =-66.31989730; dist = sqrt( (lat_rho-yi)^2 +(lon_rho...
by ara952
Tue May 28, 2019 4:16 pm
Forum: ROMS Discussion
Topic: Extracting temperature
Replies: 9
Views: 2964

Re: Extracting temperature

Thank you so much Kate, for your reply.
by ara952
Tue May 28, 2019 4:06 pm
Forum: ROMS Discussion
Topic: Extracting temperature
Replies: 9
Views: 2964

Re: Extracting temperature

yes. This is the index. I will do that.
Does the grid file comes with the NC output?
Thank you
by ara952
Mon May 27, 2019 12:22 pm
Forum: ROMS Discussion
Topic: Extracting temperature
Replies: 9
Views: 2964

Re: Extracting temperature

I extracted the closest location to my desired latitude and longitude from the 'lon_rho' and 'lat_rho' with the dimension of (xi_rho,eta_rho),in my case the dimensions are as follow: lon_rho(119*119), lat_rho(119*119), and temp(119*119*30*24) and the closest longitude index is 3304 and the correspon...
by ara952
Fri May 24, 2019 5:24 pm
Forum: ROMS Discussion
Topic: Extracting temperature
Replies: 9
Views: 2964

Re: Extracting temperature

I have the nc file output of ROMs from NOAA Operational Model in the Gulf of Maine. I just need to extract 20 locations from the output. The problem is I have latitude and longitude positions and the temperature dimension in the nc file is different. How I can relate lat and lon to XI and eta?
by ara952
Fri May 24, 2019 4:04 pm
Forum: ROMS Discussion
Topic: Extracting temperature
Replies: 9
Views: 2964

Extracting temperature

Hi all.
I am totally new with ROMs.I need to extract temp for a specific location with lat and lon coordinate.I checked the nc file output,however the dimension for temp was XI×eta*s_rho_ocean_time.Would you please how I can extract the data?
Thank you