nancy collins
nancy collins
### Describe the bug In reviewing the mpas_atm model_mod code, the subroutine find_vert_indices() calls find_vert_level() which calls find_height_bounds(). find_height_bounds uses either the zGridCenter array or the zGridEdge for vertical locations....
### Use case The mpas_atm model_mod has supported having W (vertical wind velocity) in the state vector, but there is no code to support interpolating the W value at a...
### 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...
### 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...
: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...
### 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...
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...
### 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...
### Describe the bug i'm not sure this can be fixed, but i want to document it so if someone has a brilliant idea they can help me out. dart...
### Use case one reason we allow missing values in the dart state is because CLM stores some values in arrays of layers and different ensemble members have different numbers...