From 7454c541a5d1a125333c744f32983b39409caf30 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Fri, 18 Jun 2021 22:28:37 +0200 Subject: [PATCH] Set default values to crashing Because variables in `grid_nml` should be all defined in the input file. --- Overlap/Tests/test_overlap.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Overlap/Tests/test_overlap.f90 b/Overlap/Tests/test_overlap.f90 index e16761db..4f0d412e 100644 --- a/Overlap/Tests/test_overlap.f90 +++ b/Overlap/Tests/test_overlap.f90 @@ -32,7 +32,7 @@ program test_overlap ! longitude and latitude of the corner of the whole grid, in degrees ! and in rad - real:: step_deg(2) = [0.25, 0.25], step(2) + real:: step_deg(2) = [huge(0.), huge(0.)], step(2) ! longitude and latitude steps, in degrees and in rad logical periodic ! grid is periodic in longitude -- GitLab