marbl-ecosys / MARBL

Marine Biogeochemistry Library
https://marbl-ecosys.github.io
Other
14 stars 25 forks source link

Better naming convention for files in driver_src/ #439

Open mnlevy1981 opened 1 year ago

mnlevy1981 commented 1 year ago

Using the marbl_ prefix for the stand-alone driver designed for testing is a little confusing; it's unclear what subroutines called from the driver are in the MARBL library rather than the driver itself. @klindsay28 and I discussed this, and a better approach would be to use driver_ instead of marbl_ for the driver; modules like marbl_init_drv.F90 should either be driver_init.F90 or driver_init_test.F90 (I'm leaning towards the former).