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

Rename function `get_ishape` to `comp_ishape`

It does not read, it computes.
parent 7344c913
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import math
from os import path
import numpy as np
def get_ishape(d_init, ishape_last, days_1950, eddy_index):
def comp_ishape(d_init, ishape_last, days_1950, eddy_index):
k = days_1950 - d_init
if k == 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment