-
Notifications
You must be signed in to change notification settings - Fork 21
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
pressure from sea level pressure #526
Comments
The dataset has surface pressure and temperature but I'm not sure how to calculate virtual temperature at the surface because the dataset is missing specific humidity at the surface. |
It shouldn't be a problem to just use temperature instead. This would introduce a minor error in the surface pressure calculation, but this should be insignificant if pressure is just being used to determine whether reported data are actually under ground. |
OK, I'll do that. Thanks |
mask_below_surface (3).pdf |
from Travis
|
/global/project/projectdirs/m1949/observationDatasets/SURFACE/USGS_gtopo30_0.23x0.31_remap_c061107.nc |
The following details which HighResMIP datasets provide simulation specific orography.
|
For the IVT integral in highresmip, we should mask values that are below the ground surface. Most models have sea level pressure (variable name$p >= ps$ , where
psl
); with a surface elevation field, surface pressure can be estimated. The condition for valid data is thenps
is the surface pressure.A particular model has both ps and psl, which should facilitate testing:
PSL:
/global/cfs/cdirs/m3522/cmip6/CMIP6_hrmcol/HighResMIP/CMIP6/HighResMIP/ECMWF/ECMWF-IFS-HR/highresSST-present/r1i1p1f1/6hrPlevPt/psl/gr/v20170915/
PS:
/global/cfs/cdirs/m3522/cmip6/CMIP6_hrmcol/HighResMIP/CMIP6/HighResMIP/ECMWF/ECMWF-IFS-HR/highresSST-present/r1i1p1f1/Prim6hrPt/ps/gr/v20170915
The text was updated successfully, but these errors were encountered: