Git cherry-pick Git cherry-pick After switching to the master, use the cherry-pick command to take out the submission of "adding commit instructions", and then add it to the master. 1234567$ git checkout masterSwitch 2023-05-07 Git #git cherry-pick
Git: solve conflicted files Git: solve conflicted files What's the simplest way to list conflicted files in Git? 123456# # Search for all conflicting files.git diff --name-only --diff-filter=U --relative# Search for all conflict 2023-05-07 Git #Github #git commit #git conflicts
Intel OneAPI Intel OneAPI The Intel oneAPI HPC Toolkit is a comprehensive suite of development tools that make it fast and easy to build modern code that gets maximum performance out of the newest Intel® processor 2023-05-06 Linux #HPC #WRF
WRF | GRIB1, GRIB2, NetCDF GRIB1, GRIB2, NetCDF Ref: GRIB1, GRIB2, NetCDF: Which do I choose? Your choice of data format depends on the date range that you need and what you want to do with the data. GRIB is a World Meteorologi 2023-05-06 WRF #HPC #WRF #WPS #MPAS
Tmux terminal multiplexer Tmux terminal multiplexer tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue 2023-05-01 Linux #HPC #terminal #tmux
WRF | WPS build up domain WPS build up domain WRF-Related Special Code Function source Convert netCDF to Intermediate netcdf-to-intermediate.f NCL Design Grids design_grids.ncl Convert netCDF to Intermediate (CCSM D 2023-05-01 WRF #NWP #WRF #WPS #domain #ncl
Bash & Oh-My-Bash Bash & Oh-My-Bash Ref: 配置安装oh-my-bash https://github.com/ohmybash/oh-my-bash plugins Themes Oh My Bash works best on macOS and Linux. Unix-like operating system (macOS or Linux) curl or wget sh 2023-05-01 Linux #HPC #shell script #bashrc
neovim neovim Git neovim Installation 12345678910git clone https://github.com/neovim/neovimcd neovim make CMAKE_BUILD_TYPE=Releasegit checkout stablerm -r build/ # clear the CMake cache# To install the exec 2023-05-01 Linux #HPC #vim #editor
ERA5 dataset ERA5 dataset It is imperative to complete the registration process on the Copernicus Climate Data Store by creating an account. Some related links, WRF using ERA5 data Climate Data Store - Copernicus 2023-04-30 NWP #WRF #WPS #MPAS #IC/BC #ERA5 #ECMWF
WRF | WPS namelist.wps Best Practices WPS namelist.wps: Best Practices https://www2.mmm.ucar.edu/wrf/users/namelist_best_prac_wps.html In namelist.wps, multiple columns are used for multiple domains; however max_domains determines how ma 2023-04-30 WRF #WRF #WPS #namelist.wps