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.
 
Back
Top