Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encountering errors when run command "./gcclassic" #2516

Open
Chuanhui0601 opened this issue Oct 12, 2024 · 3 comments
Open

Encountering errors when run command "./gcclassic" #2516

Chuanhui0601 opened this issue Oct 12, 2024 · 3 comments
Assignees
Labels
category: Debug Help Request for assistance debugging GEOS-Chem topic: Configuration Files Related to GEOS-Chem configuration files topic: Runtime Error Related to runtime issues (e.g. simulation stopped w/ error)

Comments

@Chuanhui0601
Copy link

Chuanhui0601 commented Oct 12, 2024

Your name

Allen

Your affiliation

University of Southampton

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

GC.log

===============================================================================
GEOS-Chem ERROR: Invalid directory: /home/allen-wei/doc/extdata/CHEM_INPUTS/
 -> at Check_Directory (in module GeosCore/input_mod.F90)
===============================================================================

===============================================================================
GEOS-Chem ERROR: Invalid directory encountered!
 -> at Validate_Directories (in module GeosCore/input_mod.F90)
===============================================================================

===============================================================================
GEOS-CHEM ERROR: Error encountered in  "Validate_Directories"!
STOP at  -> at GEOS-Chem (in GeosCore/main.F90)
===============================================================================
@Chuanhui0601 Chuanhui0601 added the category: Question Further information is requested label Oct 12, 2024
@yantosca yantosca self-assigned this Oct 16, 2024
@yantosca yantosca added category: Debug Help Request for assistance debugging GEOS-Chem topic: Configuration Files Related to GEOS-Chem configuration files topic: Runtime Error Related to runtime issues (e.g. simulation stopped w/ error) and removed category: Question Further information is requested labels Oct 16, 2024
@yantosca
Copy link
Contributor

Thanks for writing @Chuanhui0601. I think the issue is that your data directory is named extdata but not ExtData. Try renaming the directory and then see if that works.

@yantosca yantosca changed the title Encounterrig errors when run command "./gcclassic" Encountering errors when run command "./gcclassic" Oct 17, 2024
@Chuanhui0601
Copy link
Author

Chuanhui0601 commented Oct 22, 2024

I have followed your suggestions and this bug still stuck in. Is there any way to find input_mod.F90 and main F90 and maybe these will be fixed? Cause I found all these three errors are related to these.

===============================================================================
GEOS-Chem ERROR: Invalid directory: /home/allen-wei/doc/ExtData/CHEM_INPUTS/CHEM_INPUTS/
 -> at Check_Directory (in module GeosCore/input_mod.F90)
===============================================================================

===============================================================================
GEOS-Chem ERROR: Invalid directory encountered!
 -> at Validate_Directories (in module GeosCore/input_mod.F90)
===============================================================================

===============================================================================
GEOS-CHEM ERROR: Error encountered in  "Validate_Directories"!
STOP at  -> at GEOS-Chem (in GeosCore/main.F90)
===============================================================================

@lizziel
Copy link
Contributor

lizziel commented Oct 22, 2024

Previously the directory path was /home/allen-wei/doc/extdata/CHEM_INPUTS/. Now it is /home/allen-wei/doc/ExtData/CHEM_INPUTS/CHEM_INPUTS/ which is also not correct (there should only be one CHEM_INPUTS).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Debug Help Request for assistance debugging GEOS-Chem topic: Configuration Files Related to GEOS-Chem configuration files topic: Runtime Error Related to runtime issues (e.g. simulation stopped w/ error)
Projects
None yet
Development

No branches or pull requests

3 participants