Skip to content

Commit

Permalink
add option CHARGE_ACCOUNT to charge compute time to if different from…
Browse files Browse the repository at this point in the history
… PROJECT

This option can be set by environment variable or in config_machines.xml
Helpful because PROJECT can be used for directory names that don't match
the name of the charge account.
  • Loading branch information
sarich committed Aug 15, 2017
1 parent f825ace commit c7c1959
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2608,6 +2608,14 @@
<desc>project for project-sensitive build and run paths, and job scripts</desc>
</entry>

<entry id="CHARGE_ACCOUNT">
<type>char</type>
<default_value></default_value>
<group>job_submission</group>
<file>env_batch.xml</file>
<desc>project to charge in scripts if different from PROJECT</desc>
</entry>

<entry id="MODEL_VERSION">
<type>char</type>
<default_value>unknown</default_value>
Expand Down

0 comments on commit c7c1959

Please sign in to comment.