RRTMGP.jl icon indicating copy to clipboard operation
RRTMGP.jl copied to clipboard

Improve memory management

Open charleskawczynski opened this issue 5 years ago • 2 comments

We may be able to make RRTMGP.jl more memory friendly by computing more parameters on the fly, rather than storing data. For example, the Planck function is stored per temperature and by band, we may be able to determine the band at runtime.

charleskawczynski avatar Dec 20 '19 17:12 charleskawczynski

Out of curiosity is RRTMGP.jl going to run mainly on GPUs?

ali-ramadhan avatar Dec 20 '19 17:12 ali-ramadhan

Out of curiosity is RRTMGP.jl going to run mainly on GPUs?

Yes, that's the plan

charleskawczynski avatar Dec 20 '19 18:12 charleskawczynski