Hi there,
I am currently trying to set up a nested grid (1 refinement grid). The atmospheric forcing files I provide fit the parent grid exactly (and works).
How do I get the forcing files to work directly with the refinement grid without providing a new file (i.e. so that ROMS does the interpolation for me).
The error I get is a dimension mismatch:
NETCDF_CHECK_DIM - inconsistent size of dimension: xi_u 460 301
All the best,
Ash
Atmospheric forcing for child grid
Re: Atmospheric forcing for child grid
Hi Ash,
From the error it does not seem related to the forcing file, as ROMS performs the interpolation internally. Have you checked if the dimensions in the .in file from the son grid are correct?
Regards
From the error it does not seem related to the forcing file, as ROMS performs the interpolation internally. Have you checked if the dimensions in the .in file from the son grid are correct?
Regards
Re: Atmospheric forcing for child grid
It could be that ROMS only checks once when deciding whether to remap or not. The check happens at line 226 of nf_fread2d.F.
Re: Atmospheric forcing for child grid
Right I see - I tried forcing it to true, but still couldn't get past the error. It's easy enough to do the interpolation myself anyhow.
Thanks for your help!
Ash
Thanks for your help!
Ash