Lines in the raw txt files might not be sorted by time. They might even include duplicates.
Therefore, the derived 'time' variable in netCDF files might not be monotonic, which will cause problems in the future process, eg, ncrcat or NCL coordinates.
Is there a way to sort the data by time in [network]2nc.py scripts?
For duplicate times, use the line with less missing values?
Lines in the raw txt files might not be sorted by time. They might even include duplicates.
Therefore, the derived 'time' variable in netCDF files might not be monotonic, which will cause problems in the future process, eg, ncrcat or NCL coordinates.
Is there a way to sort the data by time in [network]2nc.py scripts?
For duplicate times, use the line with less missing values?