-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Ordonez files with shifted latitude to fix run error at c360
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
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters