Changeset 4889


Ignore:
Timestamp:
01/10/20 16:52:12 (4 years ago)
Author:
acosce
Message:

fixe a bug on userchoices param syntax

Location:
CONFIG/UNIFORM/v6
Files:
4 edited

Legend:

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

    r4884 r4889  
    299299 
    300300    #inca.def : choose which xml will be use (with group or no = cmip files)  
    301     if [ X${cmip_xml} = Xy ] ; then  
     301    if [ X${inca_UserChoices_cmip_xml} = Xy ] ; then  
    302302         
    303303        IGCM_comp_modifyDefFile nonblocker inca.def  cmip_xml  y 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/inca.driver

    r4884 r4889  
    274274 
    275275    #inca.def : choose which xml will be use (with group or no = cmip files)  
    276     if [ X${cmip_xml} = Xy ] ; then  
     276    if [ X${inca_UserChoices_cmip_xml} = Xy ] ; then  
    277277         
    278278        IGCM_comp_modifyDefFile nonblocker inca.def  cmip_xml  y 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/GENERAL/DRIVER/inca.driver

    r4884 r4889  
    276276 
    277277    #inca.def : choose which xml will be use (with group or no = cmip files)  
    278     if [ X${cmip_xml} = Xy ] ; then  
     278    if [ X${inca_UserChoices_cmip_xml} = Xy ] ; then  
    279279         
    280280        IGCM_comp_modifyDefFile nonblocker inca.def  cmip_xml  y 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/DRIVER/inca.driver

    r4884 r4889  
    284284 
    285285    #inca.def : choose which xml will be use (with group or no = cmip files)  
    286     if [ X${cmip_xml} = Xy ] ; then  
     286    if [ X${inca_UserChoices_cmip_xml} = Xy ] ; then  
    287287         
    288288        IGCM_comp_modifyDefFile nonblocker inca.def  cmip_xml  y 
Note: See TracChangeset for help on using the changeset viewer.