Skip to content

Commit

Permalink
Use Ordonez files with shifted latitude to fix run error at c360
Browse files Browse the repository at this point in the history
The original files had latitude range [-90,89] that likely caused them
to be treated as regional files in MAPL rather than global files,
although it is not entirely understood why that would be a problem at
any resolution. The new files have latitude shifted by 0.5 degrees to
have range [-89.5,89.5] and this appears to resolve the issue.

Please note that the filename is updated in both ExtData.rc and in
HEMCO_Config.rc in this commit, but the filename in HEMCO_Config.rc does
not actually have any effect on the model. We update filename in that
file only for easy diff with GEOS-Chem Classic config to easily view
the differences in files used.

Signed-off-by: Lizzie Lundgren <[email protected]>
  • Loading branch information
lizziel committed Feb 28, 2020
1 parent 3e2f541 commit c4b6899
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions run/GCHPctm/ExtData.rc.templates/ExtData.rc.fullchem
Original file line number Diff line number Diff line change
Expand Up @@ -1103,10 +1103,10 @@ LIANG_CH2BR2 kg/m2/s N Y - none none CH2Br2_emission ./MainDataDir/BROMINE/v2
#==============================================================================
# --- Very-short-lived iodocarbon (ORDONEZ_IODOCARB) ---
#==============================================================================
ORDONEZ_CH3I kg/m2/s Y Y F2000-%m2-01T00:00:00 none none CH3I ./MainDataDir/IODINE/v2017-09/CH3I_monthly_emissions_Ordonez_2012_COARDS.nc
ORDONEZ_CH2I2 kg/m2/s Y Y F2000-%m2-01T00:00:00 none none CH2I2 ./MainDataDir/IODINE/v2017-09/CH2I2_monthly_emissions_Ordonez_2012_COARDS.nc
ORDONEZ_CH2ICL kg/m2/s Y Y F2000-%m2-01T00:00:00 none none CH2ICl ./MainDataDir/IODINE/v2017-09/CH2ICl_monthly_emissions_Ordonez_2012_COARDS.nc
ORDONEZ_CH2IBR kg/m2/s Y Y F2000-%m2-01T00:00:00 none none CH2IBr ./MainDataDir/IODINE/v2017-09/CH2IBr_monthly_emissions_Ordonez_2012_COARDS.nc
ORDONEZ_CH3I kg/m2/s Y Y F2000-%m2-01T00:00:00 none none CH3I ./MainDataDir/IODINE/v2020-02/CH3I_monthly_emissions_Ordonez_2012_COARDS.nc
ORDONEZ_CH2I2 kg/m2/s Y Y F2000-%m2-01T00:00:00 none none CH2I2 ./MainDataDir/IODINE/v2020-02/CH2I2_monthly_emissions_Ordonez_2012_COARDS.nc
ORDONEZ_CH2ICL kg/m2/s Y Y F2000-%m2-01T00:00:00 none none CH2ICl ./MainDataDir/IODINE/v2020-02/CH2ICl_monthly_emissions_Ordonez_2012_COARDS.nc
ORDONEZ_CH2IBR kg/m2/s Y Y F2000-%m2-01T00:00:00 none none CH2IBr ./MainDataDir/IODINE/v2020-02/CH2IBr_monthly_emissions_Ordonez_2012_COARDS.nc

#==============================================================================
# --- Ship emissions (SHIP) ---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1780,10 +1780,10 @@ Warnings: 1
# --- Very-short-lived (VSL) iodocarbon emissions (cf. Carlos Ordonez) ---
#==============================================================================
(((ORDONEZ_IODOCARB
0 ORDONEZ_CH3I $ROOT/IODINE/v2017-09/CH3I_monthly_emissions_Ordonez_2012_COARDS.nc CH3I 2000/1-12/1/0 C xy kg/m2/s CH3I - 1 50
0 ORDONEZ_CH2I2 $ROOT/IODINE/v2017-09/CH2I2_monthly_emissions_Ordonez_2012_COARDS.nc CH2I2 2000/1-12/1/0 C xy kg/m2/s CH2I2 - 1 1
0 ORDONEZ_CH2ICL $ROOT/IODINE/v2017-09/CH2ICl_monthly_emissions_Ordonez_2012_COARDS.nc CH2ICl 2000/1-12/1/0 C xy kg/m2/s CH2ICl - 1 1
0 ORDONEZ_CH2IBR $ROOT/IODINE/v2017-09/CH2IBr_monthly_emissions_Ordonez_2012_COARDS.nc CH2IBr 2000/1-12/1/0 C xy kg/m2/s CH2IBr - 1 1
0 ORDONEZ_CH3I $ROOT/IODINE/v2020-02/CH3I_monthly_emissions_Ordonez_2012_COARDS.nc CH3I 2000/1-12/1/0 C xy kg/m2/s CH3I - 1 50
0 ORDONEZ_CH2I2 $ROOT/IODINE/v2020-02/CH2I2_monthly_emissions_Ordonez_2012_COARDS.nc CH2I2 2000/1-12/1/0 C xy kg/m2/s CH2I2 - 1 1
0 ORDONEZ_CH2ICL $ROOT/IODINE/v2020-02/CH2ICl_monthly_emissions_Ordonez_2012_COARDS.nc CH2ICl 2000/1-12/1/0 C xy kg/m2/s CH2ICl - 1 1
0 ORDONEZ_CH2IBR $ROOT/IODINE/v2020-02/CH2IBr_monthly_emissions_Ordonez_2012_COARDS.nc CH2IBr 2000/1-12/1/0 C xy kg/m2/s CH2IBr - 1 1
)))ORDONEZ_IODOCARB

#==============================================================================
Expand Down

0 comments on commit c4b6899

Please sign in to comment.