E3SM building properly but when executing it is looking for cesm.exe #5038
Replies: 6 comments 2 replies
-
What is the output of ./preview_run in your case directory? |
Beta Was this translation helpful? Give feedback.
-
The output is as follows: CASE INFO: BATCH INFO:
|
Beta Was this translation helpful? Give feedback.
-
What is the environment variable CIME_MODEL set to? Also which version of the E3SM is this? (git hash) |
Beta Was this translation helpful? Give feedback.
-
I have used the following code to download E3SM. I think I am using v2. git clone [email protected]:E3SM-Project/E3SM.git /net/fs05/d1/sandeepc/e3sm/cases/nst/bld/cmake-bld/CMakeCache.txt:27:CIME_MODEL:UNINITIALIZED=e3sm Could you please let me know where else to check for CIME_model, I have CESM model installed too. |
Beta Was this translation helpful? Give feedback.
-
You may have set it in a .login or .bashrc file. The only thing that makes sense is that CIME_MODEL got redefined between build and submit. |
Beta Was this translation helpful? Give feedback.
-
I am able to identify the issue. In config_machines.xml, the following code is present: <default_run_suffix> The config_machines.xml I was using was copied from the CESM model, hence cesm. I replaced cesm with e3sm in the above code, and it is working now. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Dear Scientist,
I am able to build E3SM successfully by running ./case.build and e3sm.exe file is getting generated.
However, when I run ./cas.submit, the code is looking for cesm.exe. I was able to run the case by just linking ln -sf e3sm.exe cesm.exe. Also, the log file is also generated as cesm.log file.
Could you help me figure out the possible reason for which this is happening?
I have attached the log files.
Thank you.
cesm.log.447643.220519-133726.txt
e3sm.bldlog.220519-165715.txt
lnd.log.447643.220519-133726.txt
run.nst.447643.txt
Beta Was this translation helpful? Give feedback.
All reactions