diff --git a/src/physics/cam_dev/physpkg.F90 b/src/physics/cam_dev/physpkg.F90 index 46805c150e..c5fb88c754 100644 --- a/src/physics/cam_dev/physpkg.F90 +++ b/src/physics/cam_dev/physpkg.F90 @@ -143,7 +143,6 @@ subroutine phys_register use aircraft_emit, only: aircraft_emit_register use cam_diagnostics, only: diag_register use cloud_diagnostics, only: cloud_diagnostics_register - use cospsimulator_intr, only: cospsimulator_intr_register use rad_constituents, only: rad_cnst_get_info ! Added to query if it is a modal aero sim or not use radheat, only: radheat_register use subcol, only: subcol_register @@ -302,9 +301,6 @@ subroutine phys_register call cloud_diagnostics_register call radheat_register - ! COSP - call cospsimulator_intr_register - ! vertical diffusion call vd_register() else