diff --git a/compass/ocean/tests/global_ocean/dynamic_adjustment/__init__.py b/compass/ocean/tests/global_ocean/dynamic_adjustment/__init__.py index 6162e610ef..f7c29d7723 100644 --- a/compass/ocean/tests/global_ocean/dynamic_adjustment/__init__.py +++ b/compass/ocean/tests/global_ocean/dynamic_adjustment/__init__.py @@ -113,6 +113,7 @@ def validate(self): and timers """ config = self.config + logger = self.logger variables = ['temperature', 'salinity', 'layerThickness', 'normalVelocity'] @@ -137,6 +138,9 @@ def validate(self): f'Max of {var} > allowed threshold: ' f'{max_in_global_stats} > {max_value} ' f'in {filename}') + logger.info(f'As desired, max of {var}: ' + f'{max_in_global_stats} <= {max_value} in\n' + f' {filename}') def _add_step(self, step_name, options, get_dt_from_min_res, time_integrator, yaml_filename, start_time,