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

Simulation Error, extdata found 1 unfulfilled imports #384

Closed
4 tasks done
beiduqiu opened this issue Feb 26, 2024 · 10 comments
Closed
4 tasks done

Simulation Error, extdata found 1 unfulfilled imports #384

beiduqiu opened this issue Feb 26, 2024 · 10 comments
Assignees
Labels
category: Debug Help Request for help debugging GCHP topic: Input Data Related to input data

Comments

@beiduqiu
Copy link

Name and Institution (Required)

Name: Zifan WANG
Institution: Washington University in St. Louis

Confirm you have reviewed the following documentation

Description of your issue or question

When I update the GCHP from version 14.1.0 to 14.3.0, I met the following issue while running the simulation.
image
However, when I try to comment the correponding line or changing the error message and recompile it to find more detailed information. It still shows the same information. I recompile the program by deleting the build file and recompile it by following the GCHP quick start guide. May I ask which module I am missing and is this the correct way to recompile the whole project? Thanks in advance for your help.
image

Please provide as much detail as possible. Always include the GEOS-Chem version number and any relevant configuration and log files.

@lizziel
Copy link
Contributor

lizziel commented Feb 26, 2024

Hi @beiduqiu, there is an additional log file in GCHP called allPEs.log that contains MAPL logging information, including ExtData error messages. The error you are encountering is because one of the import files is not found, perhaps because it is new in 14.3 and you have not downloaded the data. Check the allPEs.log file to see if there is a message about which import is missing.

For more information about MAPL logging, GCHP log files, and debugging, see the following resources:

@lizziel lizziel self-assigned this Feb 26, 2024
@yantosca yantosca added the category: Bug Something isn't working label Feb 26, 2024
@yantosca
Copy link
Contributor

@lizziel: should we transfer this issue to the GCHP repo?

@lizziel
Copy link
Contributor

lizziel commented Feb 26, 2024

@yantosca, yes I'll do that. I didn't notice it wasn't under the GCHP repo issues.

@lizziel lizziel transferred this issue from geoschem/geos-chem Feb 26, 2024
@beiduqiu
Copy link
Author

Hi, thanks for your response. This picture shows the content in allPEs.log. I don't see any error message in it. Is this the correct file?
image

@lizziel
Copy link
Contributor

lizziel commented Feb 28, 2024

It looks like you need to enable more ExtData prints to see any information about the issue. See the GCHP ReadTheDocs page on debugging for how to do that (see link in my previous comment).

@beiduqiu
Copy link
Author

Thanks for your help. After I make the modification, it shows the following error.
image
Is this because I am missing some files in GCHP or it is the environmental issue.?

@lizziel
Copy link
Contributor

lizziel commented Feb 28, 2024

RADLWG is a meteorology field that we recently retired from use in GCHP. When you updated to 14.3 did you create a new run directory from the code? I wonder if you are using an older version run directory that specifies RADLWG in config file ExtData.rc.

@beiduqiu
Copy link
Author

I have already recreate the run directory and I search for RADWLG in the ExtData.rc file and it shows no match result. So I think there should be other issue. Hope you can help me.

@lizziel
Copy link
Contributor

lizziel commented Feb 29, 2024

Hi @beiduqiu, try searching for string RADWLG in both your source code and run directory. You can do this using grep, e.g.
grep -r "RADWLG" *.

@lizziel lizziel added topic: Input Data Related to input data category: Debug Help Request for help debugging GCHP and removed runtime category: Bug Something isn't working labels Mar 20, 2024
@lizziel
Copy link
Contributor

lizziel commented Mar 25, 2024

Hi @beiduqiu, could you follow up on what the resolution was to this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Debug Help Request for help debugging GCHP topic: Input Data Related to input data
Projects
None yet
Development

No branches or pull requests

3 participants