= Minimal configuration (w/o libIGCM) = see how to run a minimal setup of standard ORCHIDEE here: [http://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/TestCase1] The only things you have to do in addition are == 1. use a special run.def == copy the run.def from here the folder when on obelix: {{{ cp /home/surface3/common/CNP_files/revXX/run.def run.def }}} other machine use scp: {{{ scp obelix:/home/surface3/common/CNP_files/revXX/run.def run.def }}} === 1.1 modify run.def === do what is written for standard ORCHIDEE [http://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/TestCase1] REMIND: do not activate XIOS, if you compiled your model with xios you need to compile withou xios see [https://forge.ipsl.jussieu.fr/orchidee/wiki/DevelopmentActivities/ORCHIDEE-CNP/howtoUse] == 2. copy additional forcing files == they are stored on obelix; you can choose between several years (1850-2100) for the deposition_YEAR.nc: {{{ (/home/surface3/common/CNP_files/revXX/USDA_SoilSuborder.nc, . /home/surface3/common/CNP_files/revXX/lithology.nc, . /home/users/dgoll/ORC_data/N_deposition/LMDzINCA_DEP_2000.nc . /home/surface3/common/CNP_files/deposition/deposition_2000.nc . }}} REMINDER: the file LMDzINCA_DEP_2000.nc is not actually used in the model, but the model will crash if you do not provide it. === 2.1 use special soil_param file === {{{ cp /home/surface3/common/CNP_files/revXX/soils_param.nc . }}} == 3. that's it == the rest follows the standard ORCHIDEE description