geoschem / geos-chem

GEOS-Chem "Science Codebase" repository. Contains GEOS-Chem science routines, run directory generation scripts, and interface code. This repository is used as a submodule within the GCClassic and GCHP wrappers, as well as in other modeling contexts (external ESMs).
http://geos-chem.org
Other
166 stars 157 forks source link

[BUG/ISSUE] HEMCO WARNING: Data is treated as unitless #772

Closed Alex-Fang66 closed 3 years ago

Alex-Fang66 commented 3 years ago

Description of the problem

I manually downloaded the Geos-Chem restart files along with the HEMCO restart files from "http://ftp.as.harvard.edu/gcgrid/geos-chem/10yr_benchmarks/13.0.0/GCClassic/restarts/". First of all, I was wondering if it is reasonable to just copy those restart files to my rundirs? I tried in this way and the Geos-Chem worked well anyway. However, there were so many warnings from the HEMCO.log, and I don't know why this happened.

GEOS-Chem version

GEOS-Chem version 13.1.0.

Log files

Software versions

yantosca commented 3 years ago

Thanks for writing @Alex-Fang66. These are warnings, not errors. All this is saying is that the units of the data don't match the corresponding units in HEMCO_Config.rc. You can toggle these warnings off if you like in the HEMCO_Config.rc file with Warnings: 0.

The reason we don't enforce strict unit tolerance is that we don't want HEMCO to try to change the units of non-emissions fields (e.g. met fields, concentrations, etc.).

Alex-Fang66 commented 3 years ago

Thank you so much for the reply!