-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG/ISSUE] Bug when running with TOMAS and chemistry time step under 1 hr #218
Comments
Thanks @danamcguff for bringing this to our attention. This is now fixed by commit 7a7f3d7, which will go into GEOS-Chem 12.7.1. I also made a couple more updates as seen here: geos-chem/GeosCore/tomas_mod.F Lines 670 to 701 in 7a7f3d7
|
run/GCHP/HISTORY.rc.templates/HISTORY.rc.TransportTracers - Replace old species names with the updated species names from the 14.2.0-alpha.15 update. This was causing integration tests to fail (see geoschem/HEMCO PR #218). Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
Describe the bug
In AEROPHYS subroutine of tomas_mod, the overall time step is 1 hour.
Here is a permalink to the hard-coded bug:
geos-chem/GeosCore/tomas_mod.F
Lines 703 to 711 in 6048e58
I suggest changing the definition of the time step so line 704 reads:
ADT = GET_TS_CHEM()
You will also need to add a line of code to the beginning of AEROPHYS subroutine such as:
USE Time_Mod, ONLY : GET_TS_CHEM
Expected behavior
When running GC with TOMAS on and using a time step smaller than 1 hour for chemistry, the simulated aerosol microphysics are faster than they should be.
Required information
The text was updated successfully, but these errors were encountered: