| 66 | |
| 67 | == Creating and debugging the run scripts == |
| 68 | 1. Back in CDB_ROOT_DIR/driver, execute the debuggable CDB driver: |
| 69 | {{{ |
| 70 | ./driver.sh -D tas_zonal |
| 71 | }}} |
| 72 | |
| 73 | 2. The driver indicates the location of the run scripts. Go to that directory and simply execute one of the script, i.e.: |
| 74 | {{{ |
| 75 | bash tas_zonal_IPSL,IPSL-CM5A-LR:r1i1p1_r1i1p1_historical:1965,1970 |
| 76 | }}} |
| 77 | |
| 78 | 3. The job can be monitored from STDOUT, STDERR and from the temporary directory CDB_TEMP_DIR/$USER.pid , where "pid" is the process id of the run script. |
| 79 | |
| 80 | 4. The output is found in CDB_OUT_DIR/tas_zonal |
| 81 | {{{ |
| 82 | ls $CDB_OUT_DIR/tas_zonal |
| 83 | |
| 84 | in/ |
| 85 | tas_zonal_IPSL-CM5A-LR_historical_1965_1970_r1i1p1.daily |
| 86 | tas_zonal_IPSL-CM5A-LR_historical_1965_1970_r1i1p1.monthly |
| 87 | }}} |
| 88 | The in/ directory contains the variables that were requested to be output with the ESG naming convention. The other files are the diagnostics output. |