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
Is your feature request related to a problem? Please describe.
In interpolator_mod, the subroutine interpolator_initmainly calls the subroutine fms2io_interpolator_init. The code under fms2io_interpolator_init does not need to be in a separate subroutine. All initialization code can be moved to interpolator_init
Describe the solution you'd like
Combine interpolator_init and fms2io_interpolator_init; and remove fms2io_interpolator_init.
Describe alternatives you've considered
Leave it the way it is.
Additional context
Removing fms2io_interpolator_init will result in a cleaner code. Else, the users will wonder why there is a separate subroutine fms2io_interpolator_init.
The text was updated successfully, but these errors were encountered:
mlee03
added
the
enhancement
Issue/PR for a modification that increases performance, improves syntax, or adds functionality.
label
Jul 31, 2023
Is your feature request related to a problem? Please describe.
In
interpolator_mod
, the subroutine interpolator_init mainly calls the subroutine fms2io_interpolator_init. The code under fms2io_interpolator_init does not need to be in a separate subroutine. All initialization code can be moved to interpolator_initDescribe the solution you'd like
Combine interpolator_init and fms2io_interpolator_init; and remove fms2io_interpolator_init.
Describe alternatives you've considered
Leave it the way it is.
Additional context
Removing fms2io_interpolator_init will result in a cleaner code. Else, the users will wonder why there is a separate subroutine fms2io_interpolator_init.
The text was updated successfully, but these errors were encountered: