Ignore:
Timestamp:
05/16/23 16:24:04 (14 months ago)
Author:
jgipsl
Message:

Change in organisation to make it possible to have ORCHIDEE version 2_2 and version trunk(also called version 4) in the same modipsl :

  • sources are now stored in modeles/ORCHIDEE_2_2 for default settings
  • default compilation, modeles/ORCHIDEE_2_2 will be compiled => modification in mod.def is needed
  • compilation with option -orch4 compiles folder modeles/ORCHIDEE_trunk
  • executables containing ORCHIDEE has suffix orch22 for default version or orch4 for the trunk version.
  • experiment set up changes for the name of the executable and the path to xml files in the ORCHIDEE_2_2 or ORCHIDEE_trunk. An experiment set up can only be used with the version of ORCHIDEE which it is prepared for. Currently all experiments are done for ORCHIDEE_2_2 except one in ICOLMDZOR which is suffiexed by orchv4
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZOR/clim_noleap_ORCHv4/COMP/orchidee.card

    r6406 r6462  
    5555List=   (${SUBMIT_DIR}/PARAM/orchidee.def_v4, orchidee.def)   ,\ 
    5656        (${SUBMIT_DIR}/PARAM/orchidee_pft.def_${DefSuffix}_v4, orchidee_pft.def) ,\ 
    57         (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\ 
    58         (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_input_orchidee.xml, .) ,\ 
    59         (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\ 
    60         (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_routing_orchidee.xml, .)   ,\ 
    61         (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .) 
     57        (${MODIPSL}/modeles/ORCHIDEE_trunk/src_xml/file_def_orchidee.xml, .)  ,\ 
     58        (${MODIPSL}/modeles/ORCHIDEE_trunk/src_xml/context_input_orchidee.xml, .) ,\ 
     59        (${MODIPSL}/modeles/ORCHIDEE_trunk/src_xml/context_orchidee.xml, .)   ,\ 
     60        (${MODIPSL}/modeles/ORCHIDEE_trunk/src_xml/context_routing_orchidee.xml, .)   ,\ 
     61        (${MODIPSL}/modeles/ORCHIDEE_trunk/src_xml/field_def_orchidee.xml, .) 
    6262 
    6363[RestartFiles] 
Note: See TracChangeset for help on using the changeset viewer.