DART
DART copied to clipboard
Data Assimilation Research Testbed
### Describe the bug There are multiple references to Cheyenne in DART documentation, code comments, and scripts. This can potentially lead to confusion for new users. Suggest to start with...
The order of arguments in the call to count_state_ens_copies in filter_mod.f90 is inconsistent with the argument list in the function. The call has prior_inflate and posterior_inflate in this order as...
I'm new to DART, and I'm trying to run bgird_solo model. But I can't find the filter_input.cdl file, only a file named filter_input.cdl.REMOVED.git-id exists in the model's work folder. I'm...
### 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...
Making a separate issue for this since Robin has hit this while working on MOM6-MARBLE. Comment originally from https://github.com/NCAR/DART/issues/519 Assumptions in direct_netcdf_mod.f90: * If there is an unlimited dimension, every...
### Describe the bug The code in this directory is very outdated and difficult to use and produces some compile time errors with more recent versions of gfortran. This is...
Original issue https://github.com/NCAR/DART/issues/616
State IO
Notes for state IO * read_variables is public and is used by mpas_atm/update_bc.f90 * out of date comments in state_vector_iod_mod.f90 (e.g reference to construct_file_name_in() which no longer exists) * read_model_time...
### Use case While writing the `model_to_dart` code for the aether cube_sphere interface I found that it would be useful if there were a few additional functions DART's `utilities_mod` to...