Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Input analysed snow depth by the 2D-OI (arpifs/obs_preproc/obsgen.F90)
  • Calculate and input additional EDA Jacobians related to snow (gen/fetchmars, arpifs/sekf/sekf_geteda_jacobians.F90)
    • Covariances between soil moisture and snow depth are set to 0
    • Covariances between snow water equivalent and 2m temperature, relative humidity, soil moisture are also set to 0
      • These 2 settings mean that observations to analyse each control variable are similar to the current system
    • Jacobians between snow water equivalent and snow depth are set to 1/rsn (based on the relationship in the model)
  • Analyse snow water equivalent using the 2D-OI increments and Jacobians (arpifs/sekf/sm_ekf_main.F90)
  • So far, increments for snow water equivalent are not reflected to the analyzed field (offline calculation only)

...