You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/glade/scratch/hkershaw/DART/Bugs/rttov/DART/assimilation_code/programs/radiance_obs_seq_to_netcdf/radiance_obs_seq_to_netcdf.f90(35): error #6580: Name in only-list does not exist or is not accessible. [GET_CHANNEL]
use obs_def_rttov_mod, only : get_channel
------------------------------^
/glade/scratch/hkershaw/DART/Bugs/rttov/DART/assimilation_code/programs/radiance_obs_seq_to_netcdf/radiance_obs_seq_to_netcdf.f90(506): error #6404: This name does not have a type, and must have an explicit type. [GET_CHANNEL]
my_channel = get_channel(flavor,obs_key)
-----------------------^
compilation aborted for /glade/scratch/hkershaw/DART/Bugs/rttov/DART/assimilation_code/programs/radiance_obs_seq_to_netcdf/radiance_obs_seq_to_netcdf.f90 (code 1)
Makefile:12: recipe for target 'radiance_obs_seq_to_netcdf.o' failed
make: *** [radiance_obs_seq_to_netcdf.o] Error 1
Describe the bug
try and compile radiance_obs_seq_to_netcdf rttov13
What was the expected outcome?
successful compile
What actually happened?
did not compile
Error Message
Which model(s) are you working with?
WRF
Version of DART
v10.8.3
Have you modified the DART code?
No
Build information
Please describe:
Fix:
wider fix: add radiance_to_obs_seq_netcdf to build tests.
The text was updated successfully, but these errors were encountered: