NetCDF and its Conversion NetCDF (Network Common Data Form) is a set of software libraries and machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. It is also a com 2023-06-24 NWP #WRF #MPAS #netcdf
rsync - Transferring and synchronizing files rsync rsync (remote sync) 是Unix下的一款套用軟件,它能同步更新兩處電腦的檔案與目錄,並適當利用差分編碼以減少數據傳輸量。rsync中的一項同類軟件不常見的重要特性是每個目標的鏡像只需傳送一次。rsync可以拷貝/顯示目錄內容,以及拷貝檔案,並可選壓縮以及遞歸拷貝。 在常駐模式(daemon mode)下,rsync預設監聽 TCP埠 873,以原生rsync傳輸協定或 2023-06-24 Linux #download
Bash | datetime (manipulate) Bash datetime (manipulate) 1234567NAME date - print or set the system date and timeSYNOPSIS date [OPTION]... [+FORMAT] date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]] We want to 2023-05-23 Bash #Linux #Bash
What's the rigorous definition of phase and phase transition? What's the rigorous definition of phase and phase transition? Ref: What's the rigorous definition of phase and phase transition? From Yi-Zhuang You (尤亦庄, Everett You), Does this mean that gas and liq 2023-05-15 Physics #phase transition
ERA5 dataset (2) contains invariant variables ERA5 dataset (2) contains invariant variables Post Downlaod Ref: Initializing the WRF model with ECMWF ERA-Interim reanalysis I am suspicious that you don't have the file that contains invariant vari 2023-05-11 NWP #WRF #WPS #MPAS #IC/BC #ERA5 #ECMWF
gdb debugger gdb debugger GDB stands for GNU Project Debugger. GDB(GNU Debugger)是UNIX及UNIX-like下的強大調試工具,可以調試ada, c, c++, asm, minimal, d, fortran, objective-c, go, java,pascal等語言。本文以C程序為例如,介紹GDB啟動調試的多種方式。 Compile 2023-05-11 gdb #debug
ERA5 ERA5T expver dimension issue ERA5 ERA5T expver dimension issue Ref: ERA5 CDS requests which return a mixture of ERA5 and ERA5T data The ERA5 hourly and monthly data are made available with a 3 month delay. This means that after a 2023-05-07 NWP #WRF #WPS #MPAS #IC/BC #ERA5 #ECMWF
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