Changes between Version 42 and Version 43 of DevelopmentActivities/ORCHIDEE-CNP/howtoFLUXNET


Ignore:
Timestamp:
2016-08-26T10:50:45+02:00 (8 years ago)
Author:
dgoll
Comment:

--

Legend:

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

    v42 v43  
    1515---- 
    1616 
    17 == 0.0 in case you do not use the ORCHIDEE-CN-P model == 
     17== 0.1 in case you do not use the ORCHIDEE-CN-P code ()== 
    1818The forcing of many FLUXNET sites has a duration of less than 7 years. Per default the variable spinup_period in ORCHIDEE is increased to period larger than 6. 
    1919This automatic correction doesn't work with the FLUXNET configuration. It will prevent the analytical spinup in the FOR-X simulation. Therefore you need to deactivate the automatic correction in  
     
    2929}}} 
    3030then, re-compile the model. 
     31 
     32== 0.1 deactivate BigBrother in libIGCM when running on curie == 
     33 
     34you need to deactivate BigBrother by doing:  
     35{{{ 
     36BigBrother=false 
     37}}} 
     38in these files: 
     39 
     40modipsl/ligIGCM/AA_job 
     41 
     42modipsl/config/ORCHIDEE_OL/SPINUP/Job_Spinup 
     43 
     44modipsl/config/ORCHIDEE_OL/SPINUP/SUBJOB/OOL_SEC_STO/Job_AUTO 
     45 
     46as well as in the Job_x you are going to create in the following (Don't worry: I will mention to deactivate BigBrother later again) 
    3147 
    3248 
     
    315331 
    316332== 1.6 adjust job  == 
     333'''on curie''' 
     334You must deactivate BigBrother by  setting the existing entry from true to false: 
     335{{{ 
     336BigBrother=false 
     337}}} 
     338 
    317339 
    318340'''on obelix'''