Skip to content

Commit

Permalink
remove dayl_switch check in edpftvarcon
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Dec 11, 2024
1 parent a30c559 commit dde88b6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions main/EDPftvarcon.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,6 @@ subroutine FatesCheckParams(is_master)
use FatesConstantsMod, only : lmr_r_2
use EDParamsMod , only : logging_mechanical_frac, logging_collateral_frac
use EDParamsMod , only : logging_direct_frac,logging_export_frac
use EDParamsMod , only : dayl_switch
use FatesInterfaceTypesMod, only : hlm_use_fixed_biogeog,hlm_use_sp, hlm_name
use FatesInterfaceTypesMod, only : hlm_use_inventory_init
use FatesInterfaceTypesMod, only : hlm_use_nocomp
Expand Down Expand Up @@ -1868,14 +1867,6 @@ subroutine FatesCheckParams(is_master)
call endrun(msg=errMsg(sourcefile, __LINE__))
end if

if(.not.any(dayl_switch == [itrue,ifalse])) then
write(fates_log(),*) 'The only valid switch options for '
write(fates_log(),*) 'fates_daylength_factor_switch is 0 or 1 ...'
write(fates_log(),*) 'You specified fates_daylength_factor_switch = ',dayl_switch
write(fates_log(),*) 'Aborting'
call endrun(msg=errMsg(sourcefile, __LINE__))
end if

select case (hlm_parteh_mode)
case (prt_cnp_flex_allom_hyp)

Expand Down

0 comments on commit dde88b6

Please sign in to comment.