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

Small gap if compiling for generic_linux on ccsm 3.0.1 beta14.

if you begin compiling for this architecture, you will promptly be presented with a error on the first configure (after create_newcase), complaining about a 'env_run.anchorage' not being found. It is obvious as you are on generic_linux not anchorage architecture (I figured it out cause anchorage was listed in 'generate_newcase -help').

Then just edit $CCSM_ROOT/scrips/ccsm_utils/Machines/batch.linux.generic_linux file, being known that $CCSM_ROOT is the root directory of CCSM package (/something/to/ccsm3_0_1_beta14/).

The third line, where you read:
mach = anchorage

Make it
mach = generic_linux

I'd say a better solution would be to use ${MACH} instead of generic_linux as it would work if you renamed it to fit another architecture, but this would only be useful for who is going to fix it on the official branch, that is distributed on the ESG website.

Hope it helps! :)
 
Top