Hi,
I am a green hand in the global simulation using CLM5. There is an official CTSM tutorial for global simulation (CTSM-Tutorial/notebooks/Day1a_GlobalCase.ipynb at main · NCAR/CTSM-Tutorial). It really helps!
I tried to set up the same case but I came across some issues with the global simulation. Here are the scripts/steps below:
1. Create a new case
./create_newcase --case ~/A_corn_simulation_region/I2000_CTSM_singlept_region_test_3 --res f45_g37 --compset I2000Clm51FatesSpRsGs --project UIUC0025 --run-unsupported
2. Set up a case and build the executable
./case.setup
./xmlchange MPILIB=mpi-serial
qcmd -- ./case.build
3. Submit the run
./xmlchange STOP_OPTION=nyears
./xmlchange STOP_N=1
./xmlchange DATM_YR_ALIGN=2000
./xmlchange DATM_YR_START=2000
./xmlchange DATM_YR_END=2001
4. Submit the case
./case.submit
Unlike the successful case in the tutorial, however, I noticed that my simulation failed. It shows: "
2023-08-27 14:50:30: model execution error
ERROR: Command: ' /glade/scratch/mengqij/I2000_CTSM_singlept_region_test_3/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed with error '' from dir '/glade/scratch/mengqij/I2000_CTSM_singlept_region_test_3/run'
---------------------------------------------------
2023-08-27 14:50:30: case.run error
ERROR: RUN FAIL: Command ' /glade/scratch/mengqij/I2000_CTSM_singlept_region_test_3/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed
See log file for details: /glade/scratch/mengqij/I2000_CTSM_singlept_region_test_3/run/cesm.log.2906708.chadmin1.ib0.cheyenne.ucar.edu.230827-145024
---------------------------------------------------"
Thus, I checked the log files but I am still confused. Could anyone give some input on that? Thanks! For your review, I also attached some key files including env_build.xml, env_run.xml, and cesm.bldlog.230827-142548.
I am a green hand in the global simulation using CLM5. There is an official CTSM tutorial for global simulation (CTSM-Tutorial/notebooks/Day1a_GlobalCase.ipynb at main · NCAR/CTSM-Tutorial). It really helps!
I tried to set up the same case but I came across some issues with the global simulation. Here are the scripts/steps below:
1. Create a new case
./create_newcase --case ~/A_corn_simulation_region/I2000_CTSM_singlept_region_test_3 --res f45_g37 --compset I2000Clm51FatesSpRsGs --project UIUC0025 --run-unsupported
2. Set up a case and build the executable
./case.setup
./xmlchange MPILIB=mpi-serial
qcmd -- ./case.build
3. Submit the run
./xmlchange STOP_OPTION=nyears
./xmlchange STOP_N=1
./xmlchange DATM_YR_ALIGN=2000
./xmlchange DATM_YR_START=2000
./xmlchange DATM_YR_END=2001
4. Submit the case
./case.submit
Unlike the successful case in the tutorial, however, I noticed that my simulation failed. It shows: "
2023-08-27 14:50:30: model execution error
ERROR: Command: ' /glade/scratch/mengqij/I2000_CTSM_singlept_region_test_3/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed with error '' from dir '/glade/scratch/mengqij/I2000_CTSM_singlept_region_test_3/run'
---------------------------------------------------
2023-08-27 14:50:30: case.run error
ERROR: RUN FAIL: Command ' /glade/scratch/mengqij/I2000_CTSM_singlept_region_test_3/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed
See log file for details: /glade/scratch/mengqij/I2000_CTSM_singlept_region_test_3/run/cesm.log.2906708.chadmin1.ib0.cheyenne.ucar.edu.230827-145024
---------------------------------------------------"
Thus, I checked the log files but I am still confused. Could anyone give some input on that? Thanks! For your review, I also attached some key files including env_build.xml, env_run.xml, and cesm.bldlog.230827-142548.