You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matthew Harris edited this page Sep 17, 2013
·
1 revision
###Convert from hybrid to std pressure levels
Use Case: Convert from hybrid to std pressure levels Actor: Climate/Data Scientist Background: models are usually not stored on pressure levels (there are 17 standard pressure level in AR4) on some sort of hybrid level coordinate system. In order to easily compare between model they are usually interpolated back to standard pressure level. Difficulties: Be careful not to interpolate below ground (pressure asked for is less than Ps) Alternative Paths: Different sigma coordinate systems Exceptional Cases:
identify file(s) covering period to convert
compute "pressure" field over time covered
typically you will need the (1d, 30 levels) hybrid coefficient from the model and the surface pressure (2d lat/lon):
compute P = BPs + AP0
for each output level to a linear/log interpolation from pressure field to actual output pressure (mask out bellow ground)
dump out result
Frequency: Medium Criticality: Medium Risk: Medium