Skip to content

Commit da9cbe2

Browse files
author
Ghazal-Mohammadpour
committed
Updated instruction on how to use format other than spec.gz
1 parent 6a60e5e commit da9cbe2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

ww3tools/modelBuoy_collocation.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,17 @@
7676
python3 modelBuoy_collocation.py spec.gz "$input_gz_file" "$output_directory" "$buoy_path" "$model_name " "$forecast_ds"
7777
7878
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+
7990
OUTPUT:
8091
netcdf file WW3.Buoy*.nc containing matchups of buoy and ww3 data,
8192
for the stations (lat/lon) where both data sources are available.

0 commit comments

Comments
 (0)