generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Work on the current NWM identified Fortran goto
statements as a potential issue. Modern Fortran has moved away from goto
statements for myriad reasons, some of which are discussed here.
There is one module from which the goto
s should be removed (https://github.com/NOAA-OWP/snow17/search?q=goto):
Alternative solutions include do
loops, if
statements, cycle
, exit
, and case
.
This issue also needs fixing in Sac-SMA and Noah-OWP-Modular.
Metadata
Metadata
Assignees
Labels
No labels