You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

How do I compute the pressure on (hybrid) model levels?

Step-by-step guide

You need to use the unipressure() macro function. Let us suppose that you have a fieldset (grb) containing model level data and lnsp as well. Then the following macro code

grb_pres=unipressure(grb)
  1. returns a fieldset with the same set of model levels but now each field containing the pressure of the given model level. 



  • No labels