Commit 25e508a 1 parent 12ff527 commit 25e508a Copy full SHA for 25e508a
File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -363,6 +363,23 @@ Key Description Default value if not specified
363
363
file default DRS is used)
364
364
============= ============================= =================================
365
365
366
+ .. hint ::
367
+
368
+ To use the :func: `~esmvalcore.preprocessor.extract_levels ` preprocessor on
369
+ native ICON data, you need to specify the name of the vertical coordinate
370
+ (e.g., ``coordinate: air_pressure ``) since native ICON output usually
371
+ provides a 3D air pressure field instead of a simple 1D vertical coordinate.
372
+ Example:
373
+
374
+ .. code-block :: yaml
375
+
376
+ preprocessors :
377
+ extract_500hPa_level_from_icon :
378
+ extract_levels :
379
+ levels : 50000
380
+ scheme : linear
381
+ coordinate : air_pressure
382
+
366
383
.. hint ::
367
384
368
385
In order to read cell area files (``areacella `` and ``areacello ``), one
You can’t perform that action at this time.
0 commit comments