Hello,
I am very new to CESM and have been trying to get certain data using the F2000climo compset, ideally focused around the Arctic Circle. I have tried to do this using the commands in the attached Jupyter Notebook (in txtfile format) (I am using the containerized CESM 2.0 release through Docker), which are as followed :
When I run this, it seems to have trouble downloading a few files, but continues to run the simulation for a little while (at least it seems like it, my CPU is maxed out during this time) before giving the following output:
The log file is attached. If anyone would be able to provide me with guidance on how to successfully run the simulation with this compset and resolution, or provide me with a working resolution that would work with this compset, I would immensely appreciate it.
Felix
I am very new to CESM and have been trying to get certain data using the F2000climo compset, ideally focused around the Arctic Circle. I have tried to do this using the commands in the attached Jupyter Notebook (in txtfile format) (I am using the containerized CESM 2.0 release through Docker), which are as followed :
create_newcase --case ~/controlcase13 --compset F2000climo --res f09_f09_mg17 --run-unsupported
cd ~/controlcase13
xmlchange STOP_OPTION=nyears,STOP_N=1
xmlquery STOP_OPTION,STOP_N
case.setup
case.build
case.submit
When I run this, it seems to have trouble downloading a few files, but continues to run the simulation for a little while (at least it seems like it, my CPU is maxed out during this time) before giving the following output:
run command is mpiexec -n 16 /home/user/controlcase13/bld/cesm.exe >> cesm.log.$LID 2>&1
Exception from case_run: ERROR: RUN FAIL: Command 'mpiexec -n 16 /home/user/controlcase13/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed
See log file for details: /home/user/controlcase13/run/cesm.log.240203-083206
Submit job case.st_archive
Starting job script case.st_archive
st_archive starting
moving /home/user/controlcase13/run/atm.log.240203-083206 to /home/user/archive/controlcase13/logs/atm.log.240203-083206
moving /home/user/controlcase13/run/cesm.log.240203-083206 to /home/user/archive/controlcase13/logs/cesm.log.240203-083206
moving /home/user/controlcase13/run/cpl.log.240203-083206 to /home/user/archive/controlcase13/logs/cpl.log.240203-083206
moving /home/user/controlcase13/run/lnd.log.240203-083206 to /home/user/archive/controlcase13/logs/lnd.log.240203-083206
Cannot find a controlcase13.cpl*.r.*.nc file in directory /home/user/controlcase13/run
Archiving history files for cam (atm)
Archiving history files for clm (lnd)
Archiving history files for cice (ice)
Archiving history files for docn (ocn)
Archiving history files for mosart (rof)
Archiving history files for cism (glc)
Archiving history files for drv (cpl)
Archiving history files for dart (esp)
st_archive completed
Submitted job case.run with id None
Submitted job case.st_archive with id None
The log file is attached. If anyone would be able to provide me with guidance on how to successfully run the simulation with this compset and resolution, or provide me with a working resolution that would work with this compset, I would immensely appreciate it.
Felix