-
Notifications
You must be signed in to change notification settings - Fork 0
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
mrsofc
mass content calculation from VMR
#40
Comments
@gnikulin Is there any preference to eg. use the |
If there are no objections we would use the depth of the lowest hydrologically active layer for the calculation. We do not know if it will allow meaningful intercomparison, but we will add a variable comment regarding the calculation. |
I have the same questions for REMO actually (also dimensioless output). I once asked copilot about this: To convert the field capacity of soil from a volumetric water content (usually expressed as a percentage) to kilograms per square meter (kg/m²), you need to know the bulk density of the soil. The bulk density is the mass of soil per unit volume, typically expressed in grams per cubic centimeter (g/cm³) or kilograms per cubic meter (kg/m³). Steps to Convert Field Capacity to kg/m²
Calculate the Water Content in kg/m²:
So i came up with the same factor of |
We have similar discussions with WRF (CORDEX-WRF-community/fps-urb-rcc#11). I think it is key to consider if you have a volumetric mixing ratio or a volumetric fraction. Both are dimensionless (m3/m3), but I don't see the need for the soil density in the second case, as it refers (does it?) to a fraction of the total soil column volume. |
There were several requests to provide |
For ICON-CLM, the variable
mrsofc
(Capacity of Soil to Store Water (Field Capacity), soil_moisture_content_at_field_capacity) is output as volume mixing ratio, i.e. with unitsm3/m3
.We have now some concerns / questions on how to convert it to a mass content, as requested.
The formula would be:
mrsofc = soil_field_cap_vmr * soil_depth * 1000 kg/m3
The CF conventions state:
So we wonder if we should simply use the bottom of the soil model as
soil_depth
. This would however lead to quite high values compared to what was submitted by modeling groups for past CMIP and CORDEX phases.For the MPI-ESM soil model JSBACH in CMIP6, as
soil_depth
, thedepth_to_bedrock
was used for this calculation. For ICON-CLM however, we do not have adepth_to_bedrock
available. So, we could:root_depth
instead1m
What option do you suggest, or do you have an alternative suggestion we did not yet think about?
Thank you and kind regards,
Martin
The text was updated successfully, but these errors were encountered: