Skip to content
Snippets Groups Projects
  • Lionel GUEZ's avatar
    d408a231
    Use template and dates as positional arguments · d408a231
    Lionel GUEZ authored
    We rewrite `inst_eddies_Aviso.py` so it is more convenient to use. The
    script is only useful for several input files. Otherwise we can
    directly use `inst_eddies.py`. So instead of optional arguments
    template and last date, we use positional arguments. Then there is no
    point in distinguishing dirname and basename. Also, it does not make
    sense any longer to read the date from the content of the first
    file. The script becomes more general: we do not assume that all input
    NetCDF files are in the same -directory and that the time coordinate
    is in days since 1950-1-1. The interface is also clearer.
    d408a231
    History
    Use template and dates as positional arguments
    Lionel GUEZ authored
    We rewrite `inst_eddies_Aviso.py` so it is more convenient to use. The
    script is only useful for several input files. Otherwise we can
    directly use `inst_eddies.py`. So instead of optional arguments
    template and last date, we use positional arguments. Then there is no
    point in distinguishing dirname and basename. Also, it does not make
    sense any longer to read the date from the content of the first
    file. The script becomes more general: we do not assume that all input
    NetCDF files are in the same -directory and that the time coordinate
    is in days since 1950-1-1. The interface is also clearer.