Hi Mahesh,

It looks like the CLI app only searches the JPL ESGF datanode for the
dataset. This works fine for CMIP5 and Obs4MIPs datasets, but unfortunately
not for CORDEX datasets. In the future we should allow users to specify
which datanodes to search in the CLI app, but for now you will need to
manually edit the actual code itself (in cli_app.py) if you want to use
RCMES to download CORDEX datasets from ESGF. Under the functions
load_esgf_model_screen() and load_esgf_obs_screen() function definitions,
edit the lines containing:

solr_url = "http://esg-datanode.jpl.nasa.gov/esg-search/search?id={0}
&variable={1}&format=application%2Fsolr%2Bjson".format(esgf_dataset_id,
esgf_variable)


Replace the portion of the url containing "esg-datanode.jpl.nasa.gov" with
another datanode that hosts CORDEX data (for example,
http://esgf-data.dkrz.de). Hope this helps.

Thanks,
Alex

On Sat, Sep 3, 2016 at 5:36 AM, R Mahesh <rmah...@tropmet.res.in> wrote:

> Hi dev@
>
> My name is Mahesh, Iam from Indian Institute Tropical
> Meteorology,Pune,India.
> I installed and tested RCMES VM successfully.
> In CLI, I tried to pull the ESGF data for testing purpose.
> Notification shows "WARNING: Something went wrong in downloading
> observation dataset from ESGF".
>
> Input parameters to load the ESGF data (no observation data).
>
> Dataset ID : cordex.output.WAS-44.SMHI.MIROC-MIROC5.rcp45.r1i1p1.
> RCA4.v2.day.pr.v20150521|esg-dn1.nsc.liu.se
> variable: pr
> username : <my openid >
> password:  <my password>
>
> I would like you to help me to solve this issue.
>
> Thank you
>
>
>
> --
> Best Regards,
> R. Mahesh,
> Project Scientist-B
> CCCR
> IITM
> (known is a drop,Unknown is an ocean)
>



-- 
Alex Goodman
Data Scientist I
Science Data Modeling and Computing (398K)
Jet Propulsion Laboratory
California Institute of Technology
Tel: +1-818-354-6012

Reply via email to