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
So if you have binned by level, you have a vlevels and a midpoint
Should this be drop anything that is not in the header or:
start_required_columns = ["obs_num", "observation"]
end_required_columns = [
"linked_list",
"longitude",
"latitude",
"vertical",
"vert_unit",
"type",
"metadata",
"external_FO",
"seconds",
"days",
"time",
"obs_err_var",
Or explicit, midpoint, vlevels?
The text was updated successfully, but these errors were encountered:
You can bin a obs_seq.out (no assimilation info), which I think is something you might want to look at, e.g you might want to remove obs above/below a certain level.
Drop columns currently
pyDARTdiags/src/pydartdiags/obs_sequence/obs_sequence.py
Lines 369 to 370 in 8660d99
So if you have binned by level, you have a vlevels and a midpoint
Should this be drop anything that is not in the header or:
start_required_columns = ["obs_num", "observation"]
end_required_columns = [
"linked_list",
"longitude",
"latitude",
"vertical",
"vert_unit",
"type",
"metadata",
"external_FO",
"seconds",
"days",
"time",
"obs_err_var",
Or explicit, midpoint, vlevels?
The text was updated successfully, but these errors were encountered: