changliao1025 / pye3sm

PyE3SM: a Python library to assist E3SM model simulation.
Other
6 stars 0 forks source link

CellID in MOSART and ELM #11

Open changliao1025 opened 3 years ago

changliao1025 commented 3 years ago

The CellID in MOSART and ELM may be different because the default MOSART only uses structured lat/lon mesh and ELM has both structured and unstructured mesh. In TriGrid configuration, they can be linked through the lat/lon (sanity check needed).

changliao1025 commented 3 years ago

If a unified mesh is used, the global CellID can be used directly.