DART
DART copied to clipboard
Data Assimilation Research Testbed
:bug: passing in a maxdist of 0 to get_close_init() should be caught right away ### Describe the bug 1. check out the zero_dist branch 2. cd into developer_tests/location/threed_sphere and quickbuild...
:bug: ### Describe the bug Somewhere in the translation of the documentation from html to rst, the info about perfect_model_obs and filter ignoring the obs_window_days and obs_window_seconds namelist items got...
This commit: https://github.com/NCAR/DART/commit/ec49b7c30e7ec9ed658148d0e4f8cb19cca022ee#diff-af80bdbb619272f50d31adc43bc203acc271df1016944454c4c9fc8b9f862172 removed calls to `register_module` so random_sequence_mod has a module_initialized check, but an empty initialize_subroutine_module https://github.com/NCAR/DART/blob/6eeb4539f1d140c3184c2f9521a1b3bdf9d3396f/assimilation_code/modules/utilities/random_seq_mod.f90#L294-L300 This came up while looking at random_seq_mod.f90 https://github.com/NCAR/DART/issues/499 There may be other...
:bug: Your bug may already be reported! Please search on the [issue tracker](https://github.com/NCAR/DART/issues) before creating a new issue. ### Describe the bug This came up when reviewing the clm documentation....
## Description: There are inconsistencies in the obs_seq.final formatting across compilers on Gust. Specifically, the cce compiler produces an output of 2*-1 rather than -1 -1 (for intel and ifx)...
Quick note of an issue. Robin hit this today, the input.nml defaults for a 3d sphere model don't have good defaults. * single_file_in/out true. https://github.com/NCAR/DART/blob/502af7865e258530cba7c7daff6aed4390cbb649/models/template/work/threed_input.nml#L30-L31 * In the &model_mod_check section...
### Use case Many bash and csh scripts exist within the DART repository that use the obs_sequence_tool to partition obs_seq files into smaller files that only contain observations valid during...
:bug: the ncep error module crashes for obs at pressures < 1 mb if debug flags on ### Describe the bug 0. check out the ncep_errors branch 1. copy over...
### Use case running the AIRS converter outputs a summary of obs for each input file. there are 240 input files/day. a more useful output is to print a summary...
Message when running `test_state_structure`: ```` ERROR FROM: test_state_structure routine: test_state_structure message: Has not been tested yet with new naming conventions. ````