Changeset 6707
- Timestamp:
- 01/15/24 10:31:59 (10 months ago)
- Location:
- CONFIG/UNIFORM/v7/IPSLCM7
- Files:
-
- 5 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZOR/clim_pdControl.orch4/COMP/orchidee.card
r6656 r6707 56 56 List= (${SUBMIT_DIR}/PARAM/ORCHIDEE/orchidee.def_v4, orchidee.def) ,\ 57 57 (${SUBMIT_DIR}/PARAM/ORCHIDEE/orchidee_pft.def_${DefSuffix}_v4, orchidee_pft.def) ,\ 58 (${MODIPSL}/modeles/ORCHIDEE_ trunk/src_xml/file_def_orchidee.xml, .) ,\59 (${MODIPSL}/modeles/ORCHIDEE_ trunk/src_xml/context_input_orchidee.xml, .) ,\60 (${MODIPSL}/modeles/ORCHIDEE_ trunk/src_xml/context_orchidee.xml, .) ,\61 (${MODIPSL}/modeles/ORCHIDEE_ trunk/src_xml/context_routing_orchidee.xml, .) ,\62 (${MODIPSL}/modeles/ORCHIDEE_ trunk/src_xml/field_def_orchidee.xml, .)58 (${MODIPSL}/modeles/ORCHIDEE_4/src_xml/file_def_orchidee.xml, .) ,\ 59 (${MODIPSL}/modeles/ORCHIDEE_4/src_xml/context_input_orchidee.xml, .) ,\ 60 (${MODIPSL}/modeles/ORCHIDEE_4/src_xml/context_orchidee.xml, .) ,\ 61 (${MODIPSL}/modeles/ORCHIDEE_4/src_xml/context_routing_orchidee.xml, .) ,\ 62 (${MODIPSL}/modeles/ORCHIDEE_4/src_xml/field_def_orchidee.xml, .) 63 63 64 64 [RestartFiles] -
CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZOR/clim_pdControl.orch4/config.card
r6486 r6707 13 13 TagName=ICOLMDZOR 14 14 #D- Choice of experiment in EXPERIEMENTS directory 15 ExpType=ICOLMDZOR/clim_pdControl _ORCHv415 ExpType=ICOLMDZOR/clim_pdControl.orch4 16 16 ExperimentName=clim 17 17 SpaceName=TEST -
CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/IPSLCM-ico/piControl_TEST.orch4/COMP/orchidee.card
r6656 r6707 58 58 (${SUBMIT_DIR}/PARAM/ORCHIDEE/orchidee_pft.def_${DefSuffix}_v4, orchidee_pft.def) ,\ 59 59 (${SUBMIT_DIR}/PARAM/ORCHIDEE/ping_orchidee.xml, . ) ,\ 60 (${MODIPSL}/modeles/ORCHIDEE_ trunk/src_xml/file_def_orchidee.xml, .) ,\61 (${MODIPSL}/modeles/ORCHIDEE_ trunk/src_xml/context_input_orchidee.xml, .) ,\62 (${MODIPSL}/modeles/ORCHIDEE_ trunk/src_xml/context_routing_orchidee.xml, .) ,\63 (${MODIPSL}/modeles/ORCHIDEE_ trunk/src_xml/context_orchidee.xml, .) ,\64 (${MODIPSL}/modeles/ORCHIDEE_ trunk/src_xml/field_def_orchidee.xml, .)60 (${MODIPSL}/modeles/ORCHIDEE_4/src_xml/file_def_orchidee.xml, .) ,\ 61 (${MODIPSL}/modeles/ORCHIDEE_4/src_xml/context_input_orchidee.xml, .) ,\ 62 (${MODIPSL}/modeles/ORCHIDEE_4/src_xml/context_routing_orchidee.xml, .) ,\ 63 (${MODIPSL}/modeles/ORCHIDEE_4/src_xml/context_orchidee.xml, .) ,\ 64 (${MODIPSL}/modeles/ORCHIDEE_4/src_xml/field_def_orchidee.xml, .) 65 65 66 66 [RestartFiles] -
CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/IPSLCM-ico/piControl_TEST.orch4/config.card
r6663 r6707 18 18 TagName=IPSLCM7 19 19 #D- Choice of experiment in EXPERIMENTS directory 20 ExpType=IPSLCM-ico/piControl_ ORCHv4_TEST20 ExpType=IPSLCM-ico/piControl_TEST.orch4 21 21 #============================ 22 22 #-- leap, noleap, 360d -
CONFIG/UNIFORM/v7/IPSLCM7/compile_ipslcm7.sh
r6705 r6707 44 44 subconfig=default 45 45 46 # orchversion tells if ORCHIDEE_2_2 or ORCHIDEE_ trunkis compiled. This is used as argument and also in the suffix of the executables.46 # orchversion tells if ORCHIDEE_2_2 or ORCHIDEE_4 is compiled. This is used as argument and also in the suffix of the executables. 47 47 orchversion=orch22 48 48 # orchdriver : Permet to compile the ORCHIDEE offline drivers. This option is activated by setting -orchdriver as argument. … … 87 87 ICOLMDZORINCA, ICOLMDZOR, LMDZORINCA, LMDZOR, IPSLCM-reg or IPSLCM 88 88 By default, all available components are compiled. 89 [-orch4 / -orch22] Choice of ORCHIDEE version. The source code are found in modeles/ORCHIDEE_ trunkor modeles/ORCHIDEE_2_289 [-orch4 / -orch22] Choice of ORCHIDEE version. The source code are found in modeles/ORCHIDEE_4 or modeles/ORCHIDEE_2_2 90 90 and a link will be set to the choosen model version. Default version is currently ORCHIDEE_2_2 (-orch22). 91 91 [-orchdriver] Activate compilation of orchidee offline drivers … … 106 106 ./compile_ipslcm7.sh -regular_latlon no 107 107 108 Example 5: Compil tion of ORCHIDEE_trunkversion108 Example 5: Compilation of ORCHIDEE_4 version 109 109 ./compile_ipslcm7.sh -orch4 110 110 … … 310 310 echo >> $outfile ; echo " NOW COMPILE ORCHIDEE_2_2" >> $outfile 311 311 else 312 ln -s ORCHIDEE_ trunkORCHIDEE313 cd $modipsl/modeles/ORCHIDEE_ trunk314 echo; echo "NOW COMPILE ORCHIDEE_ trunk v4"315 echo >> $outfile ; echo " NOW COMPILE ORCHIDEE_ trunk v4" >> $outfile312 ln -s ORCHIDEE_4 ORCHIDEE 313 cd $modipsl/modeles/ORCHIDEE_4 314 echo; echo "NOW COMPILE ORCHIDEE_4 (trunk)" 315 echo >> $outfile ; echo " NOW COMPILE ORCHIDEE_4 (trunk)" >> $outfile 316 316 fi 317 317
Note: See TracChangeset
for help on using the changeset viewer.