Hi Lei,
from my user experience with CESM 1.2.2, you can easily define a custom compset by providing the explicit components list
by looking into config_compsets.xml in <cesmroot>/master/scripts/ccsm_utils/Case.template/config_compsets.xml
For example, B_RCP8.5_CN is an alias for a longer chain of model components:
<COMPSET sname="B_RCP8.5_CN" alias="BRCP85CN" >RCP8_CAM4_CLM40%CN_CICE_POP2_RTM_SGLC_SWAV</COMPSET>
So when creating a user defined compset (use -user_compset instead of -compset ), your F case should report the complete list of components, similarly to the following
$>./create_newcase ... -user_compset RCP8_CAM4_CLM40%CN_CICE%PRES_DOCN%DOM_RTM_SGLC_SWAV
Note that being a user defined compset, some of the automatic setting available for official compset may not be effective,
so carefully check namelist values and input data of your custom case that must correspond to your needs.
Cheers