-
Notifications
You must be signed in to change notification settings - Fork 6
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
Change type of it to I8 inside SCHISM #15
Labels
enhancement
New feature or request
Comments
@josephzhang8 I really believe we should allow more than 32k time steps. At dt=200 s, this would only get us as far as 75 days...(something seems off in my calculation ...) |
Thx for correcting me. Would it hurt to use i8 for compatibility with ESMF advancecount? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When calling
call schism_step(it)
we currently need to provide an INT4 as type ofit
. In ESMF, this is a long int (INT8), and I would recommend also changing to this type forit
in SCHISM.The text was updated successfully, but these errors were encountered: