<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://oldwiki.scinet.utoronto.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pjk</id>
	<title>oldwiki.scinet.utoronto.ca - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://oldwiki.scinet.utoronto.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pjk"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.scinet.utoronto.ca/index.php/Special:Contributions/Pjk"/>
	<updated>2026-05-28T09:07:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.12</generator>
	<entry>
		<id>https://oldwiki.scinet.utoronto.ca/index.php?title=Talk:Installing_CCSM4&amp;diff=2111</id>
		<title>Talk:Installing CCSM4</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.scinet.utoronto.ca/index.php?title=Talk:Installing_CCSM4&amp;diff=2111"/>
		<updated>2010-10-14T21:51:29Z</updated>

		<summary type="html">&lt;p&gt;Pjk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''If I wish to set up my own CCSM repository for different compsets, what are the required edits to Macros.tcs, etc.?&lt;br /&gt;
'''&lt;br /&gt;
&lt;br /&gt;
The compsets are specified when you are setting up a specific simulation, and are hard coded into the source. If by this you mean that you would like to create your own specific compsets other than those provided by NCAR.&lt;br /&gt;
Then either:&lt;br /&gt;
1) you would create your own CCSM code repository and then edit the file ''config_compsets.xml'' in:&lt;br /&gt;
$CCSM_SRC_DIR/scripts/ccsm_utils/Case.template&lt;br /&gt;
In this file you would add a compset e.g:&lt;br /&gt;
  &amp;lt;compset NAME=&amp;quot;B_2000_CO2_400ppmv&amp;quot; SHORTNAME=&amp;quot;B_CO2400&amp;quot;&lt;br /&gt;
         DESC=&amp;quot;All active components, present day&amp;quot;&lt;br /&gt;
         COMP_ATM=&amp;quot;cam&amp;quot; COMP_LND=&amp;quot;clm&amp;quot; COMP_ICE=&amp;quot;cice&amp;quot; COMP_OCN=&amp;quot;pop2&amp;quot; COMP_GLC=&amp;quot;sglc&amp;quot;&lt;br /&gt;
         CCSM_CCOST=&amp;quot;0&amp;quot;&lt;br /&gt;
         CCSM_CO2_PPMV=&amp;quot;400.0&amp;quot;&lt;br /&gt;
         CCSM_BGC=&amp;quot;CO2A&amp;quot;&lt;br /&gt;
         CAM_CONFIG_OPTS=&amp;quot;-phys cam4&amp;quot;&lt;br /&gt;
         CLM_NML_USE_CASE=&amp;quot;2000_control&amp;quot; &lt;br /&gt;
         CLM_CO2_TYPE=&amp;quot;diagnostic&amp;quot;&lt;br /&gt;
         BUDGETS=&amp;quot;TRUE&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
2)&lt;br /&gt;
&lt;br /&gt;
Create a file b_2000_co2_400.xml with the following contents above:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;compset NAME=&amp;quot;B_2000_CO2_400ppmv&amp;quot; SHORTNAME=&amp;quot;B_CO2400&amp;quot;&lt;br /&gt;
         DESC=&amp;quot;All active components, present day&amp;quot;&lt;br /&gt;
         COMP_ATM=&amp;quot;cam&amp;quot; COMP_LND=&amp;quot;clm&amp;quot; COMP_ICE=&amp;quot;cice&amp;quot; COMP_OCN=&amp;quot;pop2&amp;quot; COMP_GLC=&amp;quot;sglc&amp;quot;&lt;br /&gt;
         CCSM_CCOST=&amp;quot;0&amp;quot;&lt;br /&gt;
         CCSM_CO2_PPMV=&amp;quot;400.0&amp;quot;&lt;br /&gt;
         CCSM_BGC=&amp;quot;CO2A&amp;quot;&lt;br /&gt;
         CAM_CONFIG_OPTS=&amp;quot;-phys cam4&amp;quot;&lt;br /&gt;
         CLM_NML_USE_CASE=&amp;quot;2000_control&amp;quot; &lt;br /&gt;
         CLM_CO2_TYPE=&amp;quot;diagnostic&amp;quot;&lt;br /&gt;
         BUDGETS=&amp;quot;TRUE&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
and then when you create_newcase, you invoke the following additional argument&lt;br /&gt;
&lt;br /&gt;
   create_newcase -compset_file &amp;lt;path&amp;gt;/b_2000_co2_400.xml &lt;br /&gt;
&lt;br /&gt;
where &amp;lt;path&amp;gt; is the pathname where the xml file resides.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Thanks, that's helpful. My original question was aiming at something simpler but it was not clear. I was asking for a summary of the changes to the files in the .../Machines directory in order to carry out the original port to the scinet systems, so someone could repeat these steps at a future date. In the wiki post you mention editing the files but not how the files should be edited.&lt;br /&gt;
'''&lt;br /&gt;
--[[User:Pjk|Paul Kushner]] 17:45, 14 October 2010 (EDT)&lt;br /&gt;
&lt;br /&gt;
I will attempt to partly answer this question. Right now, it looks like the latest versions of these files are found in &lt;br /&gt;
&lt;br /&gt;
/project/ccsm4_0_current/scripts/ccsm_utils/Machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The files to change appear to be&lt;br /&gt;
&lt;br /&gt;
For tcs&lt;br /&gt;
# config_machines.xml&lt;br /&gt;
# mkbatch.tcs&lt;br /&gt;
# Macros.tcs&lt;br /&gt;
# env_machopts.tcs&lt;br /&gt;
&lt;br /&gt;
For gpc&lt;br /&gt;
# config_machines.xml&lt;br /&gt;
# mkbatch.gpc&lt;br /&gt;
# Macros.gpc&lt;br /&gt;
# env_machopts.gpc&lt;br /&gt;
&lt;br /&gt;
For reference, these files are bundled here; these are the files found in ccsm_4_0_current today (2010_10_14) :&lt;br /&gt;
[[File:ccsm_files-scinet-2010_10_14.tgz]]&lt;br /&gt;
&lt;br /&gt;
It would be useful if these files could be updated as necessary as CESM and the scinet system changes.&lt;br /&gt;
--[[User:Pjk|Paul Kushner]] 17:45, 14 October 2010 (EDT)&lt;/div&gt;</summary>
		<author><name>Pjk</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.scinet.utoronto.ca/index.php?title=Talk:Installing_CCSM4&amp;diff=2110</id>
		<title>Talk:Installing CCSM4</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.scinet.utoronto.ca/index.php?title=Talk:Installing_CCSM4&amp;diff=2110"/>
		<updated>2010-10-14T21:49:15Z</updated>

		<summary type="html">&lt;p&gt;Pjk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''If I wish to set up my own CCSM repository for different compsets, what are the required edits to Macros.tcs, etc.?&lt;br /&gt;
'''&lt;br /&gt;
&lt;br /&gt;
The compsets are specified when you are setting up a specific simulation, and are hard coded into the source. If by this you mean that you would like to create your own specific compsets other than those provided by NCAR.&lt;br /&gt;
Then either:&lt;br /&gt;
1) you would create your own CCSM code repository and then edit the file ''config_compsets.xml'' in:&lt;br /&gt;
$CCSM_SRC_DIR/scripts/ccsm_utils/Case.template&lt;br /&gt;
In this file you would add a compset e.g:&lt;br /&gt;
  &amp;lt;compset NAME=&amp;quot;B_2000_CO2_400ppmv&amp;quot; SHORTNAME=&amp;quot;B_CO2400&amp;quot;&lt;br /&gt;
         DESC=&amp;quot;All active components, present day&amp;quot;&lt;br /&gt;
         COMP_ATM=&amp;quot;cam&amp;quot; COMP_LND=&amp;quot;clm&amp;quot; COMP_ICE=&amp;quot;cice&amp;quot; COMP_OCN=&amp;quot;pop2&amp;quot; COMP_GLC=&amp;quot;sglc&amp;quot;&lt;br /&gt;
         CCSM_CCOST=&amp;quot;0&amp;quot;&lt;br /&gt;
         CCSM_CO2_PPMV=&amp;quot;400.0&amp;quot;&lt;br /&gt;
         CCSM_BGC=&amp;quot;CO2A&amp;quot;&lt;br /&gt;
         CAM_CONFIG_OPTS=&amp;quot;-phys cam4&amp;quot;&lt;br /&gt;
         CLM_NML_USE_CASE=&amp;quot;2000_control&amp;quot; &lt;br /&gt;
         CLM_CO2_TYPE=&amp;quot;diagnostic&amp;quot;&lt;br /&gt;
         BUDGETS=&amp;quot;TRUE&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
2)&lt;br /&gt;
&lt;br /&gt;
Create a file b_2000_co2_400.xml with the following contents above:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;compset NAME=&amp;quot;B_2000_CO2_400ppmv&amp;quot; SHORTNAME=&amp;quot;B_CO2400&amp;quot;&lt;br /&gt;
         DESC=&amp;quot;All active components, present day&amp;quot;&lt;br /&gt;
         COMP_ATM=&amp;quot;cam&amp;quot; COMP_LND=&amp;quot;clm&amp;quot; COMP_ICE=&amp;quot;cice&amp;quot; COMP_OCN=&amp;quot;pop2&amp;quot; COMP_GLC=&amp;quot;sglc&amp;quot;&lt;br /&gt;
         CCSM_CCOST=&amp;quot;0&amp;quot;&lt;br /&gt;
         CCSM_CO2_PPMV=&amp;quot;400.0&amp;quot;&lt;br /&gt;
         CCSM_BGC=&amp;quot;CO2A&amp;quot;&lt;br /&gt;
         CAM_CONFIG_OPTS=&amp;quot;-phys cam4&amp;quot;&lt;br /&gt;
         CLM_NML_USE_CASE=&amp;quot;2000_control&amp;quot; &lt;br /&gt;
         CLM_CO2_TYPE=&amp;quot;diagnostic&amp;quot;&lt;br /&gt;
         BUDGETS=&amp;quot;TRUE&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
and then when you create_newcase, you invoke the following additional argument&lt;br /&gt;
&lt;br /&gt;
   create_newcase -compset_file &amp;lt;path&amp;gt;/b_2000_co2_400.xml &lt;br /&gt;
&lt;br /&gt;
where &amp;lt;path&amp;gt; is the pathname where the xml file resides.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Thanks, that's helpful. My original question was aiming at something simpler but it was not clear. I was asking for a run-down on the changes to the files in the .../Machines directory in order to carry out the original port. In the wiki post you mention editing the files but not what you change.&lt;br /&gt;
'''&lt;br /&gt;
--[[User:Pjk|Paul Kushner]] 17:45, 14 October 2010 (EDT)&lt;br /&gt;
&lt;br /&gt;
I will attempt to partly answer this question. Right now, it looks like the latest versions of these files are found in &lt;br /&gt;
&lt;br /&gt;
/project/ccsm4_0_current/scripts/ccsm_utils/Machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The files to change appear to be&lt;br /&gt;
&lt;br /&gt;
For tcs&lt;br /&gt;
# config_machines.xml&lt;br /&gt;
# mkbatch.tcs&lt;br /&gt;
# Macros.tcs&lt;br /&gt;
# env_machopts.tcs&lt;br /&gt;
&lt;br /&gt;
For gpc&lt;br /&gt;
# config_machines.xml&lt;br /&gt;
# mkbatch.gpc&lt;br /&gt;
# Macros.gpc&lt;br /&gt;
# env_machopts.gpc&lt;br /&gt;
&lt;br /&gt;
For reference, these files are bundled here for today (2010_10_14) :[[File:ccsm_files-scinet-2010_10_14.tgz]]&lt;br /&gt;
&lt;br /&gt;
It would be useful if these files could be updated as necessary as CESM and the scinet system changes.&lt;br /&gt;
--[[User:Pjk|Paul Kushner]] 17:45, 14 October 2010 (EDT)&lt;/div&gt;</summary>
		<author><name>Pjk</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.scinet.utoronto.ca/index.php?title=Talk:Installing_CCSM4&amp;diff=2109</id>
		<title>Talk:Installing CCSM4</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.scinet.utoronto.ca/index.php?title=Talk:Installing_CCSM4&amp;diff=2109"/>
		<updated>2010-10-14T21:48:01Z</updated>

		<summary type="html">&lt;p&gt;Pjk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''If I wish to set up my own CCSM repository for different compsets, what are the required edits to Macros.tcs, etc.?&lt;br /&gt;
'''&lt;br /&gt;
&lt;br /&gt;
The compsets are specified when you are setting up a specific simulation, and are hard coded into the source. If by this you mean that you would like to create your own specific compsets other than those provided by NCAR.&lt;br /&gt;
Then either:&lt;br /&gt;
1) you would create your own CCSM code repository and then edit the file ''config_compsets.xml'' in:&lt;br /&gt;
$CCSM_SRC_DIR/scripts/ccsm_utils/Case.template&lt;br /&gt;
In this file you would add a compset e.g:&lt;br /&gt;
  &amp;lt;compset NAME=&amp;quot;B_2000_CO2_400ppmv&amp;quot; SHORTNAME=&amp;quot;B_CO2400&amp;quot;&lt;br /&gt;
         DESC=&amp;quot;All active components, present day&amp;quot;&lt;br /&gt;
         COMP_ATM=&amp;quot;cam&amp;quot; COMP_LND=&amp;quot;clm&amp;quot; COMP_ICE=&amp;quot;cice&amp;quot; COMP_OCN=&amp;quot;pop2&amp;quot; COMP_GLC=&amp;quot;sglc&amp;quot;&lt;br /&gt;
         CCSM_CCOST=&amp;quot;0&amp;quot;&lt;br /&gt;
         CCSM_CO2_PPMV=&amp;quot;400.0&amp;quot;&lt;br /&gt;
         CCSM_BGC=&amp;quot;CO2A&amp;quot;&lt;br /&gt;
         CAM_CONFIG_OPTS=&amp;quot;-phys cam4&amp;quot;&lt;br /&gt;
         CLM_NML_USE_CASE=&amp;quot;2000_control&amp;quot; &lt;br /&gt;
         CLM_CO2_TYPE=&amp;quot;diagnostic&amp;quot;&lt;br /&gt;
         BUDGETS=&amp;quot;TRUE&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
2)&lt;br /&gt;
&lt;br /&gt;
Create a file b_2000_co2_400.xml with the following contents above:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;compset NAME=&amp;quot;B_2000_CO2_400ppmv&amp;quot; SHORTNAME=&amp;quot;B_CO2400&amp;quot;&lt;br /&gt;
         DESC=&amp;quot;All active components, present day&amp;quot;&lt;br /&gt;
         COMP_ATM=&amp;quot;cam&amp;quot; COMP_LND=&amp;quot;clm&amp;quot; COMP_ICE=&amp;quot;cice&amp;quot; COMP_OCN=&amp;quot;pop2&amp;quot; COMP_GLC=&amp;quot;sglc&amp;quot;&lt;br /&gt;
         CCSM_CCOST=&amp;quot;0&amp;quot;&lt;br /&gt;
         CCSM_CO2_PPMV=&amp;quot;400.0&amp;quot;&lt;br /&gt;
         CCSM_BGC=&amp;quot;CO2A&amp;quot;&lt;br /&gt;
         CAM_CONFIG_OPTS=&amp;quot;-phys cam4&amp;quot;&lt;br /&gt;
         CLM_NML_USE_CASE=&amp;quot;2000_control&amp;quot; &lt;br /&gt;
         CLM_CO2_TYPE=&amp;quot;diagnostic&amp;quot;&lt;br /&gt;
         BUDGETS=&amp;quot;TRUE&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
and then when you create_newcase, you invoke the following additional argument&lt;br /&gt;
&lt;br /&gt;
   create_newcase -compset_file &amp;lt;path&amp;gt;/b_2000_co2_400.xml &lt;br /&gt;
&lt;br /&gt;
where &amp;lt;path&amp;gt; is the pathname where the xml file resides.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Thanks, that's helpful. My original question was aiming at something simpler but it was not clear. I was asking for a run-down on the changes to the files in the .../Machines directory in order to carry out the original port. In the wiki post you mention editing the files but not what you change.&lt;br /&gt;
'''&lt;br /&gt;
--[[User:Pjk|Paul Kushner]] 17:45, 14 October 2010 (EDT)&lt;br /&gt;
&lt;br /&gt;
I will attempt to partly answer this question. Right now, it looks like the latest versions of these files are found in &lt;br /&gt;
&lt;br /&gt;
/project/ccsm4_0_current/scripts/ccsm_utils/Machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The files to change appear to be&lt;br /&gt;
&lt;br /&gt;
#For tcs&lt;br /&gt;
## config_machines.xml&lt;br /&gt;
## mkbatch.tcs&lt;br /&gt;
## Macros.tcs&lt;br /&gt;
## env_machopts.tcs&lt;br /&gt;
&lt;br /&gt;
#For gpc&lt;br /&gt;
## config_machines.xml&lt;br /&gt;
## mkbatch.gpc&lt;br /&gt;
## Macros.gpc&lt;br /&gt;
## env_machopts.gpc&lt;br /&gt;
&lt;br /&gt;
For reference, these files are bundled here for today (2010_10_14) :[[File:ccsm_files-scinet-2010_10_14.tgz]]&lt;br /&gt;
&lt;br /&gt;
It would be useful if these files could be updated as necessary as CESM and the scinet system changes.&lt;br /&gt;
--[[User:Pjk|Paul Kushner]] 17:45, 14 October 2010 (EDT)&lt;/div&gt;</summary>
		<author><name>Pjk</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.scinet.utoronto.ca/index.php?title=Talk:Installing_CCSM4&amp;diff=2108</id>
		<title>Talk:Installing CCSM4</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.scinet.utoronto.ca/index.php?title=Talk:Installing_CCSM4&amp;diff=2108"/>
		<updated>2010-10-14T21:45:11Z</updated>

		<summary type="html">&lt;p&gt;Pjk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''If I wish to set up my own CCSM repository for different compsets, what are the required edits to Macros.tcs, etc.?&lt;br /&gt;
'''&lt;br /&gt;
&lt;br /&gt;
The compsets are specified when you are setting up a specific simulation, and are hard coded into the source. If by this you mean that you would like to create your own specific compsets other than those provided by NCAR.&lt;br /&gt;
Then either:&lt;br /&gt;
1) you would create your own CCSM code repository and then edit the file ''config_compsets.xml'' in:&lt;br /&gt;
$CCSM_SRC_DIR/scripts/ccsm_utils/Case.template&lt;br /&gt;
In this file you would add a compset e.g:&lt;br /&gt;
  &amp;lt;compset NAME=&amp;quot;B_2000_CO2_400ppmv&amp;quot; SHORTNAME=&amp;quot;B_CO2400&amp;quot;&lt;br /&gt;
         DESC=&amp;quot;All active components, present day&amp;quot;&lt;br /&gt;
         COMP_ATM=&amp;quot;cam&amp;quot; COMP_LND=&amp;quot;clm&amp;quot; COMP_ICE=&amp;quot;cice&amp;quot; COMP_OCN=&amp;quot;pop2&amp;quot; COMP_GLC=&amp;quot;sglc&amp;quot;&lt;br /&gt;
         CCSM_CCOST=&amp;quot;0&amp;quot;&lt;br /&gt;
         CCSM_CO2_PPMV=&amp;quot;400.0&amp;quot;&lt;br /&gt;
         CCSM_BGC=&amp;quot;CO2A&amp;quot;&lt;br /&gt;
         CAM_CONFIG_OPTS=&amp;quot;-phys cam4&amp;quot;&lt;br /&gt;
         CLM_NML_USE_CASE=&amp;quot;2000_control&amp;quot; &lt;br /&gt;
         CLM_CO2_TYPE=&amp;quot;diagnostic&amp;quot;&lt;br /&gt;
         BUDGETS=&amp;quot;TRUE&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
2)&lt;br /&gt;
&lt;br /&gt;
Create a file b_2000_co2_400.xml with the following contents above:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;compset NAME=&amp;quot;B_2000_CO2_400ppmv&amp;quot; SHORTNAME=&amp;quot;B_CO2400&amp;quot;&lt;br /&gt;
         DESC=&amp;quot;All active components, present day&amp;quot;&lt;br /&gt;
         COMP_ATM=&amp;quot;cam&amp;quot; COMP_LND=&amp;quot;clm&amp;quot; COMP_ICE=&amp;quot;cice&amp;quot; COMP_OCN=&amp;quot;pop2&amp;quot; COMP_GLC=&amp;quot;sglc&amp;quot;&lt;br /&gt;
         CCSM_CCOST=&amp;quot;0&amp;quot;&lt;br /&gt;
         CCSM_CO2_PPMV=&amp;quot;400.0&amp;quot;&lt;br /&gt;
         CCSM_BGC=&amp;quot;CO2A&amp;quot;&lt;br /&gt;
         CAM_CONFIG_OPTS=&amp;quot;-phys cam4&amp;quot;&lt;br /&gt;
         CLM_NML_USE_CASE=&amp;quot;2000_control&amp;quot; &lt;br /&gt;
         CLM_CO2_TYPE=&amp;quot;diagnostic&amp;quot;&lt;br /&gt;
         BUDGETS=&amp;quot;TRUE&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
and then when you create_newcase, you invoke the following additional argument&lt;br /&gt;
&lt;br /&gt;
   create_newcase -compset_file &amp;lt;path&amp;gt;/b_2000_co2_400.xml &lt;br /&gt;
&lt;br /&gt;
where &amp;lt;path&amp;gt; is the pathname where the xml file resides.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Thanks, that's helpful. My original question was aiming at something simpler but it was not clear. I was asking for a run-down on the changes to the files in the .../Machines directory in order to carry out the original port. In the wiki post you mention editing the files but not what you change.&lt;br /&gt;
'''&lt;br /&gt;
--[[User:Pjk|Paul Kushner]] 17:45, 14 October 2010 (EDT)&lt;br /&gt;
&lt;br /&gt;
I will attempt to partly answer this question. Right now, it looks like the latest versions of these files are found in &lt;br /&gt;
&lt;br /&gt;
/project/ccsm4_0_current/scripts/ccsm_utils/Machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The files to change appear to be&lt;br /&gt;
&lt;br /&gt;
For tcs&lt;br /&gt;
1. config_machines.xml&lt;br /&gt;
2. mkbatch.tcs&lt;br /&gt;
3. Macros.tcs&lt;br /&gt;
4. env_machopts.tcs&lt;br /&gt;
&lt;br /&gt;
For gpc&lt;br /&gt;
1. config_machines.xml&lt;br /&gt;
2. mkbatch.gpc&lt;br /&gt;
3. Macros.gpc&lt;br /&gt;
4. env_machopts.gpc&lt;br /&gt;
&lt;br /&gt;
For reference, these files are bundled here for today (2010_10_14) :[[File:ccsm_files-scinet-2010_10_14.tgz]]&lt;br /&gt;
&lt;br /&gt;
It would be useful if these files could be updated as necessary as CESM and the scinet system changes.&lt;br /&gt;
--[[User:Pjk|Paul Kushner]] 17:45, 14 October 2010 (EDT)&lt;/div&gt;</summary>
		<author><name>Pjk</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.scinet.utoronto.ca/index.php?title=File:Ccsm_files-scinet-2010_10_14.tgz&amp;diff=2107</id>
		<title>File:Ccsm files-scinet-2010 10 14.tgz</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.scinet.utoronto.ca/index.php?title=File:Ccsm_files-scinet-2010_10_14.tgz&amp;diff=2107"/>
		<updated>2010-10-14T21:44:45Z</updated>

		<summary type="html">&lt;p&gt;Pjk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pjk</name></author>
	</entry>
	<entry>
		<id>https://oldwiki.scinet.utoronto.ca/index.php?title=Talk:Installing_CCSM4&amp;diff=2100</id>
		<title>Talk:Installing CCSM4</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.scinet.utoronto.ca/index.php?title=Talk:Installing_CCSM4&amp;diff=2100"/>
		<updated>2010-10-14T17:53:10Z</updated>

		<summary type="html">&lt;p&gt;Pjk: Created page with &amp;quot;If I wish to set up my own CCSM repository for different compsets, what are the required edits to Macros.tcs, etc.?&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If I wish to set up my own CCSM repository for different compsets, what are the required edits to Macros.tcs, etc.?&lt;/div&gt;</summary>
		<author><name>Pjk</name></author>
	</entry>
</feed>