ET-NCMP / NCMP

Software in R for calculating National Climate Monitoring Products
5 stars 1 forks source link

Variogram calculation should be more interactive #48

Closed ET-NCMP closed 6 years ago

ET-NCMP commented 7 years ago

The variogram step is the step during which things are most likely to go wrong. At the moment, the calculation of the empirical variogram and the fitting of the variogram are contained in one script.

The calculation of the empirical variogram can be slow for moderately large numbers of stations, which is annoying for the user if they have to run the script multiple times to get a good set of variograms. Ideally, the calculation of the empirical variogam would be a stand alone script that gets run once. The output would then get passed to a script that fits different functional forms to the empirical variogram.

This second script would read in the empirical variogram and ideally:

ET-NCMP commented 7 years ago

I've added a basic interactive script for the variogram calculation - P3_Variogram_Interactive.R. This allows the user to specify a new maximum range and recompute the best fit parameters for the variogram as often as they like.

ET-NCMP commented 6 years ago

This has now been iterated a few times and run by team member. It is part of the system and included in the user manual.