Skip to content

Commit 5fe2c54

Browse files
authored
Small fixes (#375)
* resolve ambigous redirect * add new wrapper options to docs
1 parent c92f776 commit 5fe2c54

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

docs/index.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,16 @@ _1. EXTPAR settings as JSON, see official docs_
4444
"ialb_type": 1,
4545
"isoil_type": 1,
4646
"itopo_type": 1,
47-
"lsgls": false,
47+
"it_cl_type": 1,
48+
"iera_type": 1,
49+
"iemiss_type": 1,
50+
"enable_edgar": false,
51+
"enable_cdnc": false,
52+
"lsgsl": false,
4853
"lfilter_oro": false,
49-
"lurban": false
54+
"lurban": false,
55+
"lradtopo": true,
56+
"radtopo_radius": 40000
5057
}
5158
}
5259
```

templates/submit.docker.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
export PYTHONPATH=@PYTHONPATH@:$PYTHONPATH
33

4+
logfile="exptar.log"
5+
46
source runcontrol_functions.sh
57

68
for exe in @EXTPAR_EXECUTABLES@

0 commit comments

Comments
 (0)