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

testcase setup failing

inos@bas_ac_uk

Ingrid Cnossen
Member
Hi all,I'm in the process of porting CESM1.0.5 to our local linux cluster, scihub, at the British Antarctic Survey. I can build the model, and it seems to run ok as far as I can tell, but I'm running into problems when I'm trying to set up test cases to check that the port has been successful. Following the recommendations in the user guide, I'm first trying to build test ERS_D.f19_g16.X using "./create_test -testname ERS_D.f19_g16.X.scihub -testid t01", but I get the following error: "Variable name must contain alphanumeric characters. ERROR: testcase_setup failed". I do get a directory "ERS_D.f19_g16.X.scihub.t01" which contains a *.build and *.run script, but there is no *.test script. I haven't been able to figure out where the error is coming from. Can anyone help? Below is some more of the output I get, after I do  "./create_test -testname ERS_D.f19_g16.X.scihub  -testid t01" in case it helps.Thanks!Ingrid------Setting up the following test:
testcase: ERS_D
grid: f19_g16
compset: X
machine: scihub
testid: t01-------...-------Creating /data/scihub-users/inos/src/CESM/cesm1_0_5/scripts/ERS_D.f19_g16.X.scihub.t01

Locking file /data/scihub-users/inos/src/CESM/cesm1_0_5/scripts/ERS_D.f19_g16.X.scihub.t01/env_case.xml
Successfully created the case for scihub
Generating resolved namelist, prestage, and build scripts
Successfully generated resolved namelist, prestage, and build scripts
Locking file env_conf.xml
Generating clean_build script
Generating submit script
Generating build script
Generating run script
Variable name must contain alphanumeric characters.
Locking file env_mach_pes.xml
Successfully configured the case for scihub
If an old build exists for this case, you might want to
run the *.clean_build script before building
Variable name must contain alphanumeric characters.
ERROR: testcase_setup failed
 

inos@bas_ac_uk

Ingrid Cnossen
Member
I finally figured out what the problem was. The batch system on scihub, our local cluster, is SGE. Therefore in mkbatch.scihub I had commands of the form:cat >! $CASEROOT/${CASE}.${mach}.run
 
Top