Views
No views yet

| File | Training input | Supervisor | Best at |
|---|---|---|---|
05-22_wghm_w5e5_quick-volcano/05-22_wghm_w5e5_quick-volcano.pt | WGHM synthetic + residual-pool aug | WGHM | closed-loop & global wells |
05-22_wghm_hybrid_wise-sandstone/05-22_wghm_hybrid_wise-sandstone.pt | WGHM synthetic pre-2002 + real GravIS paired post-2002 | WGHM | aquifer-mean r — the headline |
05-22_wghm_gravis_only_steady-delta/05-22_wghm_gravis_only_steady-delta.pt | real GravIS only | WGHM | HPA (0.83), strong global |
05-22_lisflood_gravis_only_swift-glacier/05-22_lisflood_gravis_only_swift-glacier.pt | real GravIS only | LISFLOOD | open-loop SM/SW; supervisor-bias check |
[tws, month_sin, month_cos, land_mask, dtws_12], 5-channel output [GW, SM, SW, Snow, residual].| Aquifer | quick-volcano | wise-sandstone | steady-delta | swift-glacier | G3P (our eval) | Paper (G3P) |
|---|---|---|---|---|---|---|
| Paris Basin | 0.76 | 0.74 | 0.66 | 0.59 | 0.54 | 0.63 |
| High Plains | 0.52 | 0.84 | 0.83 | 0.44 | 0.14 | 0.82 |
| Guarani | 0.63 | 0.67 | 0.51 | 0.59 | 0.81 | 0.81 |
1# 1. Get the GitHub repo (training/inference/eval code)
2git clone git@github.com:NB11/grace-tws-decomp.git
3cd grace-tws-decomp
4python3.12 -m venv .venv
5.venv/bin/pip install -r requirements.txt huggingface_hub
6
7# 2. Download these checkpoints into the expected runs/{name}/{name}.pt layout
8.venv/bin/huggingface-cli download Noe-B/gravis-tws-decomposition \
9 --local-dir runs/ --include "*.pt"
10
11# 3. End-to-end open-loop + wells evaluation (~10 min per run)
12.venv/bin/python scripts/evaluation/run_all.py \
13 eval.checkpoint=runs/05-22_wghm_hybrid_wise-sandstone/05-22_wghm_hybrid_wise-sandstone.pt
14# → runs/{run}/eval_plots/{summary.csv, model_vs_g3p/, wells/, _utils/}/scratch/grace-data/processed/...) is described in the GitHub README. See src/evaluation/inference.py::load_model for the loader the eval scripts use.