diff --git a/earthdiagnostics/cmor_tables/default.csv b/earthdiagnostics/cmor_tables/default.csv index 9d562abff63d9aa8d003e8fd1109b67bc047bfc1..7133c04f170f0df4e627a9082561e595ea417629 100644 --- a/earthdiagnostics/cmor_tables/default.csv +++ b/earthdiagnostics/cmor_tables/default.csv @@ -347,3 +347,4 @@ zqlw,rlntds,surface_net_downward_longwave_flux,Surface Net Downward Longwave Rad var78,tclw,total_column_liquid_water,Total column liquid water,atmos,,kg m-2,,,, var79,tciw,total_column_ice_water,Total column ice water,atmos,,kg m-2,,,, rho,rhopoto,sea_water_potential_density,Sea Water Potential Density,ocean,,kg m-3,,,, +hc300,hc300,,Heat Content to 300m depth,ocean,J m-2,,,, \ No newline at end of file diff --git a/earthdiagnostics/config.py b/earthdiagnostics/config.py index 0a79a89f817a6d4ecfe13ba8eba974b46535d0e4..6bdf281a20c0b905aabbef2c9f9ea970b8acd5a4 100644 --- a/earthdiagnostics/config.py +++ b/earthdiagnostics/config.py @@ -264,7 +264,7 @@ class CMORConfig(object): Log.warning('Variable {0} not recognized. It will not be cmorized', domain_var) continue if ModelingRealm(splitted[0]) != cmor_var.domain: - Log.warning('Domain {0} for variable {1} is not correct: is {2}', splitted[0], cmor_var.short_name, + Log.warning('Domain {0} for variable {1} is not correct: is {2}', splitted[0], splitted[1], cmor_var.domain) continue self._variable_list.append('{0.domain}:{0.short_name}'.format(cmor_var))