-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
64 lines (57 loc) · 1.86 KB
/
.gitmodules
File metadata and controls
64 lines (57 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# 1. 基于Transformer的模型
[submodule "models/fengwu"]
path = models/fengwu
url = git@github.com:OpenEarthLab/FengWu.git
[submodule "models/climax"]
path = models/climax
url = https://github.com/microsoft/ClimaX.git
# 2. 基于图神经网络的模型
[submodule "models/graphcast"]
path = models/graphcast
url = https://github.com/google-deepmind/graphcast.git
# 3. 基于物理约束的模型
[submodule "models/fourcastnet"]
path = models/fourcastnet
url = https://github.com/NVlabs/FourCastNet.git
[submodule "models/pangu-weather"]
path = models/pangu-weather
url = https://github.com/198808xc/Pangu-Weather.git
[submodule "models/metnet"]
path = models/metnet
url = https://github.com/google-research/weather-forecasting.git
# 4. 传统数值模型
[submodule "models/CMAQ"]
path = models/CMAQ
url = https://github.com/USEPA/CMAQ.git
[submodule "models/SWAT"]
path = models/SWAT
url = https://github.com/WatershedModels/SWAT.git
[submodule "models/modflow6"]
path = models/modflow6
url = https://github.com/MODFLOW-USGS/modflow6.git
[submodule "models/wrf"]
path = models/wrf
url = https://github.com/wrf-model/WRF.git
# 5. 深度学习模型
[submodule "models/deep-storm"]
path = models/deep-storm
url = https://github.com/EliasNehme/Deep-STORM.git
[submodule "models/aurora"]
path = models/aurora
url = https://github.com/microsoft/aurora.git
branch = main
# 6. 生态系统模型
[submodule "models/invest"]
path = models/invest
url = https://github.com/natcap/invest.git
# 7. 其他资源
[submodule "models/deepmind-research"]
path = models/deepmind-research
url = https://github.com/deepmind/deepmind-research.git
# 注意:以下仓库当前不可用,需要等待更新或联系作者获取代码
# - models/metnet
# - models/ai-goms
# - models/nowcastnet
[submodule "models/fuxi"]
path = models/fuxi
url = https://github.com/OpenEarthLab/Fuxi.git