-
Notifications
You must be signed in to change notification settings - Fork 7
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
make_bcs fix for bad HWSDv1.21 data in Argentina "peatland" #944
make_bcs fix for bad HWSDv1.21 data in Argentina "peatland" #944
Conversation
…aram.F90, mod_process_hres_data.F90, rmTinyCatchParaMod.F90)
…ke_bcs_shared.py)
Without the explicit #SBATCH constraint, make_bcs.py jobs hang or fail on NCCS Discover SLES15 for unknown reasons. Adding the explicit constraint somehow fixes this and should not hurt otherwise.
@mathomp4 : |
You might ping NCCS, but now that I think about it, it's possible an sbatch with no constraint currently only targets |
I don't think this is correct. The executables built on SLES12 cannot be run on SLES15. |
Oh yeah. That is true. That's the reason I have the This is probably the "right" thing to do. |
Thanks, @weiyuan-jiang and @mathomp4 for the commit and advice, much appreciated. |
@biljanaorescanin said the string is not replaced. Does that mean the trick does not apply to GEOSgcm_GridComp? @mathomp4 |
After last fix everything works now with no errors. I've run few diff sets of bcs on both sles12 and sles15 |
Ah. You figured it out before I could reply. Yeah, it's |
@wmputman @sdrabenh @biljanaorescanin : This PR is now ready for merging:
cc: @rdkoster |
In GEOS bcs versions NL5 and v11 (after the introduction of PEATMAP and PEATCLSM), a small region in Argentina (~38W,60W) is wrongly classified as peatland. The reason for the wrong classification are unrealistically high values of organic carbon content (OC) in the HWSDv1.21 input data for soil mapping unit (SMU) #12302.
make_bcs uses preprocessed soil properties data that contain merged data from HWSD and STATSGO2 for the US. The SMU in question is spread across two of the SoilProperties_*.nc files: H12V06 and H13V06. These two files were patched by replacing the clay, sand, and OC values for the 0-30cm and 30-100cm layers in the SMU in question with values obtained manually from v2 of HWSD.
The present PR enables make_bcs to use these revised SoilProperties_*.nc data to generate v12 bcs.
PR only touches make_bcs and is thus trivially 0-diff for GCM and LDAS simulations.
PR was successfully 0-diff tested for generation of existing bcs (NL3 for EASE and cube-sphere tile spaces) on 31 May 2024 by @biljanaorescanin
v12 bcs were verified by @gmao-rreichle through direct comparison of bcs files and the SMAP Nature Run v11.3 simulation.