-
Notifications
You must be signed in to change notification settings - Fork 157
cam6_4_028: Dust emissions #1104
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
Changes from 1 commit
610e7a9
5311341
0322253
92b6bac
bfb1886
9cb0551
f7b9e5d
b01294f
37fae81
e393c66
712dead
ba285ec
e6d302c
eb6518a
62b248c
95c159b
caa1bd3
01c9a7a
28e02f1
1ea1baa
a950fae
c424825
e7627ac
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -906,7 +906,7 @@ | |
|
||
<entry id="LND_SETS_DUST_EMIS_DRV_FLDS"> | ||
<values match="first"> | ||
<value compset="_CAM.*_CLM">FALSE</value> | ||
<value compset="_CAM7.*_CLM6">FALSE</value> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @fvitt I was concerned about this at first in case it meant that the CAM Zender soil erodibility files were NOT being used. But, it looks like that is NOT the case. So this should be fine. I'm looking at it more closely. I'm glad you figured this workaround out. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is also probably fine since longer term we want to always make this TRUE and even remove it entirely. So that just brings us closer to the long term solution. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The only bad thing here is that it means that the way you change dust emission settings will be different for the CAM7 with CAM6 than for anything else. But, it's unlikely that people will be messing with the dust settings for previous CAM physics. |
||
</values> | ||
</entry> | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm surprised you had to do this. But, of course it's a change that's perfectly fine to do. I'll see if I can look into why you had to change it...