Skip to content

Commit

Permalink
turn off EN7 for all STIP runs
Browse files Browse the repository at this point in the history
  • Loading branch information
FlaviaTsang committed Nov 10, 2023
1 parent c6126ff commit 5379adf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions model-files/scripts/preprocess/updateTelecommuteConstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
UPDATE_CONSTANT = False
else:
UPDATE_CONSTANT = True
# Rules to determine whether the telecommute constants should be turned on for STIP
if (MODEL_DIR.upper().find("STP") >= 0):
UPDATE_CONSTANT = False
sys.exit(0)


print('MODEL_YEAR = {}'.format(MODEL_YEAR))
print('MODEL_DIR = {}'.format(MODEL_DIR))
Expand Down

0 comments on commit 5379adf

Please sign in to comment.