source: TOOLS/CMIP6_FORCING/AER_TROP_EMISSIONS/REGRID/regrid.job @ 3403

Last change on this file since 3403 was 3391, checked in by oboucher, 7 years ago

Current version of regrid scripts for creating aerosol emissions files for CMIP6

File size: 312 bytes
Line 
1#PBS -N process_aerosol
2#PBS -S /bin/bash
3#PBS -q day # there exist: short, day, days3, week...
4#PBS -k eo  # to write the output of stdin
5#PBS -l vmem=10gb   # virtual memory
6#PBS -l mem=10gb
7
8#replace the following line with your own running directory
9cd /home/oboucher/CMIP6/AER_EMISSIONS/REGRID
10
11./regrid.sh
Note: See TracBrowser for help on using the repository browser.