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 .
./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 .