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

Probably typo? #15

Open
hydrocoast opened this issue Dec 27, 2023 · 0 comments
Open

Probably typo? #15

hydrocoast opened this issue Dec 27, 2023 · 0 comments

Comments

@hydrocoast
Copy link

I am afraid that bathymetory below is a typo of bathymetry.

subroutine update_bathymetory(dg)

end subroutine update_bathymetory

use mod_bank, only : read_bank_file, update_bathymetory, &

jagurs/src/JAGURS.f90

Lines 1811 to 1813 in d81e29d

TIMER_START('update_bathymetory')
call update_bathymetory(dgrid(ig))
TIMER_STOP('update_bathymetory')

jagurs/src/JAGURS.f90

Lines 2190 to 2192 in d81e29d

TIMER_START('update_bathymetory')
call update_bathymetory(dgrid(ig))
TIMER_STOP('update_bathymetory')

jagurs/src/JAGURS.f90

Lines 2309 to 2311 in d81e29d

TIMER_START('update_bathymetory')
call update_bathymetory(dgrid(ig))
TIMER_STOP('update_bathymetory')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant