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

JOB WallClock Time gets overridden

tresamt

Tresa Mary
Member
Hi,
I have been trying to port CESM2 to a new system. There is an issue I am encountering with JOB WallClock Time.
The default and result of ./xmlquery JOB_WALLCLOCK_TIME for my case is:

Results in group case.run
JOB_WALLCLOCK_TIME: 96:00:00

Results in group case.st_archive
JOB_WALLCLOCK_TIME: 00:20:00

But once submitted the case is running for only 2hrs.
I tried different values for JOB_WALLCLOCK_TIME in env_batch.xml and env_workflow.xml. However, everytime the model is run only for 2hrs.

I enquired with the system administrator too. It is not a system default value. Any idea of where to look for the issue?
 

jedwards

CSEG and Liaisons
Staff member
What does your env batch.xml look like? There is a script ./preview_run in the case directory which should help
in debugging this issue.
 

tresamt

Tresa Mary
Member
Thank you.
In ./preview_run, I saw that .case.run had the SBATCH scripts and it did not have the time component in it.

So added the time component argument in env_batch.xml and the change happened.
 
Top