Skip to content

bug: OPAWS radar converter #827

Closed
Closed
@hkershaw-brown

Description

@hkershaw-brown

🐛 🐝

Describe the bug

OPAWS radar converter bug
Required by dart users, does not work as expected (or maybe at all)

  1. Build the opaws exectuables
  2. x.oban would run to completion with the test data & namelists from https://code.google.com/archive/p/opaws/downloads
  3. The PARAMETERS namelist is not completely read, and the default values of some variables are used, which leads to the following non-fatal error for the namelist read, followed by the fatal error for "invalid value of namelist parameter: radar_data_format"
hkershaw@derecho3:/glade/derecho/scratch/hkershaw/DART/ForBrett/runs$ ./x.oban oban.nml.foray.orig 

PROGRAM OBAN:  running version Version 2.1.1:  Updated 24 June 2013 [DCD]                                                                                      
PROGRAM OBAN:  Namelist/Input file: oban.nml.foray.orig                                                                                                             

Problem reading namelist: PARAMETERS                                        Error:        5010
! INPUT NAMELIST values for the OBAN


 ======================= BEGIN PARAMETER DICTIONARY  ===========================

                                      nx -->        121
                                      ny -->        121
                                      nz -->          1
                                    xmin -->      0.0000    
                                    ymin -->      0.0000    
                                    zmin -->      0.0000    
                                      dx -->      2.0000    
                                      dy -->      2.0000    
....
 ======================== END PARAMETER DICTIONARY  ============================



Checking namelists for required information...

 ERROR -- invalid value of namelist parameter:  radar_data_format

Error Message

Problem reading namelist: PARAMETERS Error: 5010
ERROR -- invalid value of namelist parameter: radar_data_format

Which model(s) are you working with?

none, opaws converter

Version of DART

Not applicable
OPAWS "Version 2.1.1: Updated 24 June 2013 [DCD]"

Have you modified the code?

Yes I have modified the code and makefile to build on mac and Derecho
https://github.com/NCAR/opaws.git

Build information

Please describe:

  1. Derecho & my mac
  2. gfortran 12.4.0 & 13.2.0

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions