Published June 17, 2020 | Version v1
Dataset Open

SailBuoy weather measurements during NORSE19 experiment

  • 1. MET Norway

Description

Weather measurements from SailBuoy weather station during NORSE2019 experiment.

The data and experiment is described in Brekke et al., Integration of multi-sensor datasets and oil drift simulations - a free floating oil experiment in open ocean, to be submitted to JGR Oceans June 2020.

Notes

The relevant parameters can be read with the following Python code: csv1 = np.genfromtxt ('GPRMC2.txt', delimiter=",") time = csv1[:,1] date = csv1[:,9] csv2 = np.genfromtxt ('WIMDA2.txt', delimiter=",") V_sailbuoy = csv2[:,19] Dir_sailbuoy = csv2[:,15] Temp_sailbuoy = csv2[:,5] hh=np.floor(time/10000) mm=np.floor((time-hh*10000)/100) ss = np.floor(time -hh*10000 - mm*100) ff = ((time -hh*10000 - mm*100) - ss)*100 day=np.floor(date/10000) mon=np.floor((date-day*10000)/100) HH=str(hh) MM=str(mm) dates = np.zeros((len(hh),7),dtype=np.int16) dates[:,1]=mon dates[:,2]=day dates[:,0]=2019 dates[:,3]=hh dates[:,4]=mm dates[:,5]=ss+(ff/100) dates[:,6]=ff

Files

GPRMC2.txt

Files (1.5 MB)

Name Size Download all
md5:5b98611c0b8085e0b871d58de175710c
775.1 kB Preview Download
md5:c99fd651556df763b02aa9a68bebaa43
716.2 kB Preview Download

Additional details

References

  • Brekke et al., Integration of multi-sensor datasets and oil drift simulations - a free floating oil experiment in open ocean, to be submitted to JGR Oceans June 2020.