ORAC-CC / orac

Optimal Retrieval of Aerosol and Cloud
GNU General Public License v3.0
28 stars 19 forks source link

Replace array allocation in SPixel loop #99

Open adamcpovey opened 2 months ago

adamcpovey commented 2 months ago

We currently reallocate all arrays in SPixel for every single pixel. Apparently, when OCA removed that from their code base, there was a vast reduction in runtime. We should do likewise.

It's a big task, and doesn't further our science goals, but is probably a good starting task for someone new to the Fortran.