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

standardization of inca.driver, inca.def in all default configuration using inca

File:
1 edited

Legend:

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

    r4854 r4884  
    245245    fi 
    246246 
     247    #inca.def : choose sedimentation schema  
     248    if [ ! X${inca_UserChoices_multilayer_sedim} = X ]; then  
     249        IGCM_comp_modifyDefFile nonblocker inca.def multilayer_sediment ${inca_UserChoices_multilayer_sedim} 
     250    else 
     251        IGCM_comp_modifyDefFile nonblocker inca.def multilayer_sediment y 
     252    fi 
    247253 
    248254    #inca.def : choose calcul interactif des diagnostiques flux chimique ou non   
     
    266272        IGCM_comp_modifyDefFile nonblocker inca.def emi_interp_time 1 
    267273    fi 
     274 
     275 
     276 
     277    #inca.def : choose which xml will be use (with group or no = cmip files)  
     278    if [ X${cmip_xml} = Xy ] ; then  
     279         
     280        IGCM_comp_modifyDefFile nonblocker inca.def  cmip_xml  y 
     281    else 
     282        IGCM_comp_modifyDefFile nonblocker inca.def  cmip_xml  n 
     283    fi 
     284         
    268285 
    269286 
Note: See TracChangeset for help on using the changeset viewer.