Closed EdwardSafford-NOAA closed 11 months ago
Just about there. This plot is taken from the gnorm_data.txt file, which is in CSV format. This 3 figure plot is the MinMon summary plot and includes the initial gradient over the past 120 cycles, the final gnorm value (over 120 cycles), and the minimum and maximum values of the last 10 iterations (over 120 cycles).
Closed by #164 .
In the
eva/data
sub-directory add a module to enable reading in CSV formatted text files namedcsv_space.py.
This is needed in order to generate the MinMon summary plots.The idea is to read the data in a generic fashion so any CSV file could be read into eva. The input yaml file will indicate which field(s) in the file are to be to incorporated in the resulting dataset, as well as the names of the corresponding variables.