nancy collins
nancy collins
if you have this in your PMO namelist: ``` write_output_state_to_file = .false. output_state_files = "" ``` then helen's recent fix prevents a coredump and it exits with a message saying...
### Use case Low priority: The DART netcdf utilities cover functions are intended to avoid calling netcdf functions directly and using more descriptive names. Users who aren't familiar with *programming*...
### Use case our current netcdf read code makes hardcoded assumptions about 2 dimension names. users who inadvertently use those names may not be able to use our read routines...
: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...
: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...
:bug: ### Describe the bug 1. compile L96 2. set the input.nml namelist items model_nml : time_step_days and time_step_seconds to 0 3. run pmo or filter 4. wait forever for...
### Describe the bug I don't have any GOES test files, but based on a user question i looked at the code. this section in observations/obs_converters/GOES/convert_goes_API_L1b.f90 concerned me: > !...
### Use case right now we have filter_mod.f90 and filter_mod.dopplerfold.f90 which requires developers to update both when they make changes. there seems to be an easy way to consolidate these...