-
Notifications
You must be signed in to change notification settings - Fork 0
Update some defaults in LDASsa_DEFAULT_inputs_*.nml files #104
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
Update some defaults in LDASsa_DEFAULT_inputs_*.nml files #104
Conversation
…ecies (LDASsa_DEFAULT_inputs_ensupd.nml)
… latest L4_SM system (LDASsa_DEFAULT_inputs_ensprop.nml)
|
@gmao-qliu, @amfox37 : I started this PR in an attempt to clean up the default values of the obs parameters. Ideally, users only need to turn on/off the "getinnov", "scale", and "assim" flags and don't have to worry about the nitty-gritty settings. |
|
For the SMOS ("fit") values I used the values that I think @gmao-qliu suggested having used them in her previous testing 6 months ago, which are very like the SMAP values. I don't recall making any changes myself, and I must admit I hadn't looked at the previous default values until just now. If we should be using RTM_id 2 or 3 then I've been using the wrong one as I've used 4. Also, the errstd I've used is 4 and more than double than the previous default (1.5)... If these updated values I have just used are the settings that we actually want, the changes required to the default look like:
|
|
I think it makes sense to use the same RTM_ID setting for SMOS as for SMAP, since we only use one set of mwRTM. |
There are two things going on here:
|
|
We always have separate observation scaling parameters for each SMOS and SMAP species. The SMOS preprocessing handles the atmospheric correction, so we don't need to use RTM_ID 1 or 3 in GEOSldas. RTM_ID 2 uses WANG and LAI-based vegetation opacity, while RTM_ID 4 uses MIRONOV and retrieval-based vegetation opacity. We can use different RTM_IDs (2 vs 4) for SMOS and SMAP, but only if we run separate DA experiments, because mwRTM for RTM_ID=4 doesn't work for RTM_ID=2, and vice versa. |
|
To clarify - in the sweeper run I used RTM_id = 4 for both SMOS and SMAP, and separate scaling parameters derived for each. |
|
@gmao-qliu @amfox37 : Many thanks for clarifying. Here are some updates:
Thanks for the confirmation! I agree that we should then use RTM_id=4 for SMOS as well. It's our best RTM. I'm glad to hear that the relatively larger OmF std-dev for SMOS wasn't the result of an unintentional config.
Nominally, a (single-angle) SMOS Tb obs and a SMAP Tb obs should have comparable err std per the mission specs. Because of the interpolation across several single-angle measurements, the "fit" SMOS obs should have lower error than the individual single-angle measurements. The original 1.5 number was overly optimistic, and SMOS Tb turned out to be less accurate than we had thought. We found that 4.0 for the SMOS "fit" works.
I forgot that we intentionally created the new mwRTM files with veg opacity from SMAP L2_SM data in such a way that they would not work for the old RTM_id=2, which computes the veg opacity from the LAI. This is smart because it avoids accidentally setting of RTM_id=2 with the new mwRTM files. However, it wouldn't be difficult to create mwRTM params that support multiple RTM_IDs, if we ever wanted to, which what got me confused. Of course, using RTM_id=2 now would be a questionable choice, given that RTM_id=4 turned out to be clearly superior in the L4_SM product. I updated the SMOS species accordingly, and I also updated "coarsen_pert" for ASCAT (d7058b2). @gmao-qliu @amfox37 : When you get a chance, please verify the latest version of the LDASsa_DEFAULT_inputs*.nml files and let me know if anything else needs changing. Andy: Please also compare the ASCAT and MODIS settings with what you have in the M21C-Land sweeper run (or point me to your nml input files). While you're at it, maybe also the CYGNSS settings. Thanks! |
|
I can confirm that the default setting here match what was used in the land sweeper runs for MODIS scf and ASCAT sfds - with the minor exception that I was using incorrect orbit flags for ASCAT. It should be 3 (asc and desc) as per the default. But I believe these aren't actually used at any stage in the reading/scaling/assimilation of the ASCAT obs so won't have impacted anything. |
|
I can also confirm that the updated DEFAULT input files are good. |
Some of the default values for obs parameters and forcing perturbations in the LDASsa_DEFAULT_inputs_*.nml were out of sync with the values used in the latest SMAP L4_SM Version 8 algorithm. This PR updates the default values to match those in L4_SM.