source: TOOLS/CMIP6_FORCING/CO2_EMISSIONS/budget.sh @ 4226

Last change on this file since 4226 was 4045, checked in by oboucher, 6 years ago

Scripts to prepare CO2 emissions for IPSL-CM6 ESM

  • Property svn:executable set to *
File size: 768 bytes
Line 
1#--2D emissions - year 2000
2file=/prodigfs/project/input4MIPs/CMIP6/CMIP/PNNL-JGCRI/CEDS-2017-05-18/atmos/mon/CO2-em-anthro/gn/v20170519/CO2-em-anthro_input4MIPs_emissions_CMIP_CEDS-2017-05-18_gn_200001-201412.nc
3
4#--compute annual mean emissions in Tg/yr
5cdo outputf,%12.10g,10 -divc,1.e9 -mulc,86400. -mulc,365 -fldsum -mul -timmean -seltimestep,1/12 $file -gridarea $file
6
7#--3D emissions - year 2000
8file=/prodigfs/project/input4MIPs/CMIP6/CMIP/PNNL-JGCRI/CEDS-2017-08-30/atmos/mon/CO2-em-AIR-anthro/gn/v20170907/CO2-em-AIR-anthro_input4MIPs_emissions_CMIP_CEDS-2017-08-30_gn_200001-201412.nc
9
10#--compute annual mean emissions in Tg/yr
11cdo outputf,%12.10g,10 -divc,1.e9 -mulc,86400. -mulc,365 -fldsum -mul -timmean -vertsum -seltimestep,1/12 $file -gridarea $file
Note: See TracBrowser for help on using the repository browser.