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
164 stars 156 forks source link

[QUESTION]How to change the ExtData path? #1524

Closed pku-tjh closed 1 year ago

pku-tjh commented 1 year ago

Ask a question about GEOS-Chem:

Hi, everyone. My gc version is 14.0.1. When I first run gc, It prompted me to enter the path of ExtData. Now I want to change the path I first entered, What files should I modify? Thanks for your helps!

yantosca commented 1 year ago

Thanks for writing @pku-tjh. The first time you create a run directory, the path to ExtData is stored in the file ~/.geoschem/config in your home directory. To change the path, edit the GC_DATA_ROOT variable in this file:

export GC_DATA_ROOT=/path/to/your/ExtData
yantosca commented 1 year ago

Also tagging @Jourdan-He and @SaptSinha for reference

pku-tjh commented 1 year ago

Thanks for the answer! I will close this comment