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
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.
Work on the current NWM identified Fortran
goto
statements as a potential issue. Modern Fortran has moved away fromgoto
statements for myriad reasons, some of which are discussed here.There are three modules from which the
goto
s should be removed (https://github.com/NOAA-OWP/noah-owp-modular/search?q=goto):Alternative solutions include
do
loops,if
statements,cycle
,exit
, andcase
.This issue also needs fixing in Sac-SMA and Snow-17.
The text was updated successfully, but these errors were encountered: