Helen Kershaw
Helen Kershaw
Collection of MPAS 8 vs MPAS 7 differences. User reported problems with MPAS 8 and DART: * MPAS reconstructed wind no longer output by mpas Change made to MPAS which...
**In use In the DART repo** For model_mods and obs converters that compile: threed_sphere threed_cartesian oned ``` find . -name quickbuild.sh -exec grep LOC {} \; | sort -u ```...
Add hybrid filter assimilation algorithm as an option in DART. Currently on: https://github.com/mgharamti/DART/tree/hybrid To do list: - [ ] Test case /glade/work/gharamti/hybrid/run_hyb_filter - [ ] low order models - [...
This was a Jira issue [DART-12](https://jira.ucar.edu/browse/DART-12?jql=text%20~%20%22creep%22) see example program below: ``` program bitwise_creep use types_mod, only : r8 use location_mod, only : location_type, VERTISLEVEL, set_location, get_location use utilities_mod, only :...
progvar type: * mpas_ocn (does not compile) * mpas_atm * NCOMMAS (does not compile) * NAAPS (does not compile) * wrf has `type wrf_static_data_for_dart` * wrf_hydro is making assumptions about...
obs_error directory 1. Duplicate file meteor_mod.f90: obs_converters/NCEP/netcdf/meteor_mod.f90 obs_converters/MADIS/meteor_mod.f90 2. obs_converters/obs_error directory: The readme ``` IMPORTANT: Each file should have the same module name; i.e. the source file names will differ...
I don't think clamp_or_fail is used: ☠️ https://github.com/NCAR/DART/blob/52e6e45f8f6ff07a90227766c8de72f1474162f2/models/wrf/model_mod.f90#L343 https://github.com/search?q=repo%3ANCAR%2FDART%20clamp_or_fail&type=code clamp_or_fail not passed to state structure No fail in `clamp_variable` https://github.com/NCAR/DART/blob/52e6e45f8f6ff07a90227766c8de72f1474162f2/assimilation_code/modules/io/direct_netcdf_mod.f90#L1448-L1534 _Originally posted by @hkershaw-brown in https://github.com/NCAR/DART/issues/404#issuecomment-1894552566_
💀 Skeleton issue for CAM-SE vertical coordinate. Placeholder, stay tuned for more detail.
Issue created from comment in #404 In addition to making the WRFv3.9.1-DART Tutorial compatible with Derecho as part of the completed issue #627 which was resolved by PR #636 --...
### 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...