Ignore:
Timestamp:
03/01/18 15:06:47 (6 years ago)
Author:
acosce
Message:

make modification to use XIOS with REPROBUS in configuration LMDZINCAREPR

Location:
CONFIG/UNIFORM/v6/LMDZORINCAREPR_v6
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCAREPR_v6/EXPERIMENTS/LMDZORINCAREPR/COMP/reprobus.card

    r3562 r3605  
    3333 
    3434[ParametersFiles] 
    35 List= (${SUBMIT_DIR}/PARAM/reprobus.def, .) 
     35List= (${SUBMIT_DIR}/PARAM/reprobus.def, .),\ 
     36        (${MODIPSL}/modeles/REPROBUS/context_reprobus.xml, .)   ,\ 
     37        (${MODIPSL}/modeles/REPROBUS/field_def_reprobus.xml, .) ,\ 
     38        (${MODIPSL}/modeles/REPROBUS/file_def_reprobus.xml, .) 
    3639 
    3740[RestartFiles] 
     
    3942 
    4043[OutputText] 
    41 List= (reprobus.def) 
     44List= (reprobus.def,context_reprobus.xml,field_def_reprobus.xml,file_def_reprobus.xml) 
    4245 
    4346[OutputFiles] 
    44 List= () 
     47List=   (reprobus_species.nc,      ${R_OUT_CHS_O_D}/${PREFIX}_1D_reprobus_species.nc,    NONE   ) 
     48 
  • CONFIG/UNIFORM/v6/LMDZORINCAREPR_v6/EXPERIMENTS/LMDZREPR/COMP/reprobus.card

    r3562 r3605  
    3333 
    3434[ParametersFiles] 
    35 List= (${SUBMIT_DIR}/PARAM/reprobus.def, .) 
     35List= (${SUBMIT_DIR}/PARAM/reprobus.def, .),\ 
     36        (${MODIPSL}/modeles/REPROBUS/context_reprobus.xml, .)   ,\ 
     37        (${MODIPSL}/modeles/REPROBUS/field_def_reprobus.xml, .) ,\ 
     38        (${MODIPSL}/modeles/REPROBUS/file_def_reprobus.xml, .) 
     39 
    3640 
    3741[RestartFiles] 
     
    3943 
    4044[OutputText] 
    41 List= (reprobus.def) 
     45List= (reprobus.def,context_reprobus.xml,field_def_reprobus.xml,file_def_reprobus.xml) 
    4246 
    4347[OutputFiles] 
    44 List= () 
     48List=   (reprobus_species.nc,      ${R_OUT_CHS_O_D}/${PREFIX}_1D_reprobus_species.nc,    NONE   ) 
  • CONFIG/UNIFORM/v6/LMDZORINCAREPR_v6/GENERAL/DRIVER/reprobus.driver

    r3559 r3605  
    1313    IGCM_debug_PushStack "CHS_Update" 
    1414 
     15    # Add include of REPROBUS context in iodef.xml 
     16    # In iodef.xml add on next line after "COMPONENT CONTEXT" 
     17    #  <context id="reprobus" src="./context_reprobus.xml"/> 
     18        echo '<context id="reprobus" src="./context_reprobus.xml"/>' > add.tmp 
     19        cp iodef.xml iodef.xml.tmp 
     20        sed -e "/COMPONENT CONTEXT/r add.tmp" \ 
     21            iodef.xml.tmp > iodef.xml 
     22        rm iodef.xml.tmp add.tmp 
     23 
    1524    IGCM_debug_PopStack "CHS_Update" 
    1625} 
  • CONFIG/UNIFORM/v6/LMDZORINCAREPR_v6/GENERAL/PARAM/reprobus.def

    r3559 r3605  
    3333## ajout de 3 traceurs age de l'air SPARC 
    3434ok_aga=y 
     35#indicate if we are running with xios 
     36xios_reprobus_ok=y 
    3537 
Note: See TracChangeset for help on using the changeset viewer.