MALI-Dev / E3SM

Repository for development of MPAS-Albany-Land Ice (MALI) model. MALI code is located in the `components/mpas-albany-landice` subdirectory of the Energy Exascale Earth System Model (E3SM) repository.
Other
4 stars 3 forks source link

enthalpy benchmark A failing due to halo size #4

Closed xylar closed 3 years ago

xylar commented 3 years ago

When running enthalpy_benchmark/A, the run fails and file log.landice.0000.err shows:

----------------------------------------------------------------------
Beginning MPAS-landice Error Log File for task       0 of       1
    Opened at 2021/05/12 14:57:41
----------------------------------------------------------------------
ERROR: MALI requires that config_num_halos >= 3.  (edgeMask calculations require it.)
ERROR: An error has occurred in landice_init_block.
CRITICAL ERROR: An error has occurred in li_core_init. Aborting...
Logging complete.  Closing file at 2021/05/12 14:57:41

This seems to be because of https://github.com/MPAS-Dev/compass/blob/19a0dd0b5e7c2df7880f7df313275942fdb9c3b4/compass/landice/tests/enthalpy_benchmark/namelist.landice#L11 in combination with recent halo-related changes to landice/develop.

xylar commented 3 years ago

A copy of https://github.com/MPAS-Dev/compass/issues/116. Not sure if we want to keep both issues, but I don't think the fix will be primarily in compass so it probably belongs here.

matthewhoffman commented 3 years ago

Closed by https://github.com/MPAS-Dev/compass/pull/133