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

Restart file path name in POP

mirin

New Member
I believe I have found a CCSM/POP bug in tavg.F, where it searches the string tavg_outfile_temp, looking for 'hist', to change to 'rest' (around line 1600). I had at first named my historical case Thist, so the file path included the string 'hist'. At restart time, the code erred because it could not find a restart file of the name ..../Trest/ocn/hist/...

I believe that the tavg.F coding spotted the hist in my job name and changed it to rest, rather than the intended hist farther down in the path. I since renamed the job and it ran fine.
 

njn01

Member
mirin said:
I believe I have found a CCSM/POP bug in tavg.F, where it searches the string tavg_outfile_temp, looking for 'hist', to change to 'rest' (around line 1600). I had at first named my historical case Thist, so the file path included the string 'hist'. At restart time, the code erred because it could not find a restart file of the name ..../Trest/ocn/hist/...

I believe that the tavg.F coding spotted the hist in my job name and changed it to rest, rather than the intended hist farther down in the path. I since renamed the job and it ran fine.

Art, you're absolutely right about the source of the problem and the temporary work-around. This isn't likely to be corrected in released CCSM code any time soon, so I recommend your work-around to anyone else who encounters this problem.

In future internal versions of ccsm3 pop and pop2, this problem will be eliminated.
 
Top