This change allows the user more control over the behavior of add_atmo_dep(). The function can now either update the SQL and write the atmodep.cli file, or only write the atmodep.cli file.
Additionally, the location of the SQL database and location of where the text file is written can now be different.
Closes #6
There is some added complexity to maintain backwards compatibility. Feel free to make any changes of course. If you agree with this implementation style, I can see if I can update the rest of the SQL/Txt functions.
This change allows the user more control over the behavior of
add_atmo_dep()
. The function can now either update the SQL and write the atmodep.cli file, or only write the atmodep.cli file.Additionally, the location of the SQL database and location of where the text file is written can now be different.
Closes #6
There is some added complexity to maintain backwards compatibility. Feel free to make any changes of course. If you agree with this implementation style, I can see if I can update the rest of the SQL/Txt functions.