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

error create production test - generate baseline undefined -

I create a newcase with the following options:
Code:
./create_newcase -case ~/cesm/enso_v01 -compset B_2000_CAM5 -res 0.9x1.25_gx1v6 -mach ithaca
At this point, I want to test CESM porting to our HPC so we run create production test. But we have the following issue:ajornet@login:~/cesm/enso_v01> ./create_production_test

Creating test enso_v01_ERT
New caseroot directory /home/ajornet/cesm/enso_v01_ERT already exists
GENERATE_BASELINE: Undefined variable.
ajornet@login:~/cesm/enso_v01> ./create_production_test

Creating test enso_v01_ERT
New caseroot directory /home/ajornet/cesm/enso_v01_ERT already exists
GENERATE_BASELINE: Undefined variable.
 
Hello,Was a solution to this problem ever found? I am experiencing the same thing.I can see that the error occurs in testcase_setup.csh, which is called by ./create_production_test after cloning the original case, as it expects the environment variables $GENERATE_BASELINE and $COMPARE_BASELINE to exist. However, I'm not sure where these variables should have been defined - they seem to not be in any of the existing case env_*.xml files.
 
Top