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/ICOLMDZOR/clim_noleap
Files:
2 edited

Legend:

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

    r6417 r6462  
    4949 
    5050[ParametersFiles] 
    51 List=   (${SUBMIT_DIR}/PARAM/orchidee.def, .)   ,\ 
     51List=   (${SUBMIT_DIR}/PARAM/orchidee.def_v22, orchidee.def)   ,\ 
    5252        (${SUBMIT_DIR}/PARAM/file_def_orchidee.xml, .)  ,\ 
    53         (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_input_orchidee.xml, .) ,\ 
    54         (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_routing_orchidee.xml, .)   ,\ 
    55         (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\ 
    56         (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .) 
     53        (${MODIPSL}/modeles/ORCHIDEE_2_2/src_xml/context_input_orchidee.xml, .) ,\ 
     54        (${MODIPSL}/modeles/ORCHIDEE_2_2/src_xml/context_routing_orchidee.xml, .)   ,\ 
     55        (${MODIPSL}/modeles/ORCHIDEE_2_2/src_xml/context_orchidee.xml, .)   ,\ 
     56        (${MODIPSL}/modeles/ORCHIDEE_2_2/src_xml/field_def_orchidee.xml, .) 
    5757 
    5858[RestartFiles] 
  • CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZOR/clim_noleap/config.card

    r6417 r6462  
    5252#D-- Executable - 
    5353[Executable] 
    54 ICO= (icosa_lmdz_${OptMode}.exe, icosa_lmdz.exe, 80MPI, 4OMP) 
     54ICO= (icosa_lmdz_orch22_${OptMode}.exe, icosa_lmdz.exe, 80MPI, 4OMP) 
    5555ATM= ("","") 
    5656SRF= ("", "") 
Note: See TracChangeset for help on using the changeset viewer.