From 0d8792d03c3905e571e7f1eb437e76e1b5242a9c Mon Sep 17 00:00:00 2001 From: Pedro Costa Date: Wed, 6 Mar 2024 22:33:46 +0100 Subject: [PATCH] `dns.in` is now `input.nml`. (#112) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42abb3fe..2e0a55eb 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ The `Makefile` in root directory is used to compile the code, and is expected to ### Input file -The input file `dns.in` sets the physical and computational parameters. In the `examples/` folder are examples of input files for several canonical flows. See [`INFO_INPUT.md`](docs/INFO_INPUT.md) for a detailed description of the input file. +The input file `input.nml` sets the physical and computational parameters. In the `examples/` folder are examples of input files for several canonical flows. See [`INFO_INPUT.md`](docs/INFO_INPUT.md) for a detailed description of the input file. Files `out1d.h90`, `out2d.h90` and `out3d.h90` in `src/` set which data are written in 1-, 2- and 3-dimensional output files, respectively. *The code should be recompiled after editing out?d.h90 files*.