179 | | The Schwarz parameters set by the user in `config.card` are read in `dyn3dmem/conf_gcm.F90`. |
180 | | |
181 | | The Schwarz parameters that are needed by the different subroutines, including the loops limits, are defined in `dyn3d_common/control_mod.F90`. |
182 | | |
183 | | The dynamic variables needed for storing and restoring are declared in `dyn3dmem/schwarz.F90`. |
| 179 | The Schwarz parameters set by the user in `config.card` are read in : |
| 180 | {{{ |
| 181 | dyn3dmem/conf_gcm.F90 |
| 182 | }}} |
| 183 | |
| 184 | The Schwarz parameters that are needed by the different subroutines, including the loops limits, are defined in: |
| 185 | {{{ |
| 186 | dyn3d_common/control_mod.F90 |
| 187 | }}} |
| 188 | |
| 189 | The dynamic variables needed for storing and restoring are declared in: |
| 190 | {{{ |
| 191 | dyn3dmem/schwarz.F90 |
| 192 | }}} |