uwefladrich / scriptengine-tasks-ecearth

ScriptEngine tasks for the EC-Earth model
GNU General Public License v3.0
3 stars 2 forks source link

New Processing Tasks: Collection of Possible Diagnostics #8

Open valentinaschueller opened 3 years ago

valentinaschueller commented 3 years ago

See discussion in https://github.com/valentinaschueller/scriptengine-tasks-ecearth/issues/90.

Summary:

Ocean Diagnostics

Atmosphere Diagnostics

From David: "It is probably useful to have a map of sea-level pressure here (variable 151 in IFS). Other useful diagnostics include the 10m wind speed (variables 165 and 166) and all the radiation fluxes (surface net solar [176] and thermal [177], top net solar [178] and thermal [179], surface sensible [146] and latent [147] heat flux)."

From the EC-Earth 3 Post-Processing Tool I found these relevant time series diagnostics which we can not treat yet:

We should also try to figure out how we can deal with data that accumulates over time (e.g. tp, e)

From Tim:

valentinaschueller commented 3 years ago

Something to keep in mind when this discussion starts up again: The tasks nemo_global_mean_year_mean_timeseries and oifs_global_mean_year_mean_timeseries should be able to deal both with 2D and 3D variables. (Otherwise, 2D and 3D task would have the same name according to the scheme)