Closed jefflarkin closed 2 years ago
Previously the code relied on a PGI command-line option that made all variables assumed present by default. This adds the default(present) clause, which is the standardized way of accomplishing the same thing.
default(present)
Will remove superfluous privates variables and push changes.
Completed via commit 853ab64c69e0fbad9c8f4d58c0f198cc9e81ded4 on miniWeather master.
Previously the code relied on a PGI command-line option that made all variables assumed present by default. This adds the
default(present)
clause, which is the standardized way of accomplishing the same thing.