Skip to content

Commit

Permalink
merge cam/physpkg.F90 changes to cam_dev/physpkg.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-eaton committed Apr 11, 2024
1 parent 6bc197b commit 8582549
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/physics/cam_dev/physpkg.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8582549

Please sign in to comment.