Changes between Version 5 and Version 6 of DevelopmentActivities/ORCHIDEE-CNP/howtoMINIMAL


Ignore:
Timestamp:
2017-11-06T09:54:46+01:00 (6 years ago)
Author:
dgoll
Comment:

--

Legend:

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

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