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
Location:
CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/IPSLCM/piControl_TEST
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/IPSLCM/piControl_TEST/COMP/orchidee.card

    r6296 r6462  
    5050 
    5151[ParametersFiles] 
    52 List=   (${SUBMIT_DIR}/PARAM/orchidee.def, .)   ,\ 
     52List=   (${SUBMIT_DIR}/PARAM/orchidee.def_v22, orchidee.def)   ,\ 
    5353    (${SUBMIT_DIR}/PARAM/ping_orchidee.xml, . )                       ,\ 
    5454        (${SUBMIT_DIR}/PARAM/file_def_orchidee.xml, .)  ,\ 
    55         (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_input_orchidee.xml, .) ,\ 
    56         (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_routing_orchidee.xml, .)   ,\ 
    57         (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\ 
    58         (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .) 
     55        (${MODIPSL}/modeles/ORCHIDEE_2_2/src_xml/context_input_orchidee.xml, .) ,\ 
     56        (${MODIPSL}/modeles/ORCHIDEE_2_2/src_xml/context_routing_orchidee.xml, .)   ,\ 
     57        (${MODIPSL}/modeles/ORCHIDEE_2_2/src_xml/context_orchidee.xml, .)   ,\ 
     58        (${MODIPSL}/modeles/ORCHIDEE_2_2/src_xml/field_def_orchidee.xml, .) 
    5959 
    6060[RestartFiles] 
  • CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/IPSLCM/piControl_TEST/config.card

    r6417 r6462  
    190190[Executable] 
    191191#D- For each component, Real name of executable, Name of executable for oasis 
    192 ICO= (icosa_lmdz_${OptMode}.exe, icosa_lmdz.exe, 160MPI, 4OMP) 
     192ICO= (icosa_lmdz_orch22_${OptMode}.exe, icosa_lmdz.exe, 160MPI, 4OMP) 
    193193ATM= ("" ,"") 
    194194SRF= ("" ,"" ) 
Note: See TracChangeset for help on using the changeset viewer.