Ignore:
Timestamp:
11/26/14 16:45:28 (9 years ago)
Author:
acosce
Message:

Add xios in inca.def and inca.driver

Location:
CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/DRIVER/inca.driver

    r2366 r2370  
    7979    fi 
    8080     
     81    #inca.def : choose aerosol effect with feedback variable 
     82    if [  X${inca_UserChoices_XIOS} = Xy ] ; then 
     83        IGCM_comp_modifyDefFile blocker inca.def  XIOS_INCA_OK  y 
     84    else 
     85        IGCM_comp_modifyDefFile blocker inca.def  XIOS_INCA_OK n 
     86    fi 
     87 
     88 
    8189    if [ X${inca_UserChoices_XIOS}  = Xy ] ; then 
    8290    # Add include of INCA context in iodef.xml 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/PARAM/inca.def

    r2349 r2370  
    88#choose if there is a feedback with the areosol effect 
    99feedb=_AUTO_ 
     10#indicate if we are running with xios or not 
     11XIOS_INCA_OK=_AUTO_ 
Note: See TracChangeset for help on using the changeset viewer.