README -- Contents of /data/ctm/GCAP_4x5/sulfate_sim_200210/ Bob Yantosca bmy@io.harvard.edu 24 May 2005 ****************************************************************************** NOTE: Files in this directory have been created for the GCAP model but adhere to the same naming convention as for data in /data/ctm/GEOS_4x5. ****************************************************************************** Files: ------ DMS_seawater.gcap.4x5 : DMS seawater emissions [nmol/L] on the 4x5 grid NH3_anthsrce.gcap.4x5 : Anthropogenic emissions of NH3 [kg N/box/mon], which are required for both online & offline runs. NH3_biofuel.gcap.4x5 : Biofuel emissions of NH3 [kg NH3/box/mon], which are required for both online & offline runs. NH3_natusrce.gcap.4x5 : Natural source emissions of NH3 [kg N/box/mon], which are required for both online & offline runs. NH3emis.monthly.gcap.4x5 : May be obsolete, probably was split up into NH3_anthsrce.gcap.4x5 and NH3_natusrce.gcap.4x5 aircraft.4x5.1992.apr : Total aircraft fuel combustion [kg/yr] aircraft.4x5.1992.aug : regridded to the 4x5 GCAP grid. aircraft.4x5.1992.dec : Vertical resolution is 1km. (TEXT) aircraft.4x5.1992.feb : aircraft.4x5.1992.jan : These files are required for both offline aircraft.4x5.1992.jul : and online runs. aircraft.4x5.1992.jun : aircraft.4x5.1992.mar : aircraft.4x5.1992.may : aircraft.4x5.1992.nov : aircraft.4x5.1992.oct : aircraft.4x5.1992.sep : kmc198.bin : Binary data used to initialize common kmc223.bin : blocks in "isoropia_mod.f". kmc248.bin : kmc273.bin : kmc298.bin : kmc323.bin : scalefoss.SOx.4x5.1998 : Fossil fuel scale factors which scale SOx emissions from the baseline year 1985 to the year 1998. (BINARY but not BPCH format) volcano.con.4x5 : SO2 emissions from non-erupting volcanoes (TEXT), which is required for both offline and online runs volcano.erup.1990.4x5 : SO2 emissions from erupting volcanoes (TEXT). which is required for both offline and online runs All files are binary punch format unless noted otherwise. ******************************************************************************* FILES WHICH NEED TO BE ADDED FOR GCAP AS OF 5/24/2005: ******************************************************************************* HNO3.gcap.4x5 : Monthly mean archived HNO3 concentrations (v/v), : which are required for the offline sulfate run. JH2O2.gcap.4x5 : Monthly mean archived J-Values for H2O2 (1/s), : which are required for the offline sulfate run. NH3emis.monthly.gcap.4x5 : May be obsolete, probably was split up into NH3_anthsrce.gcap.4x5 and NH3_natusrce.gcap.4x5 NO3.gcap.4x5 : Monthly mean NO3 concentrations (v/v), which are : required for the offline sulfate run. O3.gcap.4x5 : Monthly mean O3 concentrations (v/v), which are : required for the offline sulfate run. PH2O2.gcap1.4x5 : Monthly mean P(H2O2) (molec/cm2/s), which are PH2O2.gcap3.4x5 : required for the offline sulfate run. shipSOx.gcap.4x5 : SO2 emissions from ship exhaust. This file was created by Becky Alexander, who regridded this from Corbett's original 2 x 2 data set. File Sources: -------------- HNO3.gcap*.4x5 : Archived from a 4x5 GCAP-3 fullchem run. Regridded NO3.gcap*.4x5 : to GCAP-1, GCAP-STRAT, and GCAP-4 4x5 grids O3.gcap*.4x5 : with routine ~bmy/IDL/regrid/regridv_restart.pro. To regrid these from 4x5 to 2x2.5 grids, use routine ~bmy/IDL/regrid/regridh_restart.pro JH2O2.gcap*.4x5 : Archived from a 4x5 GCAP-3 fullchem run. Regridded to GCAP-1, GCAP-STRAT, and GCAP-4 4x5 grids with: ~bmy/IDL/regrid/regridv_jv.pro. To regrid this from 4x5 to 2x2.5 grids, use routine ~bmy/IDL/regrid/regridh_jv.pro. PH2O2.gcap*.4x5 : Archived from a 4x5 GCAP-3 fullchem run. Regridded to GCAP-1, GCAP-STRAT, and GCAP-4 4x5 grids with routine: ~bmy/IDL/regrid/regridv_porl.pro. To regrid this from 4x5 to 2x2.5 grids, use routine ~bmy/IDL/regrid/regridh_porl.pro. SST.gcap.4x5 : Sea surface temperatures from Mian Chin. Regridded with ~bmy/IDL/regrid/regridh_sst.pro. scalefoss.SOx.4x5.1998 : From Rokjin Park? DMS_seawater.gcap.4x5 : From Mian Chin's GOCART model. Converted to BPCH. and regridded to GCAP resolution volcano.con.4x5 : From Mian Chin's GOCART model volcano.erup.1990.4x5 : From Mian Chin's GOCART model File: GCAP-CHEM Reader Routine ------ ------------------------ aircraft.4x5.1992.* READ_AIRCRAFT_SO2 (sulfate_mod.f ) DMS_seawater.gcap.4x5 READ_OCEAN_DMS (sulfate_mod.f ) HNO3.gcap.*4x5 GET_GLOBAL_HNO3 (global_hno3_mod.f) JH2O2.gcap*.4x5 CHEM_H2O2 (sulfate_mod.f ) NH3_anthsrce.gcap.4x5 READ_ANTHRO_NH3 (sulfate_mod.f ) NH3_natusrce.gcap.4x5 READ_NATURAL_NH3 (sulfate_mod.f ) NH3_biofuel.gcap.4x5 READ_BIOMASS_NH3 (sulfate_mod.f ) O3.gcap.*4x5 READ_OXIDANT (sulfate_mod.f ) PH2O2.gcap*.4x5 READ_OXIDANT (sulfate_mod.f ) scalefoss.SOx.4x5.1998 READ_ANTHRO_SOx (sulfate_mod.f ) SST.gcap.4x5 READ_SST (sulfate_mod.f ) volcano.con.4x5 READ_ERUP_VOLC (sulfate_mod.f ) volcano.erup.1990.4x5 READ_NONERUP_VOLC (sulfate_mod.f )