DART
DART copied to clipboard
Data Assimilation Research Testbed
### Use case Collaboration with Aaron Ridley (U Mich) requires development of an interface to the Aether upper atmosphere model. The Aether lat-lon grid interface was merged in pull request...
### Use case Icepack or CICE-SCM (single column model) ### Is your feature request related to a problem? We have a version of cice-scm on the quantile_methods branch, however this...
: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 1. Click on the links circled in pink...
: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 I am using the snow repartition in dart_to_clm.f90...
### Use case Refactor the wrf model_mod to make it easier/possible to: * add state variables * swap between wrf v3 and v4 * not assume the structure of the...
### Describe the bug Anderson found this when running obs_sequence_tool. 1. List the steps someone needs to take to reproduce: * take an old `obs_seq.out` and run it through obs_sequence_tool...
### Describe the bug The time_manager subroutines set_calendar_type_string and get_calendar_string give the right answers, but the loops over the calendar types (0,...,max_type) are unneeded and can be confusing. 1. List...
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...
### Describe the bug ### Which model(s) are you working with? I am running CAM-SE with DART with a modified version of [assimilate.csh.template](https://github.com/NCAR/DART/blob/77bb8c2d64ffb5a86ded071520476b6dc4dccc4c/models/cam-fv/shell_scripts/cesm2_1/assimilate.csh.template). In the final section, the final section...
### Describe the bug Perform WRF-DART Tutorial per [documentation ](https://docs.dart.ucar.edu/en/latest/models/wrf/tutorial/README.html). The tutorial will complete successfully. No fatal errors, and almost all diagnostics are produced correctly with this exception. What was...