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
138 stars 40 forks source link

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

Closed aperezvelasco closed 8 months ago

aperezvelasco commented 9 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 9 months ago

Thanks for reaching out @aperezvelasco!

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

jerrylin96 commented 8 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 8 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 8 months ago

It solved it! Many thanks!