issues
search
NOC-MSM
/
pyBDY
pyBDY: a Python based regional NEMO model configuration toolbox.
GNU General Public License v3.0
7
stars
7
forks
source link
Refactoring extract routine.
#149
Open
jdha
opened
1 year ago
jdha
commented
1 year ago
Breakout the following routines:
[ ]
__init__
strip down and remove sub-sections into private functions
[ ] move all one time processes out of the extract function to improve efficiency
[ ] move interpolation routines to separate file
[ ] move IO routines into a separate file
[ ] move general subroutines into util.py
Breakout the following routines:
__init__
strip down and remove sub-sections into private functions