-
Notifications
You must be signed in to change notification settings - Fork 27
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
[QUESTION] Problems with multirun option in GCHP 13 #136
Comments
Hi @chen-yuy, thanks for opening this. 1. The cause of your crashThe root error in your simulation with METEOROLOGY is happening here. It looks like the issue is an unresolved IIUC the 2. How to run multisegment simulationsRegarding the multirun option, that script is being retired. It is pretty easy to implement your own multisegment simulation though. The set up you need to do is:
At this point you should run For subsequent segments (segment 2 and onwards) you should make the following updates before you start the simulation
The "Auto-requeuing C360 simulation" is a good example of how to automate this. For segment 1 the |
Hello, @LiamBindle Thanks for your reply. I have found useful information about the Also, in Now my non-multirun is working, so I will try the multirun later. Many thanks! |
Hello @LiamBindle I have another question about Many thanks, |
Hi Yuyang, all GEOS-Chem and HEMCO restart variables are included in the GCHP checkpoint file. The restart section entries in I agree including information about what is relevant to GCHP versus GC-Classic in the |
Hi @lizziel, thank you for your replies. |
You should keep the If in doubt about whether you are reading the correct restart file, or if you want to check if any of the restart variables were missing upon read, you can view this information in the GCHP log file generated at run-time. Search for string For example, if you download and use one of the restart files we provide for GCHP and do not alter the default
The variables listed above are the HEMCO restart variables. Like for GC-Classic, we do not provide HEMCO restart variables for your first GCHP run. However, your output restart file (checkpoint file) will contain these variables. You can verify by looking for these variables in your output file. You can also verify by using that restart file for a new run and checking the log. The message that these variables were bootstrapped should no longer be present since they were found in the file upon read. I hope this clarifies things! |
Hi, Lizzie, |
You're welcome! |
Hello, (I am confused because with the multirun option, there was a condition if cap_restart exists for example to update the dates automatically. But in my case I already know the new starting date and the restart file I want to use. ) |
@mtsivlidou Hope this will help. Best, |
Hello,
I am working on a multirun test in GCHP (V13.0) to fix my problem similar to https://github.com/geoschem/geos-chem/issues/566#issue-759764207, my similar problem came out because I turn on the METEOROLOGY of the main switches of HEMCO_Config.rc file, and I still don't know why (this is my single run log file)
gchp.log.201901_met.txt
Besides, inspired by that discussion, I tried the multirun of GCHP. Here is my new issue, I couldn't create cap_restart file after first run and I don't know why, the followings are my log files of multirun
run_2205236.out.txt
run_2205236.err.txt
and run script gchp.multirun.run.txt.
Please tell me if you need other files. Many thanks!
The text was updated successfully, but these errors were encountered: