Skip to content
Snippets Groups Projects
  1. Feb 24, 2023
  2. Feb 23, 2023
  3. Feb 22, 2023
  4. Feb 21, 2023
  5. Feb 19, 2023
  6. Feb 17, 2023
  7. Feb 16, 2023
  8. Feb 15, 2023
  9. Feb 14, 2023
  10. Feb 10, 2023
  11. Feb 09, 2023
  12. Feb 08, 2023
  13. Feb 07, 2023
  14. Feb 06, 2023
  15. Feb 05, 2023
  16. Feb 03, 2023
  17. Feb 02, 2023
    • Moritz Shore's avatar
      added function modify_wb_parms() · 2de02eca
      Moritz Shore authored
      which performs the following step from the manual:
      
      2. Modify ‘water_balance.sft’ with your values for fractions. Only the values under the WYR and
      BFR columns need to be modified (see Soft data). Make sure to count the columns, as the file
      is a free-format. Save the edits.
      2de02eca
    • Moritz Shore's avatar
      merged enable_sft() and disable_sft() into toggle_sft() · 4b24e424
      Moritz Shore authored
      since there were only really 2 code snippets that DIDNT overlap between the two.
      
      Easier to read and modify now, just need to pass the switch on/off param
      4b24e424
    • Moritz Shore's avatar
      enable_sft() modifies code.sft · 7c293c8a
      Moritz Shore authored
      and disable_sft() does the same, in reverse
      
      fixed bug in method too, accidentally used paste instead of paste0 --> wrong filename
      7c293c8a
    • Moritz Shore's avatar
      added enable_sft() and disable_sft() · ce393ae3
      Moritz Shore authored
      these functions enable and disable the softcal routine by making the required changes to the file.ico file
      
      also modified the  read_wb_aa() function to handle varying column width (which happens sometime for SWAT reasons...)
      ce393ae3
    • Moritz Shore's avatar
      added download_sft_files() · 6d6228fe
      Moritz Shore authored
      Wrote a function to download the required .sft files
      
      also read_wb_aa() now converts the df to a tibble, I dont know if we want to do that though
      6d6228fe
    • Moritz Shore's avatar
      read_wb_aa() converts to numeric() · e17419b7
      Moritz Shore authored
      Converts the correct columns to numeric (excluding name and description)
      e17419b7
Loading