Skip to content
Snippets Groups Projects
Commit 7454c541 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Set default values to crashing

Because variables in `grid_nml` should be all defined in the input file.
parent 6008764b
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ program test_overlap ...@@ -32,7 +32,7 @@ program test_overlap
! longitude and latitude of the corner of the whole grid, in degrees ! longitude and latitude of the corner of the whole grid, in degrees
! and in rad ! 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 ! longitude and latitude steps, in degrees and in rad
logical periodic ! grid is periodic in longitude logical periodic ! grid is periodic in longitude
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment