Setup bug in pop (bfb)

tcraig

Member
# !/bin/csh -fv

needs to be changed to

#!/bin/csh -fv

(remove the space between # and !)

in the directory ...models/pop/ocn/input_templates/ and
files ocn.cfc.setup.csh and ocn.iage.setup.csh in order
for the command to work properly.

This was found in ccsm3_0_brnchT_bgc18, ccsm_pop_1_4_20050629
but may have existed before that. It has been fixed in
ccsm_pop_1_4_20050818.
 

njn01

Member
Thank you for pointing out this problem, Tony.

The error in the ocn.xxx.setup.csh scripts is in the ccsm3.0 release, and could potentially affect users who are running with the extra ocean tracers "iage" or "cfc" enabled.

This error has been corrected in internal NCAR versions, but is not presently available in any patch release.
 
Back
Top