From d8a9dfd5cc33d07e794abefdc7fb0f236b2b3022 Mon Sep 17 00:00:00 2001 From: Patrick Haehnel <77672877+phaehnel@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:13:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 380e656..c56e102 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The module has a functionality to write GHB and DRN input files independent of f ```python >>> from .write_bc import * ``` -in the file '__init__.py'. +in the file '\__init\__.py'. The connection between Python and Fortran is obtained by numpy.f2py ([documentation](https://numpy.org/doc/stable/f2py/index.html)). The Fortran script "mfpatbc/write_spd_fort.f90" needs to be compiled on the users operating system in order for the file writing capabilities of mfpatbc to work. This needs some work on the console or terminal (Considering you probably want this, because you run a quite large model, you're likely in the game, so I guess this is fine ;) ).