Changes between Version 1 and Version 2 of U_init_n_domains
- Timestamp:
- Jan 21, 2016, 3:11:32 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
U_init_n_domains
v1 v2 9 9 The interface is the following: 10 10 {{{ 11 SUBROUTINE init_n_domains(step, n_domains_p)11 SUBROUTINE U_init_n_domains(step, n_domains_p) 12 12 }}} 13 13 with … … 16 16 17 17 Hints: 18 * For a full 3-dimensional localization, a local analysis domain can be a single grid point. I nhtis case `n_domains_p` would be the number of grid points in a process-local sub-domain of the model grid.18 * For a full 3-dimensional localization, a local analysis domain can be a single grid point. In this case `n_domains_p` would be the number of grid points in a process-local sub-domain of the model grid. 19 19 * If the localization is only performed horizontally (a frequent choice with ocean circulation models assimilating satellite data), the local analysis domains can be single vertical columns of the model grid. In this case, `n_domains_p` is the number of vertical columns in the local model sub-domain.