Changeset 3480


Ignore:
Timestamp:
11/20/17 23:11:05 (6 years ago)
Author:
aclsce
Message:
  • Disabled standard output for CMIP6 configuration
File:
1 edited

Legend:

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

    r3476 r3480  
    5454    ok_stn=.FALSE. 
    5555 
    56     if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then        
    57         ok_mensuel=.FALSE. 
    58         ok_journe=.FALSE. 
    59         ok_hf=.FALSE. 
    60         ok_hf3h=.FALSE. 
    61         ok_hf3hm=.FALSE. 
    62         ok_stn=.FALSE. 
    63     fi  
    6456 
    6557    case ${config_UserChoices_PeriodLength} in 
     
    8981    done 
    9082 
    91     ##  Read LMDZ_COSP_OK in lmdz.card 
     83    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     84        ok_mensuel=.FALSE. 
     85        ok_journe=.FALSE. 
     86        ok_hf=.FALSE. 
     87        ok_hf3h=.FALSE. 
     88        ok_hf3hm=.FALSE. 
     89        ok_stn=.FALSE. 
     90    fi 
     91 
     92##  Read LMDZ_COSP_OK in lmdz.card 
    9293    if [ X${lmdz_UserChoices_LMDZ_COSP_OK} = Xy ] ; then 
    9394        ##  LMDZ_COSP_OK=y, now read all other COSP variables 
Note: See TracChangeset for help on using the changeset viewer.