Skip to content

Commit 03b6871

Browse files
Extra facets added for EMAC to map o3, tro3 and aps (#2501)
Co-authored-by: Manuel Schlund <manuel.schlund@dlr.de>
1 parent ecb01b3 commit 03b6871

3 files changed

Lines changed: 81 additions & 194 deletions

File tree

esmvalcore/cmor/_fixes/emac/_base_fixes.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,8 @@ def get_cube(self, cubes, var_name=None):
3838
raise ValueError(
3939
f"No variable of {var_names} necessary for the extraction/"
4040
f"derivation the CMOR variable '{self.vardef.short_name}' is "
41-
f"available in the input file. Hint: in case you tried to extract "
42-
f"a 3D variable defined on pressure levels, it might be necessary "
43-
f"to define the EMAC variable name in the recipe (e.g., "
44-
f"'raw_name: tm1_p39_cav') if the default number of pressure "
45-
f"levels is not available in the input file."
41+
f"available in the input file. Please specify a valid `raw_name` "
42+
f"in the recipe or extra facets file."
4643
)
4744

4845

0 commit comments

Comments
 (0)