Large size of .err file

Dear experts,

I was trying to estimate dose in various organs in AP position ( the voxel coordinate is at 0, 0,0), there is no geometry error showing, I can submit the run. But the size of .err file is increasing and if I give a run of 1E+8, the size of it is so huge that it is exceeding the disk space. (see the screenshot of .err file).

Can you please guide me what the error is. If any other file is required, please let me know.


source.f (9.3 KB)

Regards,
Riya

Dear Riya,

there is a typo in the source routine:

VMEAM = ONEONE

instead of:

VBEAM = ONEONE

This is likely the cause the problem, but without an input file, I can’t test it.

Cheers,
David

2 Likes

Thank you @horvathd for letting me know about the typo. I corrected it and found out my virtual machine is sometimes creating trouble to get sync with keyboard which are leading to these typos sometimes. I will be more careful next time. I gave some runs after correcting the typo, and now the .err file size is not increasing. Thank you for helping me.

Regards,
Riya