Jupyter-Notebook How to display full output in Jupyter, not only last result? 12from IPython.core.interactiveshell import InteractiveShellInteractiveShell.ast_node_interactivity = "all" Sample plot 123456789 2023-06-24 Jupyter #Jupyter #python
WRF | WPS geo data and binary tile files Binary files in the geog folder The file naming convention is described on slides 14 and 15 of the Advanced Usage of the WPS tutorial presentation. If you have any additional questions about the file 2023-06-24 WRF #WRF #WPS #MPAS #tile files
WRF | WRF-extraction-station 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210 2023-06-24 WRF #NWP #Jupyter
Removing PDF protected mode Removing PDF usage restrictions, view qpdf, 12$ sudo apt install qpdf$ qpdf --decrypt restricted-input.pdf unrestricted-output.pdf 2023-06-24 Linux #PDF
netCDF operator (nco, cdo) ncrename - netCDF Renamer Options > -a old_name, new_name Attribute renaming. The old and new names of the attribute are specified by the associated old_name and new_name values. Global attributes 2023-06-24 NWP #WRF #MPAS #netcdf #nco #cdo
Approximate Metric Equivalents for Degrees, Minutes, and Seconds Approximate Metric Equivalents for Degrees, Minutes, and Seconds At the equator for longitude and for latitude anywhere, the following approximations are valid: 1234567891011121314151617181920211° = 1 2023-06-24 NWP #WRF #MPAS
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