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

Polish

parent 3bd5ee90
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ SHPC_anti and SHPC_cyclo. The mat files are assumed to be in v7.3 ...@@ -5,7 +5,7 @@ SHPC_anti and SHPC_cyclo. The mat files are assumed to be in v7.3
(HDF5) format and will be converted to v6 format, launching Matlab, (HDF5) format and will be converted to v6 format, launching Matlab,
before being read in Python. The data in each input file is the set of before being read in Python. The data in each input file is the set of
detected instantaneous eddies at a given date. The second, optional, detected instantaneous eddies at a given date. The second, optional,
argument of this script is the final date processed. The script argument of this script is the final date processed. The Matlab script
inst_eddies.m must be in the current directory at run-time. inst_eddies.m must be in the current directory at run-time.
""" """
......
...@@ -105,6 +105,7 @@ program eddy_graph ...@@ -105,6 +105,7 @@ program eddy_graph
if (n_dates == huge(0)) & if (n_dates == huge(0)) &
n_dates = sum([(size(hshp(i)%ishape_last), i = 1, n_shpc)]) n_dates = sum([(size(hshp(i)%ishape_last), i = 1, n_shpc)])
print *, "n_dates = ", n_dates
call assert(n_dates >= max_delta + 1, & call assert(n_dates >= max_delta + 1, &
"eddy_graph: n_dates should be >= max_delta + 1") "eddy_graph: n_dates should be >= max_delta + 1")
call assert(n_proc <= n_dates / (max_delta + 1), & call assert(n_proc <= n_dates / (max_delta + 1), &
......
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