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

porting CESM 1.2.0: ./cesm_setup problem

Hello,       I 'm trying to port CESM1_2_0 to a cluster.       I have changed the file called config_machines.xml  ,MACH="linuxintel", and I have added twofiles ,env_mach_specific.linuxintel and mkbatch.linuxintel.        It works  on the cluster, but when I port CESM1_2_0 to another machine, the process of porting is
Code:
<span style="text-align: left; text-transform: none; background-color: #f2f2f2; text-indent: 0px; display: inline !important; font: 12px/19px Tahoma, Arial; white-space: normal; float: none; letter-spacing: normal; color: #434343; word-spacing: 0px; -webkit-text-stroke-width: 0px;">the same, but it has the problem like this:</span>
        ./cesm_setup         .......         set Variable name must begin with a letter.         MODELS: Undefined variable.         ERRO: /gpfshome/wangch/cesm1_2_0/scripts/test/preview_namelists failed: 256         If someone can sovle this problem, could you help me .         Regrads         Kay Yang 
 

jedwards

CSEG and Liaisons
Staff member
You're going to need to dig a bit more, the error "set Variable name"  comes from a csh script, but I can't tell which one could be env_mach_specific or mkbatch.
 
Top