NOAA-GFDL / SIS2

NOAA-GFDL's Sea Ice Simulator version 2
Other
16 stars 42 forks source link

Doesn't get stresses right at OBCs #169

Open kshedstrom opened 2 years ago

kshedstrom commented 2 years ago

In going from stresses at h points to stresses on the u/v points, it counts on G%masks2dCu to block exterior values, but that is 1 on open boundaries. We need some OBC code to clean up the mess afterwards.

kshedstrom commented 2 years ago

I should add that this leads to an imperfect restart - but only with MERGED_CONTINUITY = True. Dare I say this is the cause of my MERGED_CONTINUITY blow-ups?