Skip to content
Snippets Groups Projects
  1. Jan 04, 2022
    • Lionel GUEZ's avatar
      Do not use a second, 0-based, date index · 43d2eff6
      Lionel GUEZ authored
      We are reverting commit e48b7f7e. I think I did not really appreciate
      then that the number of days since 1950-1-1 is another date index. It
      is clearer to use just one date index, which is in the dbf files. So,
      in effect, we replace everywhere the old 0-based date index k by `k -
      d_init`. Note that we no longer need argument `d_init` for procedure
      `dispatch_snapshot` and we no longer need to write `d_init` to file
      `node_id_param.json`. Note also that the value of every node index
      changes by the amount `d_init * e_overestim`.
      43d2eff6
  2. Dec 21, 2021
  3. Dec 20, 2021
  4. Dec 15, 2021
  5. Dec 14, 2021
  6. Dec 06, 2021
  7. Nov 22, 2021
  8. Nov 18, 2021
  9. Nov 12, 2021
Loading