-
Notifications
You must be signed in to change notification settings - Fork 312
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
Getting fire-emission to work with FATES #1045
Comments
Reviewing issues I believe this is related to NGEET/fates#163 |
@adrifoster noticed that the namelist build doesn't ensure these two can't be turned on together, and as a result cases fail in a hard to understand way. So she is going to remedy this. |
thanks @ekluzek this is the error I got for a test that erroneously had
|
So I added this check but now this One solution would be to grab what is needed from the mimics/clm includes chain and put in this testmod dir. Otherwise I'm not sure how to get around using the necessary Hoping to finish #1932 soon and don't want to keep adding too much to it that is outside the scope of FATES-NEON stuff. |
I see a couple ways to handle this:
Since, right now all that the mimics test mode does is include: default and Cold-Start and sets one namelist variable. I think we should do "3". So the FATES test mod wouldn't reference the other one, but just set soil_decomp_method = 'MIMICSWieder2015' explicitly in it. |
Just FYI: I'm changing the failing test that @adrifoster mentioned in #1045 (comment) to be a _P72x2 test instead of _P144x2 to keep with the goal of having all of our aux_clm tests run on 4 nodes or fewer. |
Note on this here: https://github.com/ESCOMP/CTSM/pull/1959/files#r1168038061. The interface to fire-emission should be neutral in terms of FATES vs. BGC. |
We are working on this here: NorESMhub#67 it is not working yet as we still need to write a mapping for the fire emission species from FATES to CLM. There isn't a big technical barrier, we just haven't done it yet. We will make a PR to ESCOMP once it is functional (to reduce the maintenance of having two open PRs) |
Currently fire-emissions from CTSM into CAM can only work for CN or BGC modes and NOT with FATES. As a longer term goal we need FATES to be able to send fire-emissions from CTSM to the coupler and into CAM-Chem.
The text was updated successfully, but these errors were encountered: