Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Issue while ./case.submit

dharmendraks841

Dharmendra Kumar Singh
Member
Dear cam users.
I am facing the following error message on Cheyenne/tcsh while submitting my case, please look into this.

Submitting job script qsub -v ARGS_FOR_SCRIPT='--resubmit' .case.run

ERROR: Command: 'qsub -v ARGS_FOR_SCRIPT='--resubmit' .case.run' failed with error 'qsub:
ERROR: Your job has been rejected.
You must declare a wallclock time with the -l walltime= directive.

Thanking in advance
Dharmendra
 

peverley

Courtney Peverley
Moderator
Staff member
Hi Dharmendra,

I see you are using case.run. You should instead be using case.submit

If that doesn't resolve the problem, let me know and I will look into this further.

Courtney
 

peverley

Courtney Peverley
Moderator
Staff member
Hi again,

I now see that the .case.run error is appearing when you run ./case.submit. My apologies. Could you respond with your create_newcase command (can be found in replay.sh)

Thanks!
Courtney
 

dharmendraks841

Dharmendra Kumar Singh
Member
Hi again,

I now see that the .case.run error is appearing when you run ./case.submit. My apologies. Could you respond with your create_newcase command (can be found in replay.sh)

Thanks!
Courtney
I am using tcsh on Cheyenne.

Please find the create a new case from replay.sh

#!/bin/bash





set -e





# Created 2022-11-04 11:49:12





CASEDIR="/glade/scratch/dksingh/CASE_contrails"





/glade/scratch/dksingh/CAM/cime/scripts/create_newcase --case "${CASEDIR}" --res f09_f09_mg17 --compset F2000climo --project UIUC0044

For all details from replay .sh you can see below

#!/bin/bash



set -e



# Created 2022-11-04 11:49:12



CASEDIR="/glade/scratch/dksingh/CASE_contrails"



/glade/scratch/dksingh/CAM/cime/scripts/create_newcase --case "${CASEDIR}" --res f09_f09_mg17 --compset F2000climo --project UIUC0044



cd "${CASEDIR}"



./case.setup



./case.build



./case.build



./case.build



./preview_namelists



./preview_namelists



./case.build



./xmlchange --subgroup case.st_archive JOB_WALLCLOCK_TIME=06:00:00



./case.submit



./case.submit



./case.submit



./case.submit



./case.submit



./case.submit



./xmlchange --subgroup case.st_archive JOB_WALLCLOCK_TIME=06:00:00



./case.submit



./case.submit



1,1 Top
 

peverley

Courtney Peverley
Moderator
Staff member
Thanks Dharmendra,

I'm not quite sure what happened and am hoping a clean build will fix it:

Try
./case.setup --reset
./case.build --clean-all
./case.build
./case.submit
 
Top