Thursday, December 2, 2010

Notes

It is also necessary to edit cam1/models/atm/cam/src/control

to replace
       read (5,camexp,iostat=ierr)
with
     open(16,file='PATH_TO_FILE')
read(16, camexp)
close(16)
because we can't read from stdin on ranger nodes (before doing the make of course)

And similarly for the land model.

Also, restart files turn out NOT to be portable.

No comments:

Post a Comment