Skip to content

Commit

Permalink
Merge pull request #2 from j34ni/patch-1
Browse files Browse the repository at this point in the history
Added wget protocol to get inputdata from ns2345k.web.sigma2.no/input…
  • Loading branch information
DirkOlivie authored Feb 12, 2020
2 parents 78811f8 + 1c146bf commit b2e4c98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/cesm/config_inputdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<inputdata>
<!-- server precidence is order in this file. Highest preference at top -->
<!-- If the client doesn't have the protocol it will be skipped -->

<server>
<protocol>wget</protocol>
<address>http://ns2345k.web.sigma2.no/inputdata</address>
</server>

<server>
<comment>grid ftp requires the globus-url-copy tool on the client side </comment>
<protocol>gftp</protocol>
Expand Down

0 comments on commit b2e4c98

Please sign in to comment.