@@ -2129,9 +2129,10 @@ $ED2_INFO
21292129 ! SLCOL_DATABASE -- If ISLCOLFLG=1, this variable specifies the path and prefix of !
21302130 ! soil colour data base. !
21312131 ! LU_DATABASE -- land-use change disturbance rates database, used only when !
2132- ! IANTH_DISTURB is set to 1. Fill with the path and the prefix. !
2132+ ! IANTH_DISTURB is set to 1 or 2. Fill with the path and the !
2133+ ! prefix. !
21332134 ! PLANTATION_FILE -- Character string for the path to the forest plantation fraction !
2134- ! file. This is used only when IANTH_DISTURB is set to 1 and !
2135+ ! file. This is used only when IANTH_DISTURB is set to 1 or 2 and !
21352136 ! the user wants to simulate forest plantations. Otherwise, leave !
21362137 ! it empty (PLANTATION_FILE='') !
21372138 ! THSUMS_DATABASE -- input directory with dataset to initialise chilling-degree and !
@@ -2827,43 +2828,11 @@ $ED2_INFO
28272828 ! IANTH_DISTURB -- This flag controls whether to include anthropogenic disturbances !
28282829 ! such as land clearing, abandonment, and logging. !
28292830 ! 0. No anthropogenic disturbance. !
2830- ! 1. Use anthropogenic disturbance dataset (ED-2.2 default when !
2831- ! anthropogenic disturbance is sought). !
2832- ! 2. Site-specific forest plantation or selective logging cycle. !
2833- ! (Longo et al., in prep.) (Beta) !
2834- ! !
2835- ! The following variables are used only when IANTH_DISTURB is 2. !
2836- ! !
2837- ! SL_SCALE -- This flag assumes whether the simulation scale is local or !
2838- ! landscape. This controls the recurrence of logging. !
2839- ! 0. Local. The simulation represents one logging unit. Apply !
2840- ! logging only once every SL_NYRS !
2841- ! 1. Landscape. The simulation represents a landscape. Logging !
2842- ! occurs every year but it is restricted to patches with age !
2843- ! greater than or equal to SL_NYRS !
2844- ! SL_YR_FIRST -- The first year to apply logging. In case IANTH_DISTURB is 2 it !
2845- ! must be a simulation year (i.e. between IYEARA and IYEARZ). !
2846- ! SL_NYRS -- This variable defines the logging cycle, in years (see variable !
2847- ! SL_SCALE above) !
2848- ! SL_PFT -- PFTs that can be harvested. !
2849- ! SL_PROB_HARVEST -- Logging intensity (one value for each PFT provided in SL_PFT). !
2850- ! Values should be between 0.0 and 1.0, with 0 meaning no !
2851- ! removal, and 1 removal of all trees needed to meet demands. !
2852- ! SL_MINDBH_HARVEST -- Minimum DBH for logging (one value for each PFT provided in !
2853- ! SL_PFT). !
2854- ! SL_BIOMASS_HARVEST -- Target biomass to be harvested in each cycle, in kgC/m2. If !
2855- ! zero, then all trees that meet the minimum DBH and minimum !
2856- ! patch age will be logged. In case you don't want logging to !
2857- ! occur, don't set this value to zero! Instead, set IANTH_DISTURB !
2858- ! to zero. !
2859- ! !
2860- ! The following variables are used when IANTH_DISTURB is 1 or 2. !
2861- ! !
2862- ! SL_SKID_REL_AREA -- area damaged by skid trails (relative to felled area). !
2863- ! SL_SKID_DBH_THRESH -- DBH threshold for damage caused in skid trails. !
2864- ! SL_SKID_S_GTHARV -- survivorship of trees with DBH > MINDBH in skid trails. !
2865- ! SL_SKID_S_LTHARV -- survivorship of trees with DBH < MINDBH in skid trails. !
2866- ! SL_FELLING_S_LTHARV -- survivorship of trees with DBH < MINDBH in felling gaps. !
2831+ ! 1. Use anthropogenic disturbance datasets, with either mass-based !
2832+ ! harvesting targets, or selective logging when the target is -1 !
2833+ ! (ED-2.2 default when anthropogenic disturbance is sought). !
2834+ ! 2. Use anthropogenic disturbance datasets, with area-based !
2835+ ! harvesting targets (beta). !
28672836 ! !
28682837 ! Cropland variables, used when IANTH_DISTURB is 1 or 2. !
28692838 ! !
@@ -2872,18 +2841,6 @@ $ED2_INFO
28722841 ! CL_FLEAF_HARVEST -- fraction of leaves that is harvested in croplands. !
28732842 !---------------------------------------------------------------------------------------!
28742843 IANTH_DISTURB = 0,
2875- SL_SCALE = 1,
2876- SL_YR_FIRST = 2017,
2877- SL_NYRS = 40,
2878- SL_PFT = 2,3,4,
2879- SL_INTENSITY = 1.0,1.0,1.0,
2880- SL_MINDBH_HARVEST = 35.0,35.0,35.0,
2881- SL_BIOMASS_HARVEST = 0.,
2882- SL_SKID_REL_AREA = 0.6,
2883- SL_SKID_DBH_THRESH = 30.,
2884- SL_SKID_S_GTHARV = 1.00,
2885- SL_SKID_S_LTHARV = 0.60,
2886- SL_FELLING_S_LTHARV = 0.35,
28872844 CL_FSEEDS_HARVEST = 0.75,
28882845 CL_FSTORAGE_HARVEST = 0.0,
28892846 CL_FLEAF_HARVEST = 0.0,
0 commit comments