MPAS-Dev / MPAS-Tools

MPAS Tools Repository
Other
39 stars 65 forks source link

Replace non-standard calls to getarg and system in grid_rotate #411

Closed mgduda closed 3 years ago

mgduda commented 3 years ago

This merge replaces non-standard getarg and system calls in the grid_rotate program with calls to the F2003 get_command_argument and F2008 execute_command_line subroutines, respectively.

mgduda commented 3 years ago

@MiCurry As mentioned in PR #410, we could add another commit to this PR to replace the nonstandard system calls with execute_command_line calls as part of a broader objective of replacing non-standard calls of all sorts (getarg, system). What do you think?

MiCurry commented 3 years ago

@mgduda I think using this PR to remove system would be great! Two birds with one stone!

mgduda commented 3 years ago

@MiCurry I've just added another commit to address the system calls, and I've updated the PR description, too.