Skip to content
Snippets Groups Projects
  • GUEZ Lionel's avatar
    803b9bcc
    Input `max_radius` instead of `MAX_RADIUS_deg` · 803b9bcc
    GUEZ Lionel authored
    `MAX_RADIUS_deg` is not general enough for a non longitude latitude
    grid. The variable `max_radius` moves from module `input_ssh_m` to
    module `config_m`. The variable `MAX_RADIUS_deg` disappears. The
    constraint `2 * max_radius_deg(1) < 180` becomes `4 * max_radius(1) <
    nlon` but is only applied to the periodic case because we do not have
    the general equivalent of 180° in number of points.
    803b9bcc
    History
    Input `max_radius` instead of `MAX_RADIUS_deg`
    GUEZ Lionel authored
    `MAX_RADIUS_deg` is not general enough for a non longitude latitude
    grid. The variable `max_radius` moves from module `input_ssh_m` to
    module `config_m`. The variable `MAX_RADIUS_deg` disappears. The
    constraint `2 * max_radius_deg(1) < 180` becomes `4 * max_radius(1) <
    nlon` but is only applied to the periodic case because we do not have
    the general equivalent of 180° in number of points.