| 2 | |
| 3 | For the sake of simplicity the Schwarz algorithm was only implemented and tested without PISCES for the ocean and without ORCHIDEE for the atmosphere. |
| 4 | |
| 5 | As well, regarding resolution the method was implemented on the ORCA2 grid for NEMO and a 96x95 grid for LMDZ. |
| 6 | |
| 7 | The ice model retained was LIM3 which allows for greater control and is conservative. |
| 8 | |
| 9 | The various steps to get a working IPSLCM6 model with these settings is now described. |
| 10 | |
| 11 | == IPSLCM6 model == |
| 12 | |
| 13 | Get the latest IPSLCM6 model from the forge repository. |
| 14 | |
| 15 | In the workdir of your project, create a directory for your new IPSLCM6 installation, move into it and get modipsl by executing : |
| 16 | {{{ |
| 17 | svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl |
| 18 | }}} |