Helen Kershaw
Helen Kershaw
: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...
### Use case template for reporting documentation issues. ### Is your feature request related to a problem? The two choices for reporting issues are: * bug * feature request ###...
### Use case A user wants to add a new observation converter, where do they start from? ### Is your feature request related to a problem? When a user wants...
## Description: Refactored WRF model mod for WRF & WRF CHEM. Namelist selectable QTYS, see #404 for details. ### Fixes issue Fixes #404 Partial #359 (WRF) Partial #624 (WRF) ###...
#### Unresolved issues: [Surface elevation check](https://github.com/NCAR/DART/blob/464aa57a1261fa098e5f0f999bad41a464f8d7db/models/mpas_atm/model_mod.f90#L1201C1-L1201C70) `! Reject obs if the station height is far way from the model terrain.` but fwd operators (rttov) need these surface values see discussion...
## Description: Refactored WRF model mod for WRF & WRF CHEM. Namelist selectable QTYS, see #404 for details. Created a wrf_unified model directory. This is to allow concurrent development on...
There are several model_mods and core DART modules that have a fixed size memory requirement on each processor. The memory usage is static_mem* num_procs (does not scale as you add...
: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...
In [filter_ensemble_inflate](https://github.com/NCAR/DART/blob/464aa57a1261fa098e5f0f999bad41a464f8d7db/assimilation_code/modules/assimilation/filter_mod.f90#L1549) inflation does transform to/from probit. non-RTPS inflation: ``` transform_to_probit inflate transform_from_probit ``` https://github.com/NCAR/DART/blob/464aa57a1261fa098e5f0f999bad41a464f8d7db/assimilation_code/modules/assimilation/filter_mod.f90#L1594-L1616 RTPS inflation: ``` inflate ``` https://github.com/NCAR/DART/blob/464aa57a1261fa098e5f0f999bad41a464f8d7db/assimilation_code/modules/assimilation/filter_mod.f90#L1575-L1592
note since we've had people hit this while debugging other problems: `inv_cdf_quadrature_like` dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [X_OUT] ``` ifort (IFORT) 2021.10.0...