In: 12:00 pm | Out: 4:30 pm
Ongoing To-do List:
• Write server program to optimize correlation
Today I'll be working on a program that repeatedly calls Typhoon while altering the input arguments in an attempt to achieve the best possible results. The accuracy of the results will be gauged using the linear correlation coefficient between the LES data and Typhoon's output.
It will be a python script that runs on the server, stopping and starting Typhoon between each call. Here's the flow:
do
start typhoon with args
sent data to typhoon
get results from typhoon
close typhoon
calc correlation coeff
store results
change args
loop
Before I try to figure out in what way to alter the arguments, I'll read Pierre's paper on Typhoon (for the 3rd or 4th time). I'm grasping a bit more each read.