Input `max_radius` instead of `MAX_RADIUS_deg`
`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.
Showing
- Inst_eddies/Tests/examine_eddy.f90 2 additions, 2 deletionsInst_eddies/Tests/examine_eddy.f90
- Inst_eddies/Tests/short_tests.json 2 additions, 2 deletionsInst_eddies/Tests/short_tests.json
- Inst_eddies/config.f90 5 additions, 5 deletionsInst_eddies/config.f90
- Inst_eddies/input_ssh.f90 4 additions, 9 deletionsInst_eddies/input_ssh.f90
- Inst_eddies/inst_eddies.f90 2 additions, 2 deletionsInst_eddies/inst_eddies.f90
- Inst_eddies/set_all_extr.f90 2 additions, 1 deletionInst_eddies/set_all_extr.f90
Loading