Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher committed Nov 14, 2023
1 parent 2e72663 commit c7c167b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions admin/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@ def generate_submit():
file.write('#PBS -m e \n')
file.write('#PBS -M romain.beucher@anu.edu.au \n')
file.write('\n')
file.write('module purge \n')
file.write('module load pbs \n')
file.write('\n')
file.write(f'export ESMVAL_USER_CONFIG={config_file}\n')
file.write('module use /g/data/xp65/public/modules\n')
file.write(f'module load {env}\n')
file.write('\n')
Expand Down

0 comments on commit c7c167b

Please sign in to comment.