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 that this is a very unusual case: I'm trying to use ADF to calculate time series but not climatologies. Furthermore, the error occurs after the timeseries are generated, so it just means the script quits on an error, not that it doesn't do what I need. So this is not a high priority bug, but I figure I should file it because it isn't that likely to get exercised again!
When compare_obs = true, diag_cam_baseline_climo:calc_cam_climo = None.
In lib/adf_diag.py, the logic to determine if climos should be calculated is not properly triggered:
if self.get_cam_info('calc_cam_climo') or
self.get_baseline_info('calc_cam_climo'):
tests positive and goes into trying to calculate the climos.
I tried to solve this but have just become more confused. I read about truthy and falsey to come up with this test:
ADF run type
Model vs. Obs
What happened?
Note that this is a very unusual case: I'm trying to use ADF to calculate time series but not climatologies. Furthermore, the error occurs after the timeseries are generated, so it just means the script quits on an error, not that it doesn't do what I need. So this is not a high priority bug, but I figure I should file it because it isn't that likely to get exercised again!
When compare_obs = true, diag_cam_baseline_climo:calc_cam_climo = None.
In lib/adf_diag.py, the logic to determine if climos should be calculated is not properly triggered:
tests positive and goes into trying to calculate the climos.
I tried to solve this but have just become more confused. I read about truthy and falsey to come up with this test:
The results are
So the None evalues to False, which is good, we could just use bool.
But the [False] evaluates to True???
ADF Hash you are using
52cbe23
What machine were you running the ADF on?
CISL machine
What python environment were you using?
NPL (CISL machines only)
Extra info
No response
The text was updated successfully, but these errors were encountered: