generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 11
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 are two modules from which the goto
s should be removed (https://github.com/NOAA-OWP/sac-sma/search?q=goto):
Alternative solutions include do
loops, if
statements, cycle
, exit
, and case
.
This issue also needs fixing in Noah-OWP-Modular and Snow-17.
Metadata
Metadata
Assignees
Labels
No labels