NCAR / DART

Data Assimilation Research Testbed
https://dart.ucar.edu/
Apache License 2.0
189 stars 142 forks source link

bug fix: remove cloud_overlap integer from list of logicals to query #541

Closed hkershaw-brown closed 12 months ago

hkershaw-brown commented 1 year ago

Description:

obs_def_rttov13_mod.f90 was failing to compile on Derecho using CCE because "Assignment of a INTEGER expression to a LOGICAL variable is not allowed" This pull request removes cloud_overlap (integer) from the function: get_rttov_option_logical

Also includes pull #540

Fixes issue

Fixes #537, #532

Types of changes

Documentation changes needed?

Tests

Compile with cce (Cray Fortran 15.0.01) on Derecho.

Checklist for merging

Checklist for release

Testing Datasets

Edit: /glade/derecho/scratch/hkershaw/DART/Bugs/issue_537/build_templates/mkmf.template for building with rttov13_cray on Derecho.