Skip to content

Commit 8efc24f

Browse files
author
Gregory Lemieux
committed
Made sure new q10_mr and q10_froz variable to public.
These variables add per 2a9a8a1
1 parent 7053719 commit 8efc24f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

main/EDParamsMod.F90

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ module EDParamsMod
4242
real(r8),protected, public :: ED_val_patch_fusion_tol
4343
real(r8),protected, public :: ED_val_canopy_closure_thresh ! site-level canopy closure point where trees take on forest (narrow) versus savannah (wide) crown allometry
4444

45-
real(r8),protected :: q10_mr ! Q10 for respiration rate (for soil fragmenation and plant respiration) (unitless)
46-
real(r8),protected :: q10_froz ! Q10 for frozen-soil respiration rates (for soil fragmentation) (unitless)
45+
real(r8),protected,public :: q10_mr ! Q10 for respiration rate (for soil fragmenation and plant respiration) (unitless)
46+
real(r8),protected,public :: q10_froz ! Q10 for frozen-soil respiration rates (for soil fragmentation) (unitless)
4747

4848
! two special parameters whose size is defined in the parameter file
4949
real(r8),protected,allocatable,public :: ED_val_history_sizeclass_bin_edges(:)
@@ -82,10 +82,6 @@ module EDParamsMod
8282
character(len=param_string_length),parameter,public :: ED_name_history_ageclass_bin_edges= "fates_history_ageclass_bin_edges"
8383
character(len=param_string_length),parameter,public :: ED_name_history_height_bin_edges= "fates_history_height_bin_edges"
8484

85-
86-
87-
88-
8985
! Hydraulics Control Parameters (ONLY RELEVANT WHEN USE_FATES_HYDR = TRUE)
9086
! ----------------------------------------------------------------------------------------------
9187
real(r8),protected,public :: hydr_kmax_rsurf1 ! maximum conducitivity for unit root surface

0 commit comments

Comments
 (0)