| 18 | ||= R code =||= Output =|| |
| 19 | {{{#!td |
| 20 | {{{ |
| 21 | Illustrative use of ECOMS-UDG: |
| 22 | Obtaining the minimum DJF temperature DJF bias for |
| 23 | System4 hindcast (one-month lead time) over Europe. |
| 24 | WFDEI is used as reference. |
| 25 | }}} |
| 26 | {{{ |
| 27 | obs <- loadECOMS(dataset = "WFDEI", var = "tasmin", season = c(12,1,2)) |
| 28 | prd<- loadECOMS(dataset = ”System4_seasonal_15", var = "tasmin”, season = c(12,1,2), members = 1:2, leadMonth = 1) |
| 29 | }}} |
| 30 | }}} |
| 31 | {{{#!td |
| 32 | [[Image(https://meteo.unican.es/trac/attachment/wiki/EcomsUdg/RPackage/fig_bias.png)]] |
| 33 | }}} |