geoschem / geos-chem

GEOS-Chem "Science Codebase" repository. Contains GEOS-Chem science routines, run directory generation scripts, and interface code. This repository is used as a submodule within the GCClassic and GCHP wrappers, as well as in other modeling contexts (external ESMs).
http://geos-chem.org
Other
167 stars 163 forks source link

The download of GEOS-Chem always fails. #2503

Open ChenBHXMU opened 3 weeks ago

ChenBHXMU commented 3 weeks ago

Your name

Baihua Chen

Your affiliation

Xiamen University

Please provide a clear and concise description of your question or discussion topic.

Dear @yantosca

I used "git clone --recurse-submodules https://github.com/geoschem/GCClassic.git GCClassic" to dowload the geos-chem, but it always fails. How should I handle this, or are there other ways to download it?

Thank you for your assistance.

Best regards, Baihua Chen 微信截图_20241009133930

yantosca commented 3 weeks ago

Thanks for writing @ChenBHXMU. I think this may be due to your network.

You can try this fix (as described HERE):

$ git clone http://github.com/geoschem/GCClassic --depth 1
$ cd GCClassic
$ git fetch --unshallow
yantosca commented 2 weeks ago

@ChenBHXMU were you able to successfully download GEOS-Chem via Git?

ChenBHXMU commented 2 weeks ago

@ChenBHXMU were you able to successfully download GEOS-Chem via Git?

Dear @yantosca

I run these commands, but I still don't solve this question.

Thank you for your help.

Best regard. Baihua Chen

微信截图_20241018172721

yantosca commented 3 days ago

Thanks @ChenBHXMU. Try running this command:

$ git submodule update --init --recursive