OpenWaterFoundation / cdss-app-snodas-tools

Colorado's Decision Support Systems (CDSS) Snow Data Assimilation System (SNODAS) Tools
8 stars 4 forks source link

Need to integrate current TSTool processing into development and deployed environment #9

Open smalers opened 7 years ago

smalers commented 7 years ago

TSTool was not configured properly once the development environment files were cleaned up. I got things working on the D: drive location by making a top level TSTool folder and putting the required files in there. This parallels the processedData folders but separates the TSTool input and command file. The command file relies on input from the staticData/WatershedConnectivity/Watershed_Connectivity_v3.xlsx file and puts output in the processedData/6_CreateTimeSeriesProducts/... folder.

Emma needs to understand what I did and then copy the necessary TSTool input files to her development files so they can be committed to the repository. Probably we should work on this together to make sure we are on the same page. The necessary files are listed below.

The following should be committed in sequence so as to have all versions, and use the generic name.

create-snodas-swe-graphs.TSTool create-snodas-swe-graphs-v2.TSTool create-snodas-swe-graphs-v3.TSTool

*template.tsp is all the graph descriptions. REAME.md

SnowpackGraphsByBasin-tsp - need this file to exist and can be empty via a .gitignore file

create-snodas-swe-graphs-tstool-control.txt will need to be created where the TSTool command file lives in order to be recognized. Otherwise, default of processing current day will be in effect.

egiles16 commented 7 years ago

All files, and their corresponding structure, have been moved over into the repository. I commited each create-snodas-swe-graphas.TSTool file separately so that they are all stored within the repository history. The only create-snodas-swe-graphas.TSTool file that is in the most up-to-date version of the repository is version 3, create-snodas-swe-graphs-v3.TSTool.

I added '*.tsp' to the global .gitignore file.

egiles16 commented 7 years ago

Edit:

The '.tsp' to the global .gitignore file has been deleted. A local .gitignore file has been created in the CDSS-SNODAS-Tools\git-repos\cdss-app-snodas-tools\test-CDSS\TsTool\6_CreateTimeSeriesProducts\SnowpackGraphsByBasin-tsp folder with the included content of '.tsp'.