NCAR / DART

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

Update filter_mod.rst #605

Closed ann-norcio closed 6 months ago

ann-norcio commented 7 months ago

Description:

Corrected documentation for output_forward_op_errors output

Fixes issue

fixes https://github.com/NCAR/DART/issues/530

Types of changes

Documentation changes needed?

Tests

subroutine verbose_forward_op_output: do i = 1, ens_size do j = 1, qc_ens_handle%my_num_vars if(nint(qc_ens_handle%copies(i, j)) /= 0) write(forward_unit, *) i, keys(j), nint(qc_ens_handle%copies(i, j)) end do end do

Checklist for merging

Checklist for release

Testing Datasets

ann-norcio commented 6 months ago

Thanks Helen, made these changes.