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
Thanks for your reply. I would like to implement the local time stepping (LTS) scheme to improve the efficiency for variable resolution configurations. The LTS has been implemented in MPAS ocean using multiple blocks for better load balancing.
I would like to use multiple blocks per MPI task. When set the following config in namelist.atmosphere
and run atmosphere_model which 192 MPI task (3 blocks per MPI task), I got the following error:
It seems to add the clock alarm with the same ID for all the blocks of a MPI task.
Is there a quick way to fix this issue? Thanks.
The text was updated successfully, but these errors were encountered: