Hi Montasir,
Thanks for the clarification! To see how many core-hours you used for an already-run case, look for a "timing" sub-directory inside the case directory.
There you should see text file(s) labeled
cesm_timing.<case_name>.XXX
, where
<case_name>
is the name of the case, and
XXX
is additional information like the machine you ran on and the date it was run. There should be one file for each time the model was run (i.e. one file for your first submission, and additional files for every re-submission).
In those files you should see an entry labeled
total pes active
, which is the number of cores you requested, and then three entries below that labeled:
Init Time:
Run Time:
Final Time:
If you sum those three numbers it will give you the total run time in seconds. Thus converting to hours and then multiplying by the number of cores will give you the number of core-hours for that particular run. Finally, summing those core-hours over every case submission will give you the total number of core-hours used by that particular case.
Please note that although that is the "real" number of core-hours, you may end up getting charged more or less depending on which queue you submitted your run to. If you are on cheyenne you can find the queue info using the link in my first reply.
Anyways, I hope that helps, and if you still have any questions or concerns please let us know.
Thanks, and have a great day!
Jesse