leap-stc / ClimSim

An open large-scale dataset for training high-resolution physics emulators in hybrid multi-scale climate simulators.
https://leap-stc.github.io/ClimSim/
Apache License 2.0
142 stars 42 forks source link

Why use ncol as dimension instead of lat,lon #71

Closed aperezvelasco closed 11 months ago

aperezvelasco commented 11 months ago

Hi,

Could somebody give me some background of why only one spatial dimension (ncol) is used to define the spatial structure instead of two spatial dimensions (lat, lon) as is done in the standard way?

What benefits are associated with it?

Thanks beforehand for your responses!

NoraLoose commented 11 months ago

Thanks for reaching out @aperezvelasco!

I am tagging @sungdukyu as he will be the right person to answer your questions.

jerrylin96 commented 11 months ago

Hello @aperezvelasco! Apologies for the delayed response. The spatial dimension is ncol and not lat, lon because E3SM-MMF uses a spectral element grid.

https://e3sm.org/improving-clouds-in-e3sm-with-a-multi-scale-modeling-framework/

https://en.wikipedia.org/wiki/Spectral_element_method

Happy holidays!

NoraLoose commented 10 months ago

Hi @aperezvelasco, does this answer your question? Please feel free to reopen this issue if not. Thanks for your answer @jerrylin96!

aperezvelasco commented 10 months ago

It solved it! Many thanks!