Ignore:
Timestamp:
06/07/16 15:21:24 (8 years ago)
Author:
aclsce
Message:

Set up of IPSLCM6.0.4 (see details http://forge.ipsl.jussieu.fr/igcmg/ticket/94)

  • XIOS2 integration :
    • ORCHIDEE compilation (- xios2).
    • NEMO : use of xml separated files (opa, lim3, pisces)
  • Modified cleaning for IOIPSL in AA_make
  • COSP : compilation with cosp by default, use of LMDZ_COSP_OK lmdz.card parameter.
  • POST/monitoring* : some cleaning
  • ORCHIDEE new parameters (see ticket)
  • Updated both pdControl and piControl experiments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/opa9.driver

    r2861 r2876  
    159159    IGCM_debug_Print 1 ${V1D_ENABLE} ${V1M_ENABLE} ${V1Y_ENABLE} 
    160160 
    161     IGCM_comp_modifyXmlFile nonblocker file_def_nemo.xml 1d enabled ${V1D_ENABLE} 
    162     IGCM_comp_modifyXmlFile nonblocker file_def_nemo.xml 1m enabled ${V1M_ENABLE} 
    163     IGCM_comp_modifyXmlFile nonblocker file_def_nemo.xml 1y enabled ${V1Y_ENABLE} 
     161    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-opa.xml 1d enabled ${V1D_ENABLE} 
     162    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-opa.xml 1m enabled ${V1M_ENABLE} 
     163    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-opa.xml 1y enabled ${V1Y_ENABLE} 
    164164         
     165    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-lim.xml 1d enabled ${V1D_ENABLE} 
     166    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-lim.xml 1m enabled ${V1M_ENABLE} 
     167    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-lim.xml 1y enabled ${V1Y_ENABLE} 
     168 
     169    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-pisces.xml 1d enabled ${V1D_ENABLE} 
     170    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-pisces.xml 1m enabled ${V1M_ENABLE} 
     171    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-pisces.xml 1y enabled ${V1Y_ENABLE} 
     172 
    165173    # vargas/titane/MPP and switch from 1 proc to 5 procs. We need to suppres restartopa the second month, if restartopa_0000 exist 
    166174    # same thing for restart_trc and restart_ice_in 
     
    181189    #Long Name as global attribute (if LongName is not empty) 
    182190    if [ ! "X${config_UserChoices_LongName}" = "X" ] ; then 
    183         listfile=$(ls file_def*nemo.xml) 
     191        listfile=$(ls file_def_nemo*.xml) 
    184192        echo "<variable id=\"LongName\" type=\"string\">${config_UserChoices_LongName}</variable>" > add.tmp 
    185193        for file in ${listfile} 
Note: See TracChangeset for help on using the changeset viewer.