Skip to content

Commit

Permalink
Remove dms_from_ocn from phys_control
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Goldhaber committed Sep 19, 2024
1 parent 02ecefb commit 79a1504
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/physics/cam/phys_control.F90
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module phys_control
use cam_logfile, only: iulog
use cam_abortutils, only: endrun
use shr_kind_mod, only: r8 => shr_kind_r8, cl=>shr_kind_cl
use atm_import_export, only: drv_dms_from_ocn => dms_from_ocn

implicit none
private
Expand Down Expand Up @@ -106,9 +105,6 @@ module phys_control
! Option for Harmonized Emissions Component (HEMCO)
logical, public, protected :: use_hemco = .false.

! Take DMS from ocean?
logical, public, protected :: dms_from_ocn = .false.

! CAM snapshot before/after file numbers and control
character(len=32) :: cam_take_snapshot_before = '' ! Physics routine to take a snopshot "before"
character(len=32) :: cam_take_snapshot_after = '' ! Physics routine to take a snopshot "after"
Expand Down Expand Up @@ -281,9 +277,6 @@ subroutine phys_ctl_readnl(nlfile)
! prog_modal_aero determines whether prognostic modal aerosols are present in the run.
prog_modal_aero = index(cam_chempkg,'_mam')>0

! Set this from the driver namelist (always read first)
dms_from_ocn = drv_dms_from_ocn

end subroutine phys_ctl_readnl

!===============================================================================
Expand Down

0 comments on commit 79a1504

Please sign in to comment.