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

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