Skip to content

Commit 5b7fb06

Browse files
committed
Made new replacement script executable
1 parent 8482593 commit 5b7fb06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Only for BGC mode!
248248
The following script updates landcover using GLC2000 and soils using SOILGRIDS.
249249

250250
```
251-
replace_surfdata.py
251+
./replace_surfdata.py
252252
```
253253

254254
Additionally, this script checks CLM gridcells to make sure the

mksurfdata/replace_surfdata.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
import xarray as xr
23
import numpy as np
34
# import sys

0 commit comments

Comments
 (0)