diff --git a/Overlap/eddy_graph.f90 b/Overlap/eddy_graph.f90 index 30df3432522d7d4a6583a7911f501562fafa7f82..98db9795d1e8e1091fd149bb76ac59a2f204abad 100644 --- a/Overlap/eddy_graph.f90 +++ b/Overlap/eddy_graph.f90 @@ -28,7 +28,7 @@ program eddy_graph character(len = :), allocatable:: shpc_dir integer:: max_delta = 1 - real:: corner_deg(2) = [0.125, - 59.875] + real:: corner_deg(2) = [huge(0.), huge(0.)] ! longitude and latitude of the corner of the whole grid in input ! NetCDF, in degrees @@ -36,10 +36,12 @@ program eddy_graph ! longitude and latitude of the corner of the whole grid in input ! NetCDF, in rad - real:: step_deg(2) = [0.25, 0.25] ! longitude and latitude steps, in degrees + real:: step_deg(2) = [huge(0.), huge(0.)] + ! longitude and latitude steps, in degrees + real step(2) ! longitude and latitude steps, in rad - integer:: nlon = 120, nlat = 120 + integer:: nlon = - 1, nlat = - 1 ! size of ssh array in input NetCDF, assuming no repeated point if ! the grid is global