Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can change date, type, step, time, grid and area in the script, but make sure you use the same values in both blocks so that the two output files are synchronized. Later the calculation of geopotential will iterate through the date/time/step parameters, calculating values for multiple times.

Step2: Compute geopotential on model levels

Example

First get the required data: 

 

Code Block
languagepy
python EI_geopotential_on_ml_getdata_v1.py

Outputs: A file 'tq_ml.nc' and a file 'zlnsp_ml.nc', both in the current working directory.

 

Now compute the geopotential:

Step2: Compute geopotential on model levels

 

...

 

 

 

...