We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8482593 commit 5b7fb06Copy full SHA for 5b7fb06
README.md
@@ -248,7 +248,7 @@ Only for BGC mode!
248
The following script updates landcover using GLC2000 and soils using SOILGRIDS.
249
250
```
251
-replace_surfdata.py
+./replace_surfdata.py
252
253
254
Additionally, this script checks CLM gridcells to make sure the
mksurfdata/replace_surfdata.py
100644
100755
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env python3
2
import xarray as xr
3
import numpy as np
4
# import sys
0 commit comments