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 report: ccsm_build.csh

Dear all,

I would like to report what seems to be a bug (though minor one) in the building script :
/script/ccsm_utils/Tools/ccsm_build.csh

at line 236 (or so):

Code:
if !(-f $CASEROOT/Buildexe/Macors.$OS) then

should be

Code:
if !(-f $CASEROOT/Buildexe/Macros.$OS) then


change Macors to Macros.

It has implications only for those of you who wants to have a copy of the Macros file in the CASE directory...

Best Regards
Xavier
 
Top