Skip to content
Snippets Groups Projects
  • Lionel GUEZ's avatar
    7d99eff6
    In procedure get_snapshot, encountered rounding error that led to · 7d99eff6
    Lionel GUEZ authored
    out-of-range index so add min when calculating urc.
    
    Bug fix in procedure good_contour. polygon_contains_point should not
    be called if polyline is not closed.
    
    Procedure polygon_contains_point became unpure so remove pure for
    procedure inside_4 too.
    
    In program test_good_contour, read corner and step from namelist
    rather than from coordinates in NetCDF file. Makes it possible to use
    the same NetCDF file with different coordinates. Also read
    outside_points from a file rather than standard input so there is no
    need to specify in advance the number of outside points.
    
    Take into account the possibility that no outermost contour was found
    in program test_set_outermost_contour. Also, use fixed names for input
    files because it is not convenient to require a particular order of
    these two files on the command line.
    7d99eff6
    History
    In procedure get_snapshot, encountered rounding error that led to
    Lionel GUEZ authored
    out-of-range index so add min when calculating urc.
    
    Bug fix in procedure good_contour. polygon_contains_point should not
    be called if polyline is not closed.
    
    Procedure polygon_contains_point became unpure so remove pure for
    procedure inside_4 too.
    
    In program test_good_contour, read corner and step from namelist
    rather than from coordinates in NetCDF file. Makes it possible to use
    the same NetCDF file with different coordinates. Also read
    outside_points from a file rather than standard input so there is no
    need to specify in advance the number of outside points.
    
    Take into account the possibility that no outermost contour was found
    in program test_set_outermost_contour. Also, use fixed names for input
    files because it is not convenient to require a particular order of
    these two files on the command line.
good_contour_nml_2.txt 139 B
! Case where one of the contours tested does not contain inside point.
&MAIN_NML INSIDE_POINT=0.3,0, corner = -2., -2., step = 0.08, 0.08/