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

Read field `days_1950` instead of `date_index`

Update required following commit 05dd4fc1.
parent 63ed1fae
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ contains
if (rank == 0) then
call dbf_get_field_index_03(hshp%extremum, "ssh", hshp%extr_ssh)
call dbf_get_field_index_03(hshp%extremum, "date_index", &
call dbf_get_field_index_03(hshp%extremum, "days_1950", &
hshp%extr_date)
call dbf_get_field_index_03(hshp%extremum, "eddy_index", &
hshp%extr_eddy_index)
......
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