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

error when running ./case.submit, reporting a useless suffix: --resubmit

huanhuan

huanhuan
New Member
Hi everyone.

When I execute the command in CESM2.1.3: ./case.submit
It report an error as below.
But, if I submit my simulation using the command: pjsub .case.run
The model can work.
Here, I understand this suffix '--resubmit' is useless, as I do a 'startup' simulation with the resubmit option set to 0 in env_run.xml.
I don't know how can I remove this suffix in the case. submit.
.......
.......
Check case OK
submit_jobs case.run
Submit job case.run
Submitting job script pjsub .case.run --resubmit
ERROR: Command: 'pjsub .case.run --resubmit' failed with error 'pjsub: ERROR: SIM0007: invalid option: `--resubmit'
........

Thanks.
HH
 

huanhuan

huanhuan
New Member
Here is the content defined in config_batch.xml by myself.

<batch_system type="pbs" >
<batch_query args=""></batch_query>
<batch_submit>pjsub</batch_submit>
<queues>
<queue nodemin="1" nodemax="4" default="true">compute_queue_1</queue>
</queues>
</batch_system>


Thanks,
HH
 

jedwards

CSEG and Liaisons
Staff member
apparently the wrapper script you are using (pjsub instead of qsub) is not correctly handling options.
Please contact your system administrators. Submitting the .case.run script directly may miss some important
steps in setting up the case and is highly discouraged.
 
Top