CWorthy-ocean / roms-tools

Tools for setting up and running ROMS simulations
https://roms-tools.readthedocs.io
GNU General Public License v3.0
7 stars 3 forks source link

Performance testing and memory profiling for atmospheric forcing generation #42

Open NoraLoose opened 1 week ago

NoraLoose commented 1 week ago

41 adds the AtmosphericForcing class.

We have to do more performance testing and memory profiling on different machines and clusters, in order to make recommendations to the user for what kind of dask clusters to use:

  1. thread-based vs. process based
  2. how many workers for a given total amount of memory (making sure every worker has enough memory)