ClimaCoupler.jl
ClimaCoupler.jl copied to clipboard
table improvement: pass in config file
Currently, the coupler summary table takes in job IDs from the command line and uses these to find the correct simulation output files to read in data from. It would be cleaner to take in a config file as well, and use this to get the resolution and dt of the simulation, instead of hardcoding them in the table
After making this change, we should verify that the table output results are identical to what we saw before it