You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. note:: According to the description of Evapotranspiration and potential Evapotranspiration on the Copernicus page
@@ -131,6 +140,85 @@ ERA5
131
140
of both liquid and solid phases to vapor (from underlying surface and vegetation)."
132
141
Therefore, the ERA5 (and ERA5-Land) CMORizer switches the signs of ``evspsbl`` and ``evspsblpot`` to be compatible with the CMOR standard used e.g. by the CMIP models.
133
142
143
+
.. _read_native_era5_grib:
144
+
145
+
ERA5 (in GRIB format available on DKRZ's Levante or downloaded from the CDS)
For example for monthly data, place the files in the ``/Tier3/MSWEP/version/mon/pr`` subdirectory of your ``native6`` project location.
231
+
For example for monthly data, place the files in the
232
+
``/Tier3/MSWEP/version/mon/pr`` subdirectory of your ``rootpath`` that you have
233
+
configured for the ``native6`` project (assuming you are using the ``default``
234
+
DRS for ``native6``).
144
235
145
236
.. note::
146
237
For monthly data (``V220``), the data must be postfixed with the date, i.e. rename ``global_monthly_050deg.nc`` to ``global_monthly_050deg_197901-201710.nc``
@@ -642,6 +733,8 @@ first discuss the ``drs`` parameter: as we've seen in the previous section, the
642
733
DRS as a standard is used for both file naming conventions and for directory
643
734
structures.
644
735
736
+
.. _config_option_drs:
737
+
645
738
Explaining ``drs: CMIP5:`` or ``drs: CMIP6:``
646
739
---------------------------------------------
647
740
Whereas ESMValCore will by default use the CMOR standard for file naming (please
0 commit comments