DART icon indicating copy to clipboard operation
DART copied to clipboard

Data Assimilation Research Testbed

Results 255 DART issues
Sort by recently updated
recently updated
newest added

Note for refactoring: Data from other modules has crept into types_mod. I can't really justify the footprint of correcting this for its own sake, but this note is to keep...

Refactor

### Use case It would be convenient for the assimilation code to automatically set the assimilation cycling time (start and stop dates) based upon the the observation times of the...

Enhancement
Minor
CLM

:bug: cam assimilations can't handle radiance obs ### Describe the bug both cam models (se and fv) on the current main branch cannot assimilate radiance obs if the default setting...

CAM
rttov13

### Describe the bug 1. Create or find an obs_seq file which has a platform QC metadata which is not found in the hard-coded list in subroutine find_our_copies (Quality Control,...

### Describe the bug if convert_all_obs_verticals_first is set to .false. in the &assim_tools_nml namelist, any failed vertical conversions fail to set QC=8 in the output obs_seq.final file. to reproduce: on...

noticed this when testing: direct_netcdf_mod.f90 creates netcdf files in 64bit offset mode: https://github.com/NCAR/DART/blob/62ecfa2a2b4c7de55f98f434de49e076060fd82c/assimilation_code/modules/io/direct_netcdf_mod.f90#L1617 netcdf_utilities_mod.f90 creates netcdf files in classic mode https://github.com/NCAR/DART/blob/62ecfa2a2b4c7de55f98f434de49e076060fd82c/assimilation_code/modules/utilities/netcdf_utilities_mod.f90#L2409 Do we care about this? I don't know. Just...

IO
pmo

: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. List the steps someone needs to take...

Bug
psi

the routines in the utilities_mod have been sorted into sections. the first section are the very lowest level routines. they can't assume the log is open, they have to be...

back burner
psi

:bug: :bug: :koala: ### Describe the bug 1. Run obs_diag with wrf_hyrdo obs_seq.finals with SNOW_THICKNESS 2. What was the expected outcome? Successful run of obs_diag 3. What actually happened? Errors...

Bug
pmp
obs_diag

### Use case moha is trying to debug an MITgcm_ocean model with a state vector larger than an i4. he ran into various problems when trying to use model_mod_check to...