File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
observations/obs_converters/HFradar Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ convert_amsu_L1
171171convert_L2b
172172convert_goes_ABI_L1b
173173MOD29E1D_to_obs
174+ hf_to_obs
174175
175176# Test programs built by developer_tests
176177rttov_test
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ program hf_to_obs
6767integer :: num_copies = 1 , & ! number of copies in sequence
6868 num_qc = 1 ! number of QC entries
6969
70- character (len= 30 ), dimension (3 ) :: obs_names = [' Eastward Sea Water Velocity' , &
70+ character (len= 30 ), dimension (3 ) :: obs_names = [' Eastward Sea Water Velocity ' , &
7171 ' Northward Sea Water Velocity' , &
72- ' Radial Sea Water Velocity' ]
72+ ' Radial Sea Water Velocity ' ]
7373
7474character (len= 256 ) :: next_infile, instrument
7575character (len= 512 ) :: string1, string2, string3
You can’t perform that action at this time.
0 commit comments