Changes between Version 57 and Version 58 of DevelopmentActivities/ORCHIDEE-CNP/howtoFLUXNET


Ignore:
Timestamp:
2016-11-22T18:05:13+01:00 (7 years ago)
Author:
dgoll
Comment:

--

Legend:

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

    v57 v58  
    496496 
    497497=== additional site specific parameters (other than NbPFTs) === 
    498 You need to modify Job_ENSEMBLE. Here an example to read in SOIL_FRACTIONS which have 3 entries. 
     498You need to modify Job_ENSEMBLE and ensemble.ksh. Here an example to read in SOIL_FRACTIONS which have 3 entries. 
     499in ensemble.ksh add: 
     500 
     501{{{ 
     502    # - List of the sites/information to be treated : 
     503    #   * Number of PFTs 
     504    IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/ensemble.card CONFIG NbPFTs 
     505    NbPFTs=${ensemble_CONFIG_NbPFTs} 
     506 
     507DSGadded 
     508    # - List of the sites/information to be treated : 
     509    #   * Number of SOILs 
     510    IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/ensemble.card CONFIG NbSOILs 
     511    NbSOILs=${ensemble_CONFIG_NbSOILs} 
     512DSGadded 
     513}}} 
     514 
     515 
    499516Change this bit  
    500517{{{