You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the schism namelist files have a mix of upper and lower case variable names. This doesn't matter at runtime as Fortran is case insenstive. Python is not. To avoid confusion, and as a syle decision, I propose we enforce lowercase variable names
The text was updated successfully, but these errors were encountered:
Currently the schism namelist files have a mix of upper and lower case variable names. This doesn't matter at runtime as Fortran is case insenstive. Python is not. To avoid confusion, and as a syle decision, I propose we enforce lowercase variable names
The text was updated successfully, but these errors were encountered: