Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bounc needs to work with spec files with different dimensions #1248

Open
aliabdolali opened this issue Jun 11, 2024 · 0 comments
Open

bounc needs to work with spec files with different dimensions #1248

aliabdolali opened this issue Jun 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@aliabdolali
Copy link
Contributor

Is your feature request related to a problem? Please describe.
ww3_bounc requires consistent dimension and it gives an error in case there are multiple spec.nc files as boundary conditions and each has different dimensions (NKI,NTHI,MTI).

spec1.nc [36x35x145]
spec2.nc [36x35x141]

error:

 *** WAVEWATCH III ERROR IN W3BOUNC:
     INCONSISTENT SPECTRAL DIMENSION FOR FILE ./src/ww3_2D_N_p11_201108_spec.nc
     NKI = 35 DIFFERS FROM NK1 = 35
     OR NTHI = 36 DIFFERS FROM NTH1 = 36
     OR NTI =  145 DIFFERS FROM NT1 =  141

Describe the solution you'd like
Multiple spec.nc with different dimension should be read by bounc

@aliabdolali aliabdolali added the enhancement New feature or request label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant