MPAS-Dev / MPAS

Repository for private MPAS development prior to the MPAS v6.0 release.
Other
4 stars 0 forks source link

Adding module for iceberg decay parameterization. #1412

Closed darincomeau closed 7 years ago

darincomeau commented 7 years ago

This PR adds a module for the iceberg decay parameterization, and a call into this module in the mpas_cice_time_integration.F.

This PR also includes a bug fix in mpas_cice_berg_velocity_solver.F in calculating the subcycle timestep, to account for the sea ice dynamics subcycling (since the berg velocity solver is currently called inside this subcycle loop).

This PR includes new namelist options and new Registry entries.

Testing with the mpas-seaice default testing suite is BFB.

darincomeau commented 7 years ago

@akturner Requested changes made, including a bug fix where bergVelocityCell was being read in as bergVelocity.

akturner commented 7 years ago

@darincomeau: Thanks for the changes