-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PROJECT not resolving on blues during create_newcase #417
Comments
On further investigation, the "bld" and "run" directories are quietly (no message to stdout) created by case.setup. Should create_newcase or case.setup make those? |
@jedwards4b said "case.setup". Then what is create_newcase trying to do with those paths? |
create_newcase is looking to see if they exist and warning the user if they do. I'm looking into why this doesn't resolve now. |
I think that cime is working fine on blues with the exception of printing this warning in create_newcase. |
Look in env_batch for variables not otherwise resolved in case.get_resolved_value Also restore dialogue in create_newcase asking what to do if EXEROOT and RUNDIR already exist. Test suite: scripts_regression_tests Test status: bit for bit Fixes #417 Code review: rljacob
Make PR template questions less prominent
Using the latest master (212b185) I'm getting the following error on Blues:
blogin1[45]: ./create_newcase --case tryX --compset X --res f19_g16 --project ACME
Compset longname is 2000_XATM_XLND_XICE_XOCN_XROF_XGLC_XWAV
Compset specification file is /lcrc/group/earthscience/jacob/cimeESMCI2/scripts/Tools/../../driver_cpl/cime_config/config_compsets.xml
Pes specification file is /lcrc/group/earthscience/jacob/cimeESMCI2/scripts/Tools/../../cime_config/acme/allactive/config_pesall.xml
Not able to fully resolve item '/lcrc/project/$PROJECT/jacob/acme_scratch/tryX/bld'
Not able to fully resolve item '/lcrc/project/$PROJECT/jacob/acme_scratch/tryX/run'
$PROJECT DOES get set in env_batch.xml
The text was updated successfully, but these errors were encountered: