We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a60e5e commit da9cbe2Copy full SHA for da9cbe2
1 file changed
ww3tools/modelBuoy_collocation.py
@@ -76,6 +76,17 @@
76
python3 modelBuoy_collocation.py spec.gz "$input_gz_file" "$output_directory" "$buoy_path" "$model_name " "$forecast_ds"
77
78
79
+Note: Updated way for submitting formats(bulltar) other than spec.gz:
80
+
81
82
+buoy_path="/scratch2/NCEPDEV/marine/Matthew.Masarik/dat/buoys/NDBC/ncformat/wparam"
83
+The buoy path should be defined in the job script.
84
85
+# Process data for each date
86
+python3 modelBuoy_collocation.py ww3list.txt(any text file name that user defined) 2 $buoy_path
87
+(The buoy path should be the last item)
88
89
90
OUTPUT:
91
netcdf file WW3.Buoy*.nc containing matchups of buoy and ww3 data,
92
for the stations (lat/lon) where both data sources are available.
0 commit comments