Output from CCSM/POP

mirin

New Member
I added write statements in grid.F to logical unit numbers 37,38,97,98 but did not see any output at the end of the run. I duplicated the same printouts to standard out and the information appeared in the ocn.log file. This leads me to wonder if POP is automatically suppressing output to other logical unit numbers unless something is done first.
 

njn01

Member
Art,

Try looking in the $EXEROOT/all directory.

A CCSM file might appear in either the $EXEROOT/all or $EXEROOT/$component
directory, depending on the point in time at which you first started writing to the unit number.

In general, the best way around this problem is to explicitly open a unit and connect it to a file with a known path.
 
Back
Top