Currently saves new D-mode files created using bgc.sprof().export_files(mode='D') to the files dac folder ../D/. For example file dac/meds/BR4901784_002.nc would be saved to dac/meds/D/BD4901784_002.nc. The idea is this won't overwrite anything and was useful while I was doing development.
I think this should stay as the behaviour unless the user specifies an argument using bgc.configure.configure(), like, dm_path='my/d/mode/path' which could just be the usual Argo spot or somewhere totally different.
Currently saves new D-mode files created using
bgc.sprof().export_files(mode='D')to the files dac folder../D/. For example filedac/meds/BR4901784_002.ncwould be saved todac/meds/D/BD4901784_002.nc. The idea is this won't overwrite anything and was useful while I was doing development.I think this should stay as the behaviour unless the user specifies an argument using
bgc.configure.configure(), like,dm_path='my/d/mode/path'which could just be the usual Argo spot or somewhere totally different.