Changes between Initial Version and Version 1 of DevelopmentActivities/ORCHIDEE-CNP/howtoMINIMAL


Ignore:
Timestamp:
2017-01-25T16:48:28+01:00 (7 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP/howtoMINIMAL

    v1 v1  
     1= Minimal configuration (w/o libIGCM) = 
     2 
     3 see how to run a minimal setup of standard ORCHIDEE here: 
     4[http://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/TestCase1] 
     5 
     6The only things you have to do in addition are 
     7== 1. use a special run.def == 
     8copy the run.def from here the folder 
     9when on obelix:  
     10{{{ 
     11cp /home/surface3/common/CNP_files/revXX/run.def run.def 
     12}}} 
     13other machine use scp: 
     14{{{ 
     15scp obelix:/home/surface3/common/CNP_files/revXX/run.def run.def 
     16}}} 
     17=== 1.1 modify run.def === 
     18do what is written for standard ORCHIDEE [http://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/TestCase1] 
     19 
     20 
     21REMIND: do not activate XIOS, if you compiled your model with xios you need to compile withou xios 
     22see [https://forge.ipsl.jussieu.fr/orchidee/wiki/DevelopmentActivities/ORCHIDEE-CNP/howtoUse] 
     23 
     24== 2. copy additional forcing files == 
     25they are stored on obelix; you can choose between several years: 
     26{{{ 
     27(/home/surface3/common/CNP_files/revXX/USDA_SoilSuborder.nc, . 
     28/home/surface3/common/CNP_files/revXX/lithology.nc, . 
     29/home/users/dgoll/ORC_data/N_deposition/LMDzINCA_DEP_2000.nc .  
     30/home/surface3/common/CNP_files/deposition/deposition_2000.nc . 
     31}}} 
     32=== 2.1 use special soil_param file === 
     33{{{ 
     34cp /home/surface3/common/CNP_files/revXX/soils_param.nc . 
     35}}}