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

Create `loop_shp_tr_append.py`

Replace `loop_shp_append.py` by `loop_shp_tr_append.py`. Instead of
looping on years, we assume we are working on a single year. We could
call this script inside a loop on years in the shell. The advantage is
that we need to make fewer assumptions on the arborescence of
files. Also, we can make `loop_shp_tr_append.py` more general by
starting and ending at arbitrary days. We drop the timing that was in
`loop_shp_append.py`. We add the creation of file `ishape_last.txt`.

In script `shp_tr_append.sh`, assume that the directories contain
files `ishape_last.txt` and modify `ishape_last.txt` in the
destination directory.

In program `test_overlap`, read grid description from a file
`grid_nml.txt` in SHP triplet directory, instead of from standard
input. This is the same modification we made for program
`eddy_graph`. Modify input files accordingly.
parent 4169aab2
No related branches found
No related tags found
No related merge requests found
Showing
with 85 additions and 119 deletions
Loading
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