DART
DART copied to clipboard
Data Assimilation Research Testbed
### Describe the bug 1. List the steps someone needs to take to reproduce the bug. Western US test case based on Raczka et al., 2021, can lead to SIF...
: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 is not a bug in DART. This...
This was a Jira issue [DART-12](https://jira.ucar.edu/browse/DART-12?jql=text%20~%20%22creep%22) see example program below: ``` program bitwise_creep use types_mod, only : r8 use location_mod, only : location_type, VERTISLEVEL, set_location, get_location use utilities_mod, only :...
progvar type: * mpas_ocn (does not compile) * mpas_atm * NCOMMAS (does not compile) * NAAPS (does not compile) * wrf has `type wrf_static_data_for_dart` * wrf_hydro is making assumptions about...
obs_error directory 1. Duplicate file meteor_mod.f90: obs_converters/NCEP/netcdf/meteor_mod.f90 obs_converters/MADIS/meteor_mod.f90 2. obs_converters/obs_error directory: The readme ``` IMPORTANT: Each file should have the same module name; i.e. the source file names will differ...
I don't think clamp_or_fail is used: ☠️ https://github.com/NCAR/DART/blob/52e6e45f8f6ff07a90227766c8de72f1474162f2/models/wrf/model_mod.f90#L343 https://github.com/search?q=repo%3ANCAR%2FDART%20clamp_or_fail&type=code clamp_or_fail not passed to state structure No fail in `clamp_variable` https://github.com/NCAR/DART/blob/52e6e45f8f6ff07a90227766c8de72f1474162f2/assimilation_code/modules/io/direct_netcdf_mod.f90#L1448-L1534 _Originally posted by @hkershaw-brown in https://github.com/NCAR/DART/issues/404#issuecomment-1894552566_
💀 Skeleton issue for CAM-SE vertical coordinate. Placeholder, stay tuned for more detail.
Issue created from comment in #404 In addition to making the WRFv3.9.1-DART Tutorial compatible with Derecho as part of the completed issue #627 which was resolved by PR #636 --...
### Describe the bug 1. List the steps someone needs to take to reproduce the bug. Build a cam-se filter. Set model_nml:state_variables to a set of variables that is "missing"...
## Description: This feature branch contains the code for the aether_cube_sphere interface to DART. Completion of this interface is part of the deliverables for the funded project NSF20-519 Aether: A...