-
Notifications
You must be signed in to change notification settings - Fork 319
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
Tuning of Leung_2024 dust emissions for clm6_0_cam7.0 and on namelist #2732
Comments
I'm tagging @tilmes to follow the updates on this issue. |
Testing a new, corrected surface dataset: Background: Default fsurdat = '/glade/campaign/cesm/cesmdata/inputdata/lnd/clm2/surfdata_esmf/ctsm5.2.0/surfdata_ne30np4.pg3_hist_1850_78pfts_c240216.nc' Remarks:
Results:
Thoughts:
|
Testing dust emissions using different CTSM roughness schemes: Background: Description:
Results: |
Given the new changes in ctsm5.3.0, I am about to arrive at a regional tuning approach that gives decent dust emissions and dust AOD in ctsm5_2_019/cam6.3.137. The three basic ideas are listed at the end of this comment. This tuning primarily tries to suppress dust over the semiarid regions. In the future we could use these three directions to perform regional tuning given further changes in CESM fields/variables. We just need to be careful to not oversuppress them since @jfkok, @tilmes and the dust community would want more dust in the semiarid and remote regions. Also, we could be creating compensating errors since we are tuning the parameters in our scheme to compensate/mitigate the impacts of the changes in the CESM met fields, which could lead to new errors in the regional spatial variability and the temporal variability of dust. These changes are almost ready to be brought in to a PR. This tuning so far concerns spatial distributions of dust, so we might still need to come back to the tuning again when we see issues in the temporal variability of dust. The three approaches in this tuning:
|
@dmleung thanks for working on this. I'll let others weigh in on specifics of your suggested approach, but to a naive eye the results look promising. Regardless, I appreciate the effort. |
@dmleung can you point to the case you're running from? Specifically we're wanting to confirm that this as the latest CTSM5.3 surface data with corrected soil properties over Africa. |
@wwieder sure, my late cases are using surfdata_ne30np4.pg3_hist_1850_78pfts_c240908.nc.
|
Tuning the vegetation drag partition effect: After some discussions with @jfkok, he did not want to change of the plants' shape parameters in Okin's scheme (by assuming taller plants or spherical plants; see earlier comments in this issue) and preferred directly using a tuning parameter. In terms of answer, one advantage of this tuning approach is that this change directly offsets the ustar increase over the sparsely vegetated semiarid regions (like Australia and Argentina). We then avoid compensating errors by trying to introduce high bias in the moisture effect to offset the high bias in the ustar, which I personally do not like. Also, we previously worried that enhancing the soil moisture effect too much will suppress the seasonality of dust. Now we relax it back to almost the same level at CESM2.2, so we can now worry less about that. See the resulting FLTHIST simulation for dust below for year 1991, using dust_veg_drag_fact = 0.7. I like that the Arabian Peninsula now has more reasonable dust levels. Dust over the Sahara looks reasonable but seems to have a little high over the western Sahara, so I will see if I can bring that down a little further. |
Hardcoded tuning adjustments for Leung_2024 dust emissions Changes to dust emissions when Leung_2024 method is being used. Tuning was needed since we saw some high biases in dust over semiarid regions given all the updates in CTSM and CAM. The biggest changes in CTSM that affects dust is an increase in friction velocity (ustar; fv in CTSM) over vegetated, semiarid regions, mainly due to a switch in the roughness scheme from 'ZengWang2007' to 'Meier2022'. Since dust emission is very sensitive to ustar, the dust emission scheme magnifies this increase and caused strong high biases over semiarid regions, including Australia and Patagonia (see plots in issue ESCOMP#2732). To enhance the robustness of Leung_2023 and reduce the likelihood to see huge changes in answers in the future, we tried to limit the sensitivity of dust emissions to ustar. We also tried different methods (see specific notes below) to reduce dust emissions from semiarid regions given the high biases over there.
The first part of this to bring the hardcoded parameters to master just took a few days in Sprint 11. |
@dmleung has tested some F cases with ctsm5.2.019 and found some issues that will need some tuning to give good results. He previously did some tuning for clm5_0_cam6.0 for the ctsm5.2 surface datasets, and will need to do more for cam6_0_cam7.0. This is part of the normal tuning exercise that needs to be done for all of CESM3.0.
@dmleung is working on this now and will get us some changes to bring in as soon as possible. Hopefully, this won't need to be done multiple times as the model should be stabilizing as we move forward. However, as other tuning changes happen in both CAM and CTSM it may need to be done more than once. Mostly this is work that @dmleung will do and ask us to bring in when ready. Code changes for this are likely to be small.
From @dmleung: Also a minor point is that dust_moist_fact could be in both the moisture threshold functions in Zender2003 and Kok2014 in SoilStateInitTimeConst.F90. So, it'd be great if you could add the same parameter into the Kok14 function as well if that's easy.
Definition of done:
The text was updated successfully, but these errors were encountered: