Skip to content

Commit 1477a42

Browse files
committed
part 2 to 25385bb, actually commit the cf_netcdf file this time
1 parent 25385bb commit 1477a42

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyxlma/lmalib/io/cf_netcdf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,11 @@ def new_template_dataset():
335335
'long_name': "<P/P_m>"},
336336
'dtype': 'float32',
337337
},
338+
'station_active': {'dims': ('number_of_stations',),
339+
'attrs': {'_FillValue': np.nan,
340+
'long_name': "Station active flag"},
341+
'dtype': '|S2',
342+
},
338343

339344
}}
340345
return __template_dataset

0 commit comments

Comments
 (0)