MPAS-Dev / MPAS

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

Remove unused 'physics_addtend' routine #1499

Closed mgduda closed 6 years ago

mgduda commented 6 years ago

This merge removes the unused physics_addtend routine with no change to results.

Prior to the MPAS v5.0 release, the physics_addtend routine was replaced by the physics_get_tend routine in order to allow us to obtain tendencies from physics schemes only once per full dynamics step. When the physics_get_tend routine was introduced, the physics_addtend routine was left in the mpas_atmphys_todynamics.F file. We can now safely remove this routine.

ldfowler58 commented 6 years ago

OK, that sounds good.