MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
238 stars 317 forks source link

Minor bug fix for physics #1214

Closed ldfowler58 closed 1 month ago

ldfowler58 commented 2 months ago

This PR includes three minor bug fix:

1) In ./src/core_init_atmosphere/mpas_init_atm_thompson_aerosols.F, corrected a print statement in subroutine init_atm_thompson_aerosols.

2) In ./src/core_atmosphere/physics/Makefile, added dependency for mpas_atmphys_lsm_noahmpfinalize.F.

3) In ./src/core_atmosphere/physics/mpas_atmphys_driver_radiation_sw.F, removed extra deallocate in subroutine deallocate_radiation_sw.

ldfowler58 commented 1 month ago

As requested, I made three separate PRs (see PR 124, 1225, and 1226).

mgduda commented 1 month ago

This PR has been supplanted by #1224, #1225, and #1226.