Giter Site home page Giter Site logo

Fail download nclncarg about wrf_docker HOT 7 OPEN

ncar avatar ncar commented on August 30, 2024 1
Fail download nclncarg

from wrf_docker.

Comments (7)

khalidtijani avatar khalidtijani commented on August 30, 2024 2

To change in dockerfile from line 90-92

Download NCL

RUN curl -SL https://ral.ucar.edu/sites/default/files/public/projects/ncar-docker-wrf/nclncarg-6.3.0.linuxcentos7.0x8664nodapgcc482.tar.gz | tar zxC /usr/local
ENV NCARG_ROOT /usr/local

with command below:

Download NCL

RUN mkdir -p /wrf/ncl_ncarg
RUN chmod 6755 /wrf/ncl_ncarg
RUN cd /wrf/ncl_ncarg \
&& curl -L -O https://www.earthsystemgrid.org/api/v1/dataset/ncl.630.1/file/ncl_ncarg-6.3.0.Linux_CentOS7.0_x86_64_nodap_gcc482.tar.gz \
&& tar -xzvf ncl_ncarg-6.3.0.Linux_CentOS7.0_x86_64_nodap_gcc482.tar.gz --directory /usr/local \
&& rm -rf ncl_ncarg-6.3.0.Linux_CentOS7.0_x86_64_nodap_gcc482.tar.gz \
&& cd / \
&& rm -rf /wrf/ncl_ncarg
ENV NCARG_ROOT /usr/local

from wrf_docker.

khalidtijani avatar khalidtijani commented on August 30, 2024

Same problem, any solution

=> ERROR [19/39] RUN curl -SL https://ral.ucar.edu/sites/default/files/public/projects/ncar-docker-wrf/nclncarg- 4.5s

[19/39] RUN curl -SL https://ral.ucar.edu/sites/default/files/public/projects/ncar-docker-wrf/nclncarg-6.3.0.linuxcentos7.0x8664nodapgcc482.tar.gz | tar zxC /usr/local:
#22 0.379 % Total % Received % Xferd Average Speed Time Time Time Current
#22 0.379 Dload Upload Total Spent Left Speed
100 30623 0 30623 0 0 7464 0 --:--:-- 0:00:04 --:--:-- 7465
#22 4.487
#22 4.487 gzip: stdin: not in gzip format
#22 4.489 tar: Child returned status 1
#22 4.489 tar: Error is not recoverable: exiting now


executor failed running [/bin/sh -c curl -SL https://ral.ucar.edu/sites/default/files/public/projects/ncar-docker-wrf/nclncarg-6.3.0.linuxcentos7.0x8664nodapgcc482.tar.gz | tar zxC /usr/local]: exit code: 2

from wrf_docker.

khalidtijani avatar khalidtijani commented on August 30, 2024

I find this other link :

https://www.earthsystemgrid.org/api/v1/dataset/ncl.630.1/file/ncl_ncarg-6.3.0.Linux_CentOS7.0_x86_64_nodap_gcc482.tar.gz

from wrf_docker.

devdattakulkarni avatar devdattakulkarni commented on August 30, 2024

@khalidtijani Thanks for the suggested work around 👍

from wrf_docker.

davegill avatar davegill commented on August 30, 2024

@devdattakulkarni
The more recent version is github.com/davegill/wrf-coop. Take a look at the README.md. Make sure you are on the regression+feature branch. The initial dockerfile is Dockerfile-first_part. This is stored on dockerhub. Take a look at Dockerfile-second_part. We pull in the standard "all but WRF" image, add WRF to it, and then you can do things. There is a README.build_WRF+WPS.md that describes how to make the build include all of the WRF system.

from wrf_docker.

devdattakulkarni avatar devdattakulkarni commented on August 30, 2024

@davegill 👍
Thanks for the heads up. I will check above links.

from wrf_docker.

elcintan avatar elcintan commented on August 30, 2024

Thank you very much for your time @davegill
It works without any problem :)

from wrf_docker.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.