bug in ocn.iage.setup.csh

bitz@uw_edu

New Member
There is a bug in the first line of
./models/ocn/pop/input_templates/ocn.iage.setup.csh
in the ccsm3_0 code. The line reads
# !/bin/csh -fv
but should read
#! /bin/csh -fv
The space in the wrong place makes the line read as if it were a comment. A user not running csh or tcsh as their login shell may then subsequently have problems.

It appears as though this bug exists in every tagged version of ccsm3_0 (and maybe other versions) within the cseg collections directory .
 

njn01

Member
Thank you for reporting this bug and your correction. I have passed this information along to the people responsible for ccsm3 script development, and the bug should be corrected in future releases.
 
Back
Top