Hello All,
I am running a year long simulation over on CESM 2.1.3
However I face a few issues when I submit,
These have been my steps:
Step 1
/glade/work/[username]/my_cesm_sandbox/cime/scripts
Step 2
./create_newcase --case ~/CEDS2015 --compset FCSD --res f09_g17 —mach cheyenne --project [Project Number] --run-unsupported
Step 3 ~/CEDS2015
./xmlchange RUN_STARTDATE=2014-01-01
./xmlchange STOP_OPTION=nyears
./xmlchange STOP_N=1
./xmlchange RESUBMIT=1
qcmd -- ./case.build
In my script directory I used the following script:
I edited the user_nl_cam file:
In the script directory I use this command
qsub run_CAM_script.sh
It ran for 12 hours however when I check CaseStatus
vi CaseStatus
I received this error:
I would like to know what I could do to avoid this ERROR in the future?
Thank You,
I am running a year long simulation over on CESM 2.1.3
However I face a few issues when I submit,
These have been my steps:
Step 1
/glade/work/[username]/my_cesm_sandbox/cime/scripts
Step 2
./create_newcase --case ~/CEDS2015 --compset FCSD --res f09_g17 —mach cheyenne --project [Project Number] --run-unsupported
Step 3 ~/CEDS2015
./xmlchange RUN_STARTDATE=2014-01-01
./xmlchange STOP_OPTION=nyears
./xmlchange STOP_N=1
./xmlchange RESUBMIT=1
qcmd -- ./case.build
In my script directory I used the following script:
#!/bin/bash
### Job Name
#PBS -N CEDS2015:q!
### project code
#PBS -A [Project Number]
### queue
#PBS -q economy
### set walltime
#PBS -l walltime=12:00:00
#PBS -l select=32:ncpus=36:mpiprocs=36
#Send email on abort, begin and end
#PBS -m abe
###Specify mail recipient
#PBS -M *******.edu
###-----------------
### Go to the running directory
###-----------------
cd /glade/u/home/[username]/[CaseFile]
###--------------
#### submit job
###--------------
./case.submit > ./run.log
### Job Name
#PBS -N CEDS2015:q!
### project code
#PBS -A [Project Number]
### queue
#PBS -q economy
### set walltime
#PBS -l walltime=12:00:00
#PBS -l select=32:ncpus=36:mpiprocs=36
#Send email on abort, begin and end
#PBS -m abe
###Specify mail recipient
#PBS -M *******.edu
###-----------------
### Go to the running directory
###-----------------
cd /glade/u/home/[username]/[CaseFile]
###--------------
#### submit job
###--------------
./case.submit > ./run.log
I edited the user_nl_cam file:
Edit Met_Data_File
! Users should add all user specific namelist changes below in the form of
! namelist_var = new_namelist_value
&metdata_nl
met_data_file = '2014/MERRA2_0.9x1.25_20140101.nc'
/
! Users should add all user specific namelist changes below in the form of
! namelist_var = new_namelist_value
&metdata_nl
met_data_file = '2014/MERRA2_0.9x1.25_20140101.nc'
/
In the script directory I use this command
qsub run_CAM_script.sh
It ran for 12 hours however when I check CaseStatus
vi CaseStatus
I received this error:
ERROR: RUN FAIL: Command 'mpiexec_mpt -p "%g:" -np 384 omplace -tm open64 /glade/scratch/hsalah/CEDS2015/bld/cesm.exe >> cesm.log.$LID 2>&1 ' failed
See log file for details: /glade/scratch/hsalah/CEDS2015/run/cesm.log.6894279.chadmin1.ib0.cheyenne.ucar.edu.210305-215921
I would like to know what I could do to avoid this ERROR in the future?
Thank You,