-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG/ISSUE] Negative tracer issue in wet dep 8 months into simulation #610
Comments
Thanks @theloniuspunk for writing. There have been similar issues: #259 and #501. Species 194 is SALACL (I think Cl on SALA aerosol). This came in with the 12.9.0 halogen updates (I believe). I wonder if this is caused by an initial condition issue. If you are using a restart file that does not have SALACL, then the model will assume a value of 1.0e-30. This is close to zero. In the 13.0.0 final release, we will be issuing a new set of restart files taken from the 10 year benchmarks. Try getting this one: there's also one for 20190701. You can look at the value of SALACL in that restart and compare to the restart that you are using to see how the values compare. |
Thanks, Bob. I saw these issues. Also, this error started happening 8 months into the simulation, so it would be surprising if it's an initial condition issue, but maybe the 10-year spinup would help. It is happening in level 45 of the 47-level grid, so it's well up in the stratosphere where there will not be much coarse sea-spray regardless... but why is there wet dep happening at level 45? I just wrote a quick fix to check for species 194 being negative and then setting it to 0. Hopefully, I'm not masking a bigger issue, but it's working for now and I don't suspect that SALACL will have much effect on what I'm looking at. |
Thanks @theloniuspunk. Maybe we can add a fix into 13.1.0 to cycle where precipitation is zero. I know we start at the top of the atmopshere and go down level by level (perhaps to get some of scavenging on ice) but this might be a simple fix. |
This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days it will be closed. You can add the "never stale" tag to prevent the Stale bot from closing this issue. |
Closing due to inactivity |
Describe the bug:
Hi folks, I've been running a standard (non-TOMAS) global 4x5 simulation (dev/13.0.0-final pulled on 1/22/2021), and 8 months in to the simulation I get the the error pasted below in RESUSPENSION. If I put in a fix to make small negative numbers = 0, a similar error shows up in rainout instead.
I've seen discussion here on negative values in wet dep, but they all seem to be at the start of the simulation, not so far in.
The error is with tracer 194, which seems to be "Coarse mode sea salt alkalinity". I've never ran a simulation with this as a tracer until this version (not sure when it got added), but this is a strange tracer since it's not representing the abundance of a species.
Expected behavior:
Not getting negative values and the model stopping with an error.
Actual behavior:
See pasted info from log file.
Steps to reproduce: the bug:
Full Chem
Trop only
Standard
MERRA-2
4x5
47 layers
Switched biomass burning inventory to GFAS (but also happened in a simulation with all biomass burning off)
Used existing restart. Ran for 8 months.
Compilation commands
Error messages
Required information:
Your GEOS-Chem version and runtime environment:
Input and log files to attach
HEMCO_Config.rc.txt
HEMCO.log.txt
log.txt
input.geos.txt
The text was updated successfully, but these errors were encountered: