WSL/SLF GitLab Repository

Skip to content
Snippets Groups Projects
Select Git revision
  • da37d4e76e619205fe4433bcb2b05628341a1795
  • master default protected
  • develop_bs_in_wrf
  • merge_cryowrf_changes
  • upstream/master
5 results

obsproc

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Dave Gill authored and GitHub committed
    TYPE: enhancements
    
    KEYWORDS: clean
    
    SOURCE: internal
    
    DESCRIPTION OF CHANGES:
    For the clean script, tidied up the standard out.
    Several Makefiles had the `@` character in front of remove commands
    in the `clean:` or `superclean:` sections. More `@` instances were added.
    Some portions of the clean script did not utilize makefiles, and some of
    those had `>& /dev/null` to capture the unimportant list of removed files.
    The `>& /dev/null` was added to more locations in the clean script.
    
    LIST OF MODIFIED FILES:
    M   chem/KPP/clean_kpp
    M   chem/KPP/kpp/kpp-2.1/test/Makefile
    M   chem/KPP/util/wkc/Makefile
    M   chem/KPP/util/write_decomp/Makefile
    M   clean
    M   external/Makefile
    M   external/RSL_LITE/makefile
    M   external/atm_ocn/Makefile
    M   external/esmf_time_f90/Makefile
    M   external/fftpack/fftpack5/Makefile
    M   external/io_esmf/makefile
    M   external/io_grib1/Makefile
    M   external/io_grib1/WGRIB/Makefile
    M   external/io_grib2/Makefile
    M   external/io_grib_share/Makefile
    M   external/io_int/makefile
    M   external/io_mcel/makefile
    M   external/io_netcdf/makefile
    M   external/io_phdf5/Makefile
    M   external/io_pio/Makefile
    M   external/io_pnetcdf/Makefile
    M   external/ioapi_share/makefile
    M   tools/CodeBase/Makefile
    M   var/Makefile
    M   var/external/bufr/Makefile
    M   var/external/crtm_2.3.0/libsrc/makefile
    M   var/external/crtm_2.3.0/makefile
    M   var/external/wavelet/makefile
    M   var/obsproc/Makefile
    
    TESTS CONDUCTED:
     - [x] Output from clean is smaller on Darwin
     - [x] Passed small regtest GNU, Intel, PGI on cheyenne
    cc1a9db9
    History
    Name Last commit Last update
    ..