Skip to content

Commit

Permalink
correcting error in activate flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lholland-noaa committed Jan 23, 2025
1 parent c7f3626 commit e758e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/config_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ SUBROUTINE Config_Process_SUVolcanicEmissions( ConfigInput, Config, RC )
CALL CC_Error( errMsg, RC, thisLoc )
RETURN
ENDIF
Config%drydep_activate = v_bool
Config%SUVolcanicEmissions_activate = v_bool


key = "process%SUVolcanicEmissions%scheme_opt"
Expand Down

0 comments on commit e758e0d

Please sign in to comment.