changliao1025 / pye3sm

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

Dimension issue #14

Open changliao1025 opened 3 years ago

changliao1025 commented 3 years ago

In customized MOSART-ELM domain setup, if MOSART is 2D and ELM is 1D, an error may occur: 1: ERROR: (seq_map_gsmapcheck) different gsmap size 39: (seq_map_gsmapcheck)gsmap global sizes different 3016 1972

Either we change both to 2D or both to 1D may solve the issue.

changliao1025 commented 3 years ago

I will convert it to 1D for simplification, which is also preferred in ICoM.

changliao1025 commented 3 years ago

2D will be supported, which may be earlier for visualization purpose.