As I said I am working on CLM, and the tools/site_and_regional are in the CTSM not CLM.
in The CLM code, has a direction that includes " tools":
cd / glade/work/jteymoori/code_cesm/my_cesm_code/cime/tools
tools> : configure cprnc load_balancing_tool MakeRedsky.sh mapping Readme.configure statistical_ensemble_test utils ChangeLog_template config doc LICENSE.TXT scripts tools
It does not include site_and_regional
but in the CTSM it has a direction which is including " tools":
cd / glade/work/jteymoori/code_ctsm/CTSM/tools
tools> : contrib mkmapgrids mksurfdata_map ncl_scripts README.filecopies site_and_regional mkmapdata mkprocdata_map modify_input_files README README.testing
In this situation, must I first run the CTSM, select the specific region by site_and_regional, and finally link it to CLM?
If it is true, how do I do it?