Ignore:
Timestamp:
03/16/18 10:30:44 (6 years ago)
Author:
acosce
Message:

update LMDZORINCA_v6 to 6.0.15

File:
1 edited

Legend:

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

    r3542 r3648  
    8181    done 
    8282 
    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 
    9183 
    9284##  Read LMDZ_COSP_OK in lmdz.card 
     
    169161 
    170162    # Read value for co2_ppm from file CO2.txt. If file not existing, take DEFAULT value from file.  
     163    # Calculate co2_ppm_per as co2_ppm*4. 
    171164    if [ -f CO2.txt ] ; then 
    172165        value=`grep Annee_${year} CO2.txt | awk -F= '{print $2}'` 
     
    176169            IGCM_debug_Verif_Exit 
    177170        fi 
     171        value4=`grep Annee_${year} CO2.txt | awk -F= '{print $2 * 4}'` 
    178172    else 
    179173        value=DEFAULT 
     174        value4=DEFAULT 
    180175    fi 
    181176    IGCM_comp_modifyDefFile nonblocker config.def co2_ppm $value 
     177    IGCM_comp_modifyDefFile nonblocker config.def co2_ppm_per $value4 
    182178 
    183179 
Note: See TracChangeset for help on using the changeset viewer.