From eea0a50795ef2dc9d7f38a34bf3f7e5e15a8d261 Mon Sep 17 00:00:00 2001 From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch> Date: Fri, 8 Oct 2021 17:04:38 +0200 Subject: [PATCH] typoooo --- src/diagnostics_par_mod.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diagnostics_par_mod.F90 b/src/diagnostics_par_mod.F90 index e773fe4e..36f41076 100644 --- a/src/diagnostics_par_mod.F90 +++ b/src/diagnostics_par_mod.F90 @@ -14,7 +14,7 @@ MODULE diagnostics_par INTEGER, PUBLIC, PROTECTED :: nsave_0d, nsave_1d, nsave_2d, nsave_3d, nsave_5d ! HDF5 file - CHARACTER(len=256), PUBLIC :: resfile0 = "results" ! Head of main result file name + CHARACTER(len=256), PUBLIC :: resfile0 = "outputs" ! Head of main result file name CHARACTER(len=256), PUBLIC :: resfile ! Main result file CHARACTER(len=256), PUBLIC :: rstfile ! restart result file INTEGER, PUBLIC :: job2load ! jobnum of the checkpoint to load -- GitLab