Changes between Version 1 and Version 2 of U_init_n_domains


Ignore:
Timestamp:
Jan 21, 2016, 3:11:32 PM (8 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • U_init_n_domains

    v1 v2  
    99The interface is the following:
    1010{{{
    11 SUBROUTINE init_n_domains(step, n_domains_p)
     11SUBROUTINE U_init_n_domains(step, n_domains_p)
    1212}}}
    1313with
     
    1616
    1717Hints:
    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.
    1919 * 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.