-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made links to climate4impact.eu absolute
- Loading branch information
1 parent
2fc0c11
commit 39f4cb9
Showing
2 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
/* Configuration options */ | ||
var c4iconfigjs = { | ||
searchservice:"https://climate4impact.eu/impactportal/esgfsearch?", | ||
catalogbrowserservice:"https://climate4impact.eu/impactportal/ImpactService?", | ||
adagucservice:"https://climate4impact.eu/impactportal/adagucserver?", | ||
getvariables:"https://climate4impact.eu/impactportal/ImpactService?", | ||
xml2jsonservice:"https://climate4impact.eu/impactportal/AdagucViewer?SERVICE=XML2JSON&", | ||
adagucviewer:"https://climate4impact.eu/impactportal/adagucviewer/" | ||
}; | ||
|
||
searchservice: 'https://portal.c3s-magic.eu/backend/esgfsearch/search?', | ||
catalogbrowserservice: 'https://portal.c3s-magic.eu/backend/esgfsearch/catalog?', | ||
adagucservice: 'https://portal.c3s-magic.eu/backend/adagucserver?', | ||
getvariables: 'https://portal.c3s-magic.eu/backend/esgfsearch/getvariables?', | ||
xml2jsonservice: 'https://portal.c3s-magic.eu/backend/xml2json?', | ||
adagucviewer: 'https://portal.c3s-magic.eu/adaguc-viewer' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters