geoschem / geos-chem-cloud

Run GEOS-Chem easily on AWS cloud
http://cloud.geos-chem.org
MIT License
39 stars 9 forks source link

Correct a typo? #27

Closed FeiYao-Edinburgh closed 5 years ago

FeiYao-Edinburgh commented 5 years ago

From Developer guide, I personally think you mean installing gc instead of bc?

JiaweiZhuang commented 5 years ago

Thanks, bc is the Linux calculator (https://en.wikipedia.org/wiki/Bc_(programming_language)) that is somehow used during GEOS-Chem compilation.

FeiYao-Edinburgh commented 5 years ago

bc is the Linux calculator

I know bc but didn't thought it is used with GEOS-Chem. Thanks for letting me know.

yantosca commented 5 years ago

Maybe this is a dependency of gcc/gfortran.

FeiYao-Edinburgh commented 5 years ago

Maybe this is a dependency of gcc/gfortran.

Good to know and I suppose most Unix systems install bc.