Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 39f4cb9

Browse files
Made links to climate4impact.eu absolute
1 parent 2fc0c11 commit 39f4cb9

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

esgfbrowserconfig.js

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/* Configuration options */
22
var c4iconfigjs = {
3-
searchservice:"https://climate4impact.eu/impactportal/esgfsearch?",
4-
catalogbrowserservice:"https://climate4impact.eu/impactportal/ImpactService?",
5-
adagucservice:"https://climate4impact.eu/impactportal/adagucserver?",
6-
getvariables:"https://climate4impact.eu/impactportal/ImpactService?",
7-
xml2jsonservice:"https://climate4impact.eu/impactportal/AdagucViewer?SERVICE=XML2JSON&",
8-
adagucviewer:"https://climate4impact.eu/impactportal/adagucviewer/"
9-
};
10-
3+
searchservice: 'https://portal.c3s-magic.eu/backend/esgfsearch/search?',
4+
catalogbrowserservice: 'https://portal.c3s-magic.eu/backend/esgfsearch/catalog?',
5+
adagucservice: 'https://portal.c3s-magic.eu/backend/adagucserver?',
6+
getvariables: 'https://portal.c3s-magic.eu/backend/esgfsearch/getvariables?',
7+
xml2jsonservice: 'https://portal.c3s-magic.eu/backend/xml2json?',
8+
adagucviewer: 'https://portal.c3s-magic.eu/adaguc-viewer'
9+
};

esgfsearch/esgfsearch.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var SearchInterface = function(options){
7575
var esdocurl="http://view.es-doc.org/?client_id=climate4impact_esgfsearch&";
7676

7777
var _this = this;
78-
//var impactESGFSearchEndPoint = "http://bhw485.knmi.nl:8280/impactportal/esgfsearch?";
78+
//var impactESGFSearchEndPoint = "http://bhw485.knmi.nl:8280https://climate4impact.eu/impactportal/esgfsearch?";
7979
var impactESGFSearchEndPoint = "esgfsearch?";
8080
var impactCatalogBrowserEndPoint;
8181

@@ -98,10 +98,10 @@ var SearchInterface = function(options){
9898

9999
var facetDescription = {
100100
"domain":"This filter lists the geographical domains for CORDEX projects. For more info check <a target=\"_blank\" href=\"http://www.cordex.org/\">http://www.cordex.org/</a>. ",
101-
"model":"Choose the climate model. Read more at the <a target=\"_blank\" href=\"/impactportal/general/index.jsp?q=climate_models\">Climate models</a> page.",
101+
"model":"Choose the climate model. Read more at the <a target=\"_blank\" href=\"https://climate4impact.eu/impactportal/general/index.jsp?q=climate_models\">Climate models</a> page.",
102102
"access":"Choose the type of access. OpenDAP enables visualization and processing on this portal. Use HTTPServer for direct download.",
103-
"variable":"Choose the Parameter. A list of CMIP5 variables is published at the <a target=\"_blank\" href=\"/impactportal/documentation.jsp?q=listofcmip5variables\">CMIP5 variables</a> page. If you select from 'All Parameters' you can reduce the list by first chosing the appropriate 'Realm'.",
104-
"ensemble":"Choose ensemble member. For most impact assessments a single member is enough (choose 'r1i1p1'); you do need more members in case you are interested in a) rare (extreme) events, b) changes over <a target=\"_blank\" href=\"/impactportal/documentation/backgroundandtopics.jsp?q=scenarios_2030\">short periods/time horizons (<30yrs)</a> ",
103+
"variable":"Choose the Parameter. A list of CMIP5 variables is published at the <a target=\"_blank\" href=\"https://climate4impact.eu/impactportal/documentation.jsp?q=listofcmip5variables\">CMIP5 variables</a> page. If you select from 'All Parameters' you can reduce the list by first chosing the appropriate 'Realm'.",
104+
"ensemble":"Choose ensemble member. For most impact assessments a single member is enough (choose 'r1i1p1'); you do need more members in case you are interested in a) rare (extreme) events, b) changes over <a target=\"_blank\" href=\"https://climate4impact.eu/impactportal/documentation/backgroundandtopics.jsp?q=scenarios_2030\">short periods/time horizons (<30yrs)</a> ",
105105
"realm": "Choose earth system compartment to reduce the list of 'Parameters'",
106106
"institute":"Choose institute to reduce list of 'Models'",
107107
"experiment_family": "Choose family to reduce list of 'experiments', see <a target=\"_blank\" href=\http://cmip-pcmdi.llnl.gov/cmip5/getting_started_CMIP5_experiment.html#_T4\">CMIP5 Experiments</a>",
@@ -253,7 +253,7 @@ var SearchInterface = function(options){
253253
// el.html(data);
254254
// }
255255
// $.ajax({
256-
// url: "esgfsearch/esgfsearchhelp.html"
256+
// url: "esgfsearchhelp.html"
257257
// }).done(function(d) {
258258
// helpReturned(d)
259259
// })

0 commit comments

Comments
 (0)