-
Notifications
You must be signed in to change notification settings - Fork 368
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
CLM setup fails for A_BGCEXP_BCRC_RDCN_2000 compset #1831
Comments
@maltrud, What is the full |
@bishtgautam , here's what i did on edison: ./create_newcase -case ../../A_BGCEXP_BCRC_RDCN_2000_ne30_oEC60to30v3_edison01 -compset A_BGCEXP_BCRC_RDCN_2000 -res ne30np4_oEC60to30v3 -mach edison |
I can reproduce the error. I will now work on a fix for it. |
thanks, @bishtgautam . i figured that since my version was only a few days old, this would still be a problem, but it isn't. i'll make sure to always update in the future before submitting an issue. |
Add valid_lists for some of the *_OPTION entries that lacked them Test suite: scripts_regression_tests Test baseline: Test namelist changes: Test status: bit for bit Fixes #1318 User interface changes?: N Update gh-pages html (Y/N)?:N Code review: jedwards
@maltrud: Can this issue be closed? |
The compset doesn't exist in the master, so won't fix it. |
it appears that changes to CLMBuildNamelist.pm cause failure when setting up fully coupled BGC. the failure didn't occur in the development branch. here is the error message:
ERROR : CLM build-namelist::CLMBuildNamelist::setup_cmdl_methane() : use_lch4 is inconsistent with the commandline setting of -methane
ERROR clm.buildnml: /global/u1/m/maltrud/acme_repo/master_has_BGC_updates_Oct05_2017/components/clm/bld/build-namelist -infile /global/u1/m/maltrud/acme_repo/master_has_BGC_updates_Oct05_2017/A_BGCEXP_BCRC_RDCN_2000_ne30_oEC60to30v3_edison01/Buildconf/clmconf/namelist -csmdata /project/projectdirs/acme/inputdata -inputdata /global/u1/m/maltrud/acme_repo/master_has_BGC_updates_Oct05_2017/A_BGCEXP_BCRC_RDCN_2000_ne30_oEC60to30v3_edison01/Buildconf/clm.input_data_list -ignore_ic_year -namelist " &clm_inparm start_ymd=00010101
the error can easily be averted by adding use_lch4 = .true. in user_nl_clm, but the hope is that it would be set automatically (as it apparently was in the development branch) when using create_newcase.
The text was updated successfully, but these errors were encountered: