Revision 3ef47cf5ff9ea6fc71262cbb83710eb560411ce8 authored by Dmitry Yu. Naumov on 17 May 2021, 09:27:34 UTC, committed by Dmitry Yu. Naumov on 17 May 2021, 09:27:34 UTC
[SurfaceFlux] Output of the initial surface flux.

Closes #3133

See merge request ogs/ogs!3621
2 parent s 5bc6f8a + e9e0777
Raw File
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
web/.netlify

CMakeUserPresets.json

.snakemake
back to top