Helen Kershaw
Helen Kershaw
related to https://github.com/NCAR/DART/issues/90 ?
fixing as part of bigger documentation fix, leaving as is for now.
reopening, see Kevin's changes: https://github.com/NCAR/DART/pull/677 and notes on the (many) problems with the filter.rst page https://github.com/NCAR/DART/pull/677#pullrequestreview-2057931199
see issue #219 for some discussion.
closing inactivity
This is just running cesm2_3_beta12 multi-instance with NINST=8 | | nuopc | mct | |--------|-------|----------------| | CAM-FV | runs | does not build | | CLM | runs | run...
Yeah that is the way I was thinking about allow_missing_in_clm. If one of ensemble member 1-15 has a missing_r8, but 16-30 don't. I think you would inflate 16-30 but not...
note on missing_8 footprint in quad_utils_mod #249
models calling set_missing_ok_status as of Jan 6th 2022: ../../../models/noah/model_mod.f90:252:call set_missing_ok_status(.true.) ../../../models/clm/model_mod.f90:484:call set_missing_ok_status(.true.) `call set_missing_ok_status` is called in `static_init_model` and then overwritten by the call in filter. ``` filter_mod.f90: 367 call...
> eons ago i think we decided that instead of filter setting the missing status, model_mod should have the control. that accomplishes two good things. 1) any executable that uses...