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

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