I added the inputs I generated when training the model with the model configuration you provided. I realized that COAWST csv is not made in the model run step, so I did not add that file in here.
I updated the scripts to write those results to the modeling run folder name.
I added a snapshot of the modeling configuration that was used to generate manuscript results (model_config_Run_Manuscript_Results.yaml) and called that config in the analysis step (in case the model_config.yaml gets updated by the user, the analysis can still be run).
I changed the defaul run name in model_config.yaml to Test_Run so the user would not overwrite manuscript results.
I also updated the README to reflect the changes we discussed.
model_config_Run_Manuscript_Results.yaml
) and called that config in the analysis step (in case themodel_config.yaml
gets updated by the user, the analysis can still be run).model_config.yaml
toTest_Run
so the user would not overwrite manuscript results.