Version 5 (modified by dgoll, 7 years ago) (diff) |
---|
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, . /XXXX/deposition_2000.nc .
see here fore deposition data: https://forge.ipsl.jussieu.fr/orchidee/wiki/DevelopmentActivities/inputRoutine
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