We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b3ead commit 1517f85Copy full SHA for 1517f85
demo/sst.py
@@ -162,6 +162,8 @@ def rand_wx(times) -> xr.Dataset:
162
# Store the results for visualization later on.
163
now = np.datetime64('now', 's').astype(int)
164
results_name = f'global_avg_sst_{args.timeframe}_{now}'
165
+if args.fake:
166
+ results_name = 'fake_' + results_name
167
if args.cluster == 'local':
168
df.to_csv(results_name + '_*.csv')
169
else:
0 commit comments