Skip to content
Snippets Groups Projects
cookiecutter.json 327 B
Newer Older
{
        "project_path": "/work/ollie/pgierz/PalModII/",
        "mesh_name": "EXAMPLE",
        "input_varname": "topo",
Paul Gierz's avatar
Paul Gierz committed
        "input_fpath": "/work/ollie/pgierz/PalModII/FESOM2_MIS3_MeshGen/raw_input_data/reconstruction_a1_0.25_degree_42.5kaBP.nc",
        "input_fname": "{{ cookiecutter.input_fpath.split('/')[-1] }}"
}