RRTMGP.jl
RRTMGP.jl copied to clipboard
Improve memory management
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.
Out of curiosity is RRTMGP.jl going to run mainly on GPUs?
Out of curiosity is RRTMGP.jl going to run mainly on GPUs?
Yes, that's the plan