Skip to content
Snippets Groups Projects
  • Lionel GUEZ's avatar
    9adf5c7a
    Improve `get_snapshot` · 9adf5c7a
    Lionel GUEZ authored
    hsp arguments in procedure `read_snapshot` can be declared with
    `intent(in)` since they are `intent(in)` in `read_eddy` since commit d815bf76.
    
    Bug fixes in procedure `get_snapshot`: remove duplicated declaration
    of nlon, nlat; add argument `dist_lim`, which must be passed to `read_snapshot`.
    
    In procedure `get_snapshot`, read the triplet of shapefiles from a
    directory named with the date index (for the now moment, we will see
    later for something more efficient). Check that the date index in the
    shapefiles is the date index required.
    
    In procedure `get_var`, take advantage of new procedure `nf95_get_missing`.
    9adf5c7a
    History
    Improve `get_snapshot`
    Lionel GUEZ authored
    hsp arguments in procedure `read_snapshot` can be declared with
    `intent(in)` since they are `intent(in)` in `read_eddy` since commit d815bf76.
    
    Bug fixes in procedure `get_snapshot`: remove duplicated declaration
    of nlon, nlat; add argument `dist_lim`, which must be passed to `read_snapshot`.
    
    In procedure `get_snapshot`, read the triplet of shapefiles from a
    directory named with the date index (for the now moment, we will see
    later for something more efficient). Check that the date index in the
    shapefiles is the date index required.
    
    In procedure `get_var`, take advantage of new procedure `nf95_get_missing`.