-
Notifications
You must be signed in to change notification settings - Fork 21
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
AM4 run error #28
Comments
@JINYONGKIM88 Which version of AM4 are you using? |
As far as I know, it is AM 4.0. git clone --recursive https://github.com/NOAA-GFDL/AM4.git |
Please copy the diag_table file in AM4/run/diag_table into whatever directory you are trying to run the model in. Let me know if that fixes the issue. If it does, I will update the README. |
Thank you for your answer. I tried copying AM4/run/diag_table and solved the problem. error massages Now, we are turning the total number of cpu to 36. input.nml When running a model, one node works well, but if you use two nodes, the error message above appears. How do I fix it? |
This sounds like a system or job submission problem. I haven't seen this problem running on multiple nodes. The default set up that I've tested uses 14 nodes. |
Thank you for your kind reply. I have the last question. |
@JINYONGKIM88 You can use |
Thank you. :) |
Hello,
I'm having trouble running a model.
It's an error about land_frac,
Can I know how to solve it?
Below is the error message.
FATAL from PE 35: diag_manager_mod::register_static_field: module/output_field land/land_frac AREA measures field NOT found in diag_table. Contact the model liaison.n
[cli_35]: aborting job:
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 35
FATAL from PE 26: diag_manager_mod::register_static_field: module/output_field land/land_frac AREA measures field NOT found in diag_table. Contact the model liaison.n
….
(skip)
Thank you.
The text was updated successfully, but these errors were encountered: