DART
DART copied to clipboard
Data Assimilation Research Testbed
Reported by user: ### Describe the bug 1. Run setup_CESM_hybrid_ensemble.csh or setup_CESM_perfect_mod.csh 2. What was the expected outcome? sets up an experiment 3. What actually happened? script erros out when...
Original discussion and more info on the bug can be found on issue #470 ### Describe the bug 1. List the steps someone needs to take to reproduce the bug....
### Problem My WRF simulation has 50 levels, (51 staggered) but debugging the `obs_def_rttov_mod.f90` showed that it sees 49 levels and 48 layers. (see [image here](https://user-images.githubusercontent.com/29361544/176200254-9007b5b9-be37-4965-a243-9fdfa4507075.png)) ### Reason rttov_mod.f90 determines...
### Use case in a new model_mod, if there is code in the get_close() routines to modify the localization, it needs testing. the current model_mod_check does not call get_close to...
Reported in the standup that the quad_utils_mod may have problems when the quad is rotated at 45 degrees. model_mods that would be affected by this: * cam-fv * mom6 (unreleased)...
### Use case There are times when we want a new assimilation to start exactly as an existing one would have continued; debugging unexpected behavior, inplementing new algorithms, using a...
Stub of an issue to track what changes if any are needed to use the CAM6+DART Reanalysis as forcing with CESM 2.3 mct CESM 2.3 nuopc - Default is nuopc...
### Use case Generate synthetic observations from CESM2_1 CAM6. ### Is your feature request related to a problem? There are no perfect_model scripts in cam-fv/shell_scripts/cesm2_1. ### Describe the your prefered...
### Describe the bug The outline skips from stage 'postassim' to 'output'. I don't know what belongs between 'analysis' and 'output', i.e. what the difference between them could be. A...
### Use case When the I/O code was re-worked to add the 'all ensemble member data written to a single netcdf file' option, we lost the ability to loop over...