For example, if IMF is a different format, we should be able to still parse it...
current implementation is restrictive: init_imf('filename') should be changed to init_imf('filename', fileFormat='swmf')
the fileformat arguments can be optional with defaults set to something sensible. If we move GITM's srcPython download scripts here, the defaults can all align.
This will allow the use of NGDC indices and should complete the move from GITM's existing readers.
For example, if IMF is a different format, we should be able to still parse it...
current implementation is restrictive:
init_imf('filename')should be changed toinit_imf('filename', fileFormat='swmf')the
fileformatarguments can be optional with defaults set to something sensible. If we move GITM's srcPython download scripts here, the defaults can all align.This will allow the use of NGDC indices and should complete the move from GITM's existing readers.