From a7e91cb788d9b6adac9bb33c21cd4b5746aef509 Mon Sep 17 00:00:00 2001
From: Maximilian Bluemm <bluemm@pik-potsdam.de>
Date: Fri, 26 Oct 2018 13:40:14 +0200
Subject: [PATCH] The simulation control file

---
 data/4C testing/flag_wpm_sea/test_wpm.sim | 54 +++++++++++++++++++++++
 1 file changed, 54 insertions(+)
 create mode 100644 data/4C testing/flag_wpm_sea/test_wpm.sim

diff --git a/data/4C testing/flag_wpm_sea/test_wpm.sim b/data/4C testing/flag_wpm_sea/test_wpm.sim
new file mode 100644
index 0000000..4fb6d61
--- /dev/null
+++ b/data/4C testing/flag_wpm_sea/test_wpm.sim	
@@ -0,0 +1,54 @@
+   1  ! Run option 0 = single run, 1 multi run
+   1  !
+ ! * simulation specifications  **************************************
+  21 ! number of simulation years
+1994 ! start year for simulation
+3200. ! 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)
+   0  ! regeneration flag (flag_reg)
+   1  ! currently not in use
+   1  ! initialization flag (flag_stand)
+   0  ! soil vegetation flag (flag_sveg)      
+   3  ! management flag (flag_mg)
+   0  ! 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)
+  15  ! limitation flag (flag_limi)
+  41  ! 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)
+   0  ! evapotranspiration flag (flag_eva)
+ 103  ! CO2 flag (flag_CO2)
+   0  ! sort flag (flag_sort)
+   3  ! wpm flag (flag_wpm)
+   0  ! flag_stat
+ ! *** output specifications *******************************************
+   1  ! Yearly output flag (time_out) 
+end
+   0  ! Daily output flag (flag_dayout)  
+day
+Cday
+end
+   0  ! cohort output flag (flag_cohout)
+  end
+   0  ! summation output flag (flag_sum)
+ ! *** input files *****************************************************
+input/species_neu.par
+site10_wpm_sea
+input/site10.cli
+input/Standortsammlung2.sod                                
+site10   
+input/site10.ini
+9999                       
+input/site10.man                    
+input/site10.dep 
+input/dummy.red                             
+input/dummy.lit
-- 
GitLab