From b652a792fc1d37904369ff5191d2b0467e9f6f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20BARCZA?= Date: Mon, 21 Jan 2019 22:13:42 +0100 Subject: [PATCH] Update README.org corrected list of files --- README.org | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.org b/README.org index 089689e..5cdfc16 100644 --- a/README.org +++ b/README.org @@ -51,17 +51,17 @@ Once this command is executed in R it will invoke a small Graphical User Interfa Once the copyMusoExampleTo command is finished, the model input dataset and the model executable (called muso.exe and cygwin1.dll) are available in the C:\model folder. The user might check the content of the files using his/her favourite text editor (we propose Editpad Lite). Note that file extension might be hidden by Windows which might be an issue, so we propose to adjust Windows so that file extensions are visible. Visit [[https://www.thewindowsclub.com/show-file-extensions-in-windows][this website]] to learn how to show file extensions in Windows. In this example the C:\model directory will contain the following files: -muso.exe - this is the Biome-BGCMuSo 5.0 model (version might change in the future) -cygwin1.dll - a so-called DLL file that supports the model exe -c3grass.epc - ecophysiological constants input file for the model (C3 grass in this case) -maize.epc - another ecophysiological constants input file (C4 maize in this case) -n.ini - initialization file for the model, normal mode -normal_gyep.ini - another initialization file for the model, for the C3 grass simulation -s.ini - initialization file for the model spinup (also known as self-initialization or equilibrium run) -parameters.csv - a simple text file to support sensitivity analysis and parameter sweel (see below) -hhs_1961-2014.mtc43 - meteorology input file; this file is used for spinup simulation -hhs_2013-2016.mtc43 - meteorology input file for the normal simulation -CO2_from1961.txt - CO2 file for the normal simulation +- muso.exe - this is the Biome-BGCMuSo 5.0 model (version might change in the future) +- cygwin1.dll - a so-called DLL file that supports the model exe +- c3grass.epc - ecophysiological constants input file for the model (C3 grass in this case) +- maize.epc - another ecophysiological constants input file (C4 maize in this case) +- n.ini - initialization file for the model, normal mode +- normal_gyep.ini - another initialization file for the model, for the C3 grass simulation +- s.ini - initialization file for the model spinup (also known as self-initialization or equilibrium run) +- parameters.csv - a simple text file to support sensitivity analysis and parameter sweel (see below) +- hhs_1961-2014.mtc43 - meteorology input file; this file is used for spinup simulation +- hhs_2013-2016.mtc43 - meteorology input file for the normal simulation +- CO2_from1961.txt - CO2 file for the normal simulation *** Running the model