81 | | == Interpolation of nudge files == |
| 81 | ---- |
| 82 | |
| 83 | = LMDZOR experience for running the gcm = |
| 84 | This configuration only contains only one directory for running the gcm.e : LMDZOR. This directory can be used for different type of simulation for example AMIP interannual or climatological run. Or nudged run with regular or zoomed grid. Only the .card changes for different run. The PARAM directory and the .driver are the same. Two possibilities are predefined using the different .cards that are available. To do a climatological simulation, use cards with suffix ''_Climat'', do following link : |
| 85 | {{{ |
| 86 | cd LMDZOR/COMP; ln -s lmdz.card_Climat lmdz.card; ln -s orchidee.card_Climat orchidee.card |
| 87 | }}} |
| 88 | Or to do an AMIP interannual simulation use cards with suffix ''_AMIP'', do following link : |
| 89 | {{{ |
| 90 | cd LMDZOR/COMP; ln -s lmdz.card_AMIP lmdz.card; ln -s orchidee.card_AMIP orchidee.card |
| 91 | }}} |
| 92 | |
| 93 | The cards with suffix _Climat correspond to the experience LMDZOR in configuration LMDZ4OR_v3 and the cards with suffix _AMIP correspond to the experience in directory AMIP in LMDZ4OR_v3 configuration. |
| 94 | |
| 95 | Parameters in config.card such as !JobName, !CalendarType, !DateBegin, !DateEnd must always be considered and eventually modified according to desired experience. |
| 96 | |
| 97 | ---- |
| 98 | |
| 99 | = Simulation with nudging = |
| 100 | |
| 101 | === Interpolation of nudge files === |
91 | | ---- |
92 | | |
93 | | = LMDZOR experience for running the gcm = |
94 | | This configuration only contains only one directory for running the gcm.e : LMDZOR. This directory can be used for different type of simulation for example AMIP interannual or climatological run. Or nudged run with regular or zoomed grid. Only the .card changes for different run. The PARAM directory and the .driver are the same. Two possibilities are predefined using the different .cards that are available. To do a climatological simulation, use cards with suffix ''_Climat'', do following link : |
95 | | {{{ |
96 | | cd LMDZOR/COMP; ln -s lmdz.card_Climat lmdz.card; ln -s orchidee.card_Climat orchidee.card |
97 | | }}} |
98 | | Or to do an AMIP interannual simulation use cards with suffix ''_AMIP'', do following link : |
99 | | {{{ |
100 | | cd LMDZOR/COMP; ln -s lmdz.card_AMIP lmdz.card; ln -s orchidee.card_AMIP orchidee.card |
101 | | }}} |
102 | | |
103 | | The cards with suffix _Climat correspond to the experience LMDZOR in configuration LMDZ4OR_v3 and the cards with suffix _AMIP correspond to the experience in directory AMIP in LMDZ4OR_v3 configuration. |
104 | | |
105 | | Parameters in config.card such as !JobName, !CalendarType, !DateBegin, !DateEnd must always be considered and eventually modified according to desired experience. |
106 | | |
107 | | == Nudged run == |
| 111 | |
| 112 | === For running === |