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
f.write(' - The minimum value successfully verified.\n')
333
+
f.write(' - The minimum value successfully verified.\n')
329
334
else:
330
335
f.write(' - ERROR: The minimum value ('+str(ds[ivar].min(skipna=True).values.item(0)) +') is out of range. Min value accepted: '+str(ismip_meta[var_index[0]]['min_value_'+region.lower()])+'\n')
f.write(' - Experiment ends correctly on '+end_exp.item().strftime('%Y-%m-%d') +'.\n')
425
430
else:
426
-
f.write(' - ERROR: the experiment ends on '+end_exp.item() +'. The date should be comprised between '+experiments[index_exp]['endinf'].strftime('%Y-%m-%d') +' and '+experiments[index_exp]['endsup'].strftime('%Y-%m-%d')+'\n')
431
+
f.write(' - ERROR: the experiment ends on '+end_exp.item().strftime('%Y-%m-%d')+'. The date should be comprised between '+experiments[index_exp]['endinf'].strftime('%Y-%m-%d') +' and '+experiments[index_exp]['endsup'].strftime('%Y-%m-%d')+'\n')
0 commit comments