WSL/SLF GitLab Repository

Skip to content
  • Mathias Bavay's avatar
    Fixed a stupid bug in my previous commit and added the possibility to provide... · 761491bb
    Mathias Bavay authored
    Fixed a stupid bug in my previous commit and added the possibility to provide a fallback constant when using the CST spatial interpolation:
    RH::algorithms = Cst
    RH::cst                = 0.3
    
    This would behave as before, except that if no data at all would be available at a given time step, then the value 0.3 would be taken to fill the grid.
    761491bb