Changeset 1235 for CONFIG/IPSLCM


Ignore:
Timestamp:
12/30/10 19:47:26 (13 years ago)
Author:
mmaipsl
Message:

Suppress fossil fuel file reading in CpiControl? run (fossil emission is then always 0.).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5A/CpiControl/COMP/lmdz.driver

    r1233 r1235  
    158158    else 
    159159 
    160 #       get the fossile fuel file : 
    161         fCO2_ff=$( gawk "{if (match(\$0,\"${year}\ *${month}\")) {print \$5}}" ${SUBMIT_DIR}/PARAM/CMIP5_gridcar_CO2_emissions_fossil_fuel_Andres_1751-2007_monthly_SC_grid1x1.txt ) 
    162         fCO2_ff=$( echo "${fCO2_ff} / 1000." | bc -l  ) 
    163160#       For Control, no fossil fuel emission : 
    164161        fCO2_ff=0 
Note: See TracChangeset for help on using the changeset viewer.