| 25 | == Quick summary for installing IPSLCM7_work for mode LMDZ-ORCHIDEE == |
| 26 | |
| 27 | For all configuration in the generation v7, IPSLCM7, only one fully coupled configuration exist. Using this configuration, it is possible to install a sub-configuration with only the parts you want. For example a sub-configuration is ICOLMDZOR containing DYNAMICO, LMDZ and ORCHIDEE. This sub-configuration can be used on the icosahedric grid or on the regular lat-lon grid. Another sub-configuration is LMDZOR which can only be used on the regular lat-lon grid. |
| 28 | |
| 29 | |
| 30 | With this configuration, both ORCHIDEE_2_2 and ORCHIDEE trunk (called ORCHIDEE_4) are downloaded but only one is compiled. Currently by default it is ORCHIDEE_2_2 which is compiled. You can add -orch4 to compile ORCHIDEE trunk instead. A suffix v22(for ORCHIDEE_2_2) or v4(for ORCHIDEE trunk) is added to the name of the executable, see folder modipsl/bin. |
| 31 | |
| 32 | {{{ |
| 33 | svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl |
| 34 | cd modipsl/util |
| 35 | ./model IPSLCM7_work LMDZOR |
| 36 | cd ../config/IPSLCM7 |
| 37 | }}} |
| 38 | |
| 39 | To compile ORCHIDEE_4(trunk) add argument -orch4: |
| 40 | {{{ |
| 41 | ./compile_ipslcm7.sh -orch4 |
| 42 | }}} |
| 43 | |
| 44 | To compile ORCHIDEE_2_2, this is the default: |
| 45 | {{{ |
| 46 | ./compile_ipslcm7.sh |
| 47 | }}} |
| 48 | |
| 49 | |
| 50 | |
| 51 | == Quick summary for installing IPSLCM7_work for mode DYNAMICO-LMDZ-ORCHIDEE == |
| 52 | For all configuration in the generation v7, IPSLCM7, only one fully coupled configuration exist. Using this configuration, it is possible to install a sub-configuration with only the parts you want. For example a sub-configuration is ICOLMDZOR containing DYNAMICO, LMDZ and ORCHIDEE. This sub-configuration can be used on the icosahedric grid or on the regular lat-lon grid. Another sub-configuration is LMDZOR which can only be used on the regular lat-lon grid. |
| 53 | |
| 54 | See here how to install the sub-configuration ICOLMDZOR: |
| 55 | {{{ |
| 56 | svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl |
| 57 | cd modipsl/util |
| 58 | ./model IPSLCM7_work ICOLMDZOR |
| 59 | cd ../config/IPSLCM7 |
| 60 | ./compile_ipslcm7.sh |
| 61 | }}} |
| 62 | |
| 63 | With this configuration, both ORCHIDEE_2_2 and ORCHIDEE trunk are downloaded but only one is compiled. Currently by default it is ORCHIDEE_2_2 which is compiled. You can add -orch4 to compile ORCHIDEE trunk instead. A suffix v22(for ORCHIDEE_2_2) or v4(for ORCHIDEE trunk) is added to the name of the executable, see folder modipsl/bin. |
| 64 | |
| 65 | |
| 66 | |
| 67 | |
36 | | |
37 | | |
38 | | |
39 | | == Quick summary for installing IPSLCM7_work for mode DYNAMICO-LMDZ-ORCHIDEE == |
40 | | For all configuration in the generation v7, IPSLCM7, only one fully coupled configration exist. Using this configuration, it is possible to install a sub-configuration with only the parts you want. For example a sub-configuration is ICOLMDZOR containing DYNAMICO, LMDZ and ORCHIDEE. This sub-configuration can be used on the icosahedric grid or on the regular lat-lon grid. Another sub-configuration is LMDZOR which can only be used on the regular lat-lon grid. |
41 | | |
42 | | See here how to install the sub-configuration ICOLMDZOR: |
43 | | {{{ |
44 | | svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl |
45 | | cd modipsl/util |
46 | | ./model IPSLCM7_work ICOLMDZOR |
47 | | cd ../config/IPSLCM7 |
48 | | ./compile_ipslcm7.sh |
49 | | }}} |
50 | | |
51 | | With this configuration, both ORCHIDEE_2_2 and ORCHIDEE trunk are downloaded but only one is compiled. Currently by default it is ORCHIDEE_2_2 which is compiled. You can add -orch4 to compile ORCHIDEE trunk instead. A suffix v22(for ORCHIDEE_2_2) or v4(for ORCHIDEE trunk) is added to the name of the executable, see folder modipsl/bin. |