uaf-arctic-eco-modeling / dvm-dos-tem

A process based Dynamic Vegetation, Dynamic Organic Soil, Terrestrial Ecosystem Model.
MIT License
22 stars 24 forks source link

Let user specify formatting when printing distributions and initial guess for MADs work. #693

Closed tobeycarman closed 7 months ago

tobeycarman commented 7 months ago

Currently the formatting is set to {:8.3f} in SA_post_hoc_analysis::prep_mads_distributions(..) and the corresponding function for prepping the initial guess. We should add a parameter to these function to let the user override the format if they need more or less decimal places. So that user could do this:

SA_post_hoc_analysis::prep_mads_distributions(params, fmt='{10.6e}')

or something like that if they want a different format...

tobeycarman commented 7 months ago

Fixed by #696