Skip to content

Commit b1e9152

Browse files
committed
Clean up fgn example for public PR
Remove cluster-specific slurm scripts (local paths), untrack FGN.md (dev notes), add .gitignore, and fix README references. Signed-off-by: Kashif Rasul <kashif.rasul@gmail.com>
1 parent e06a6e5 commit b1e9152

6 files changed

Lines changed: 13 additions & 1014 deletions

File tree

examples/weather/fgn/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*.mlus
2+
*.png
3+
*.pt
4+
*.tfevents*
5+
*wandb/
6+
rundir/
7+
logs/
8+
*.npz
9+
FGN.md

examples/weather/fgn/FGN.md

Lines changed: 0 additions & 878 deletions
This file was deleted.

examples/weather/fgn/README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,22 @@ The current version is intentionally an MVP:
1616
- autoregressive inference with stochastic trajectory rollout
1717
- Hydra configs and a small pytest smoke test
1818

19-
It is designed to be extended toward the global WeatherNext/FGN-style setup
20-
described in [FGN.md](./FGN.md).
21-
22-
Internally, the example should follow PhysicsNeMo and Earth2Studio variable
23-
conventions such as `u10m`, `v10m`, `t2m`, `msl`, `z500`, `q850`, and `w300`.
24-
Verbose external schema names should be treated as an I/O mapping layer rather
25-
than the canonical training-time names.
19+
The example follows PhysicsNeMo and Earth2Studio variable conventions such as
20+
`u10m`, `v10m`, `t2m`, `msl`, `z500`, `q850`, and `w300`.
2621

2722
## Layout
2823

2924
```text
3025
examples/weather/fgn/
3126
README.md
32-
FGN.md
3327
requirements.txt
3428
train.py
3529
inference.py
3630
test_training.py
3731
config/
3832
datasets/
3933
utils/
34+
scripts/
4035
```
4136

4237
## Quick Start
@@ -90,4 +85,4 @@ implement:
9085
- multi-checkpoint deep-ensemble orchestration
9186
- large-scale distributed training
9287

93-
Those are documented as the next steps in [FGN.md](./FGN.md).
88+
Those are the planned next steps.

examples/weather/fgn/scripts/compute_stats_2024.sh

Lines changed: 0 additions & 34 deletions
This file was deleted.

examples/weather/fgn/scripts/prefetch_arco_2024.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

examples/weather/fgn/scripts/train_2024_val.sh

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)