|
 
7 ! Run option 0 = single run, 1 multi run
2 !
! *** simulation specifications **************************************
5 ! number of simulation years 22
1996 ! start year for simulation
10000. ! patch size [m²]
50.0 ! thickness of foliage layers [cm]
7 ! time step photosynthesis calculations [d]
! *** choice of model options *****************************************
1 ! mortality flag (flag_mort)
15 ! regeneration flag (flag_reg)
0 ! use FORSKA environmental factors and regeneration (flag_forska)
0 ! initialization flag (flag_stand)
0 ! soil vegetation flag (flag_sveg) !!! new !!!
0 ! management flag (flag_mg)
1 ! disturbance flag (flag_dis)
4 ! ligth algorithm number (flag_light)
1 ! foliage-height relationship (flag_folhei)
1 ! volume function (flag_volfunc)
0 ! respiration flag (flag_resp)
10 ! limitation flag (flag_limi)
1 ! decomposition model (flag_decomp)
0 ! root activity function flag (flag_sign)
1 ! soil water uptake flag (flag_wred)
1 ! root distribution flag (flag_wurz)
0 ! heat conductance flag (flag_cond)
0 ! interception flag (flag_int)
2 ! evapotranspiration flag (flag_eva)
0 ! CO2 flag (flag_CO2)
0 ! sort flag (flag_sort)
0 ! wpm flag (flag_wpm)
0 ! flag_stat
! *** output specifications *******************************************
1 ! Yearly output flag (time_out)
soil
clim
veg_pt
end
0 ! Daily output flag (flag_dayout)
end
0 ! cohort output flag (flag_cohout)
end
0 ! summation output flag (flag_sum)
! *** input files *****************************************************
input/species_neu.par
testm
../input/test_multi.con
../input/
../input/
../input/
../input/
../input/
../input/
../input/
../input/
! Test
! con-file for flag_multi=7
! example: constant site conditions, variation of management strategies
! sitenum site_name climate_file soil_file tree_initial. management deposition reduction litter_initialization
1 1 test7.cli test7.sop test.ini test1.man dummy.dep test7.red dummy.lit
2 2 test7.cli test7.sop test.ini test2.man dummy.dep test7.red dummy.lit
3 3 test7.cli test7.sop test.ini test3.man dummy.dep test7.red dummy.lit
   
|