NOAA-GFDL / SIS2

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

Reorder update and Ocn-to-OIB calls #206

Open theresa-morrison opened 6 months ago

theresa-morrison commented 6 months ago

These changes move the ocean to OIB call to the beginning of the interspersed loop rather than the end so that it does not need to be called before the loop starts.

The needed translate OSS to sOSS has also been added to the direct flux OPT to OIB routine. Where variables are copied from the ocean public type (OPT) to the OIB "(:,:)" has been added.

MJHarrison-GFDL commented 3 months ago

I have reviewed and tested these changes and agree with these changes.