Helen Kershaw

Results 182 comments of Helen Kershaw

lines of code: https://github.com/NCAR/DART/blob/99ebec56a6efdd243ed026da24b29a1a45bb8cdd/assimilation_code/modules/assimilation/filter_mod.f90#L462 https://github.com/NCAR/DART/blob/99ebec56a6efdd243ed026da24b29a1a45bb8cdd/assimilation_code/modules/assimilation/filter_mod.f90#L2242 mixture of module globals `do_prior_inflate` & querying the derived type `mean_from_restart(prior_inflate)`. Also passing in module globals as arguments: https://github.com/NCAR/DART/blob/99ebec56a6efdd243ed026da24b29a1a45bb8cdd/assimilation_code/modules/assimilation/filter_mod.f90#L2282-L2286

Also the default nameslist values for the files are " ". I agree this logic is broke. There's a todo in the code from some time ago. ``` !> @todo...

> > #254 (comment) > > I don' t think so. It's most closely related to previous snow layer NaN issues fixed in PR #606. This is an additional issue...

Note from Chris R. on mpas start up calculation of reconstructed u,v Looks like the computation is done in this code: https://github.com/MPAS-Dev/MPAS-Model/blob/master/src/operators/mpas_vector_reconstruction.F [mpas_vector_reconstruction.F](https://github.com/MPAS-Dev/MPAS-Model/blob/master/src/operators/mpas_vector_reconstruction.F)

Note from Soyoung to add fields back into files First, you should do 'make clean' with core=init_atmosphere_model, then with atmosphere_model in your MPAS model directory. Then, for init_atmosphere_model, Add these...

Thanks for the info @syha Do you know which version of DART & version of MPAS NSSL is using/used? Also which version of MPAS JEDI is using (I think it...

may split this off into a separate scripting issue: driver_mpas_dart.csh refering to out-of-date namelist option `start_from_restart` https://github.com/NCAR/DART/blob/4b184025498952753ac4141f36a3a7d3505cbdcb/models/mpas_atm/shell_scripts/driver_mpas_dart.csh#L374-L375 Zero documentation on docs.dart.ucar.edu for the scripting.

todo: * list of mpas 7 vs mpas 8 differences. Is the science different enough to be a different model_mod? * mpas available meshes: https://mpas-dev.github.io/atmosphere/atmosphere_meshes.html - 16 quasi uniform global...