| 1 | = Central Ancillary Program = |
| 2 | |
| 3 | The Central Ancillary Program (CAP) is installed on ARCHER. You can find the executables and scripts under $UMDIR on ARCHER. The scientific and technical guides can be found on the [https://code.metoffice.gov.uk/doc/ancil Met Office Science Repository] |
| 4 | |
| 5 | The CAP is controlled by two scripts CAP_interface and run_ancil.pbs. Copy these to a directory on ARCHER. You only need to edit the run_ancil.pbs script to define the domain and parameters for various ancillary files. |
| 6 | |
| 7 | This allows you to create the ancillaries one by one in the order defined by run_ancil.pbs. To create the land/sea mask, just remove the comments from that section in run_ancil.pbs. When ready, just |
| 8 | |
| 9 | {{{ |
| 10 | qsub run_ancil.pbs |
| 11 | }}} |
| 12 | |
| 13 | When the land/sea mask is created, check it carefully and then put the comments back and remove the comments from the orography section and repeat. |
| 14 | |
| 15 | |
| 16 | |