Skip to content

Commit

Permalink
Made links to climate4impact.eu absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenplieger committed Jul 15, 2019
1 parent 2fc0c11 commit 39f4cb9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
15 changes: 7 additions & 8 deletions esgfbrowserconfig.js
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'
};
10 changes: 5 additions & 5 deletions esgfsearch/esgfsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var SearchInterface = function(options){
var esdocurl="http://view.es-doc.org/?client_id=climate4impact_esgfsearch&";

var _this = this;
//var impactESGFSearchEndPoint = "http://bhw485.knmi.nl:8280/impactportal/esgfsearch?";
//var impactESGFSearchEndPoint = "http://bhw485.knmi.nl:8280https://climate4impact.eu/impactportal/esgfsearch?";
var impactESGFSearchEndPoint = "esgfsearch?";
var impactCatalogBrowserEndPoint;

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

var facetDescription = {
"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>. ",
"model":"Choose the climate model. Read more at the <a target=\"_blank\" href=\"/impactportal/general/index.jsp?q=climate_models\">Climate models</a> page.",
"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.",
"access":"Choose the type of access. OpenDAP enables visualization and processing on this portal. Use HTTPServer for direct download.",
"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'.",
"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> ",
"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'.",
"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> ",
"realm": "Choose earth system compartment to reduce the list of 'Parameters'",
"institute":"Choose institute to reduce list of 'Models'",
"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>",
Expand Down Expand Up @@ -253,7 +253,7 @@ var SearchInterface = function(options){
// el.html(data);
// }
// $.ajax({
// url: "esgfsearch/esgfsearchhelp.html"
// url: "esgfsearchhelp.html"
// }).done(function(d) {
// helpReturned(d)
// })
Expand Down

0 comments on commit 39f4cb9

Please sign in to comment.