What version of the code are you using?
CESM2.2.2 on Derecho (grid: 288*192*32)
Have you made any changes to files in the source tree?
Yes. In cam_init, I manually output pcols, pver, begchunk, and endchunk by write(iulog,*).
Describe your problem or question:
I got the following result in log file:
pcols=16, pver=32, begchunk=513, and endchunk=519.
I am quite confused on how variables are stored in these chunks. I think "pver" means the number of vertical levels, but pcols*(begchunk:endchunk) is obviously not match the spatial grid 288*192. Could anyone give me a help on understanding this result?
CESM2.2.2 on Derecho (grid: 288*192*32)
Have you made any changes to files in the source tree?
Yes. In cam_init, I manually output pcols, pver, begchunk, and endchunk by write(iulog,*).
Describe your problem or question:
I got the following result in log file:
pcols=16, pver=32, begchunk=513, and endchunk=519.
I am quite confused on how variables are stored in these chunks. I think "pver" means the number of vertical levels, but pcols*(begchunk:endchunk) is obviously not match the spatial grid 288*192. Could anyone give me a help on understanding this result?