compdyn / partmc

Particle-resolved stochastic atmospheric aerosol model
http://lagrange.mechse.illinois.edu/partmc/
GNU General Public License v2.0
27 stars 15 forks source link

Improve cb05 test for multiple cells #134

Closed cguzman95 closed 4 years ago

cguzman95 commented 4 years ago

The idea is to improve the test_cb05_big to be more accurate respected to a MONARCH experiment. To achieve this, the test will read a netCDF file generated by MONARCH to assign most of his input values (concentrations, temperature, pressures). It will miss the photolysis rates but probably won't affect the results significantly.

Also, this issue search for make easier to plot the performance metrics by improving the output format of the performance metrics ( time execution, solver iterations, etc), from printing them in the console to saving them in a .csv file. The reason through this is because now we have a big amount of different input values necessaries to measure accurately the impact of these input values on the performance. This feature is related to #110, since the idea is that camp_debug.c will include all the code related to the debug variables.

cguzman95 commented 4 years ago

(TODO) Also: Save in a file the test configuration for each run (time_steps, n_cells, GPU flag...)

cguzman95 commented 4 years ago

The main idea is done since testing with a netcdf file it works well, so I will close the issue at the moment and reopen if a improvement is need.