NCAR / DART

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

fix: sync filter_mod.dopplerfold with filter_mod #567

Closed hkershaw-brown closed 9 months ago

hkershaw-brown commented 10 months ago

Description:

filter_mod.dopplerfold.f90 out of sync with filter (missing the latest QC bug fix https://github.com/NCAR/DART/pull/450

Fixes issue

fixes: #565

Types of changes

Documentation changes needed?

I don't believe there is documentation for filter_dopplerfold at the moment. It is a hidden feature.

Tests

Please describe any tests you ran to verify your changes.

Compiled wrf with filter_mod.dopplerfold.f90

cd DART/wrf/work
cp ../../../assimilation_code/modules/assimilation/filter_mod.dopplerfold.f90 filter_mod.f90
./quickbuild.sh 

Checklist for merging

Checklist for release

Testing Datasets