You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dlist, & !< The global list of bottom depths [Z ~> m].
AreaList !< The global list of cell areas [L2 ~> m2].
For example, for a global 1/25 degree resolution (~9000x7000), the two fields will take close to 1GB stack, assuming 64-bit precision. With CALCULATE_APE on, I get "segmentation fault" errors.
The text was updated successfully, but these errors were encountered:
I suspect the following variable declarations are causing memory problems when the domain size is large.
MOM6/src/diagnostics/MOM_sum_output.F90
Lines 1195 to 1197 in 79979a9
For example, for a global 1/25 degree resolution (~9000x7000), the two fields will take close to 1GB stack, assuming 64-bit precision. With
CALCULATE_APE
on, I get "segmentation fault" errors.The text was updated successfully, but these errors were encountered: