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
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 #shell script #HPC #bashrc
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
WRF | WPS namelist.wps Examples WPS namelist.wps Examples namelist.wps Git namelist.wps 1234567891011121314151617181920212223242526272829303132333435&share wrf_core = 'ARW', max_dom = 2, start_date = '2019-09-04_1 2023-04-30 WRF #WRF #WPS #namelist.wps
WRF | WRF namelist.input: Best Practices WRF namelist.input: Best Practices https://www2.mmm.ucar.edu/wrf/users/namelist_best_prac_wrf.html Git: WRF/run/README.namelist In namelist.input, multiple columns are used for multiple domains; howe 2023-04-30 WRF #WRF #namelist.input
WRF | WRF em_real namelist.input Examples WRF em_real namelist.input Examples For em_real namelist.input.default The default namelist.input file for real cases had several settings that go against best practices and recommendations. WRF/test/ 2023-04-30 WRF #WRF #namelist.input
zsh & oh-my-zsh zsh & oh-my-zsh The pre-installed shell of most Linux distributions is bash. But, zsh is more powerfull tool on the terminal. zsh 1234sudo apt install zsh# change the default shellsudo chsh -s $(w 2023-04-30 Linux #shell script #HPC
GFS/FNL dataset News (2024 July) RDA Data Services Unavailable July 30, 2024 New setup goes to https://waipangsze.github.io/2024/08/16/GFS_FNL_RDA_upgrade/ GFS The Global Forecast System (GFS)[1] is a National Center 2023-04-27 NWP #WRF #WPS #MPAS #IC/BC #GFS #FNL #RDA #NCEP
Git/Github Create an empty git repo Git settings will be recorded in the ~/.gitconfig 、~/.config/git/config file under the home page of the user's directory. We need to use the config command to set it. Git 附帶一個 2023-04-27 Git #Github #git