| 90 | |
| 91 | First install a new picontrol_TEST experiment in the `config/IPSLCM6/` directory. |
| 92 | |
| 93 | From this directory execute: |
| 94 | {{{ |
| 95 | cp EXPERIMENTS/IPSLCM/piControl_TEST/config.card . |
| 96 | }}} |
| 97 | |
| 98 | Edit `config.card` and set the nameof your experiment, for instance: |
| 99 | {{{ |
| 100 | JobName= IPSLCM6A-VLRNOP |
| 101 | }}} |
| 102 | |
| 103 | Launch the ins_job script: |
| 104 | {{{ |
| 105 | ../../libIGCM/ins_job |
| 106 | }}} |
| 107 | |
| 108 | Answer the questions and a new `IPSLCM6A-VLRNOP` will be created. |
| 109 | |
| 110 | We will now review the changes that need to be made to each `component.card` file in `COMP` and to the `namelist` and `config` files in `PARAMETER`. |