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

SEG Fault if ln_int_wave_drag .true. and ln_tide .false. #170

Open
jdha opened this issue Jul 3, 2024 · 0 comments
Open

SEG Fault if ln_int_wave_drag .true. and ln_tide .false. #170

jdha opened this issue Jul 3, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jdha
Copy link
Contributor

jdha commented Jul 3, 2024

Having not run SE-NEMO without tides for a while I spent a while chasing a SEG Fault after switching tides off. I should've switched ln_int_wave_drag to false too but it slipped my mind. I would suggest updating dynspg_ts.F90 with something like:

IF (ln_int_wave_drag) THEN

to

IF (ln_int_wave_drag .AND. ln_tide) THEN

or add into tide_init somewhere an update to ln_int_wave_drg that if ln_tide is false set ln_int_wave_drg to false

@jdha jdha added the bug Something isn't working label Jul 3, 2024
@github-project-automation github-project-automation bot moved this to To do in SE-NEMO Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: To do
Development

No branches or pull requests

3 participants