MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
235 stars 312 forks source link

Added separate driver to call the parameterization of seaice #1151

Closed ldfowler58 closed 5 months ago

ldfowler58 commented 5 months ago

In preparation to adding the Noah-MP land surface scheme (LSM), and because the Noah and Noah-MP LSMs share the same parameterization of sea-ice, I moved all the sourcecode related to sea-ice that currently sits in the Noah LSM driver to its own driver (mpas_atmphys_driver_seaice.F). The call to the sea-ice driver is located in the main driver after the call to the Noah LSM. All outputs are bit for bit the same relative to the original parameterization.