立即注册 登录
气象家园 返回首页

SkylarYoung http://bbs.06climate.com/?59257 [收藏] [复制] [分享] [RSS] 我们的征途是星辰大海!

日志

分享 github
2021-8-11 15:39
https://www.runoob.com/w3cnote/git-guide.html ############example############ cd LBM git init git config --global user.name "xinyiyang" git config --global user.email "yangx2@hawaii.edu" git status git add . git status git commit -m "first commit" git remote add origin git@github ...
131 次阅读|0 个评论
分享 fortran in HPC and Group
2021-4-14 16:05
HPC: intel, ifort ifort -o test90 -I/local/netcdf4-needed/include test.f90 Group: gcc, gfortran gfortran -o testF90 -I/local/apps/netcdf4-needed/include test.f90
135 次阅读|0 个评论
分享 CDO & NCO commands
2021-4-11 07:11
CDO 1. To print short information of a dataset use cdo sinfo in.nc 1. ensemble mean cdo ensmean *.nc out.nc NCO 1. delete one variable from *.nc file ncks -x -v variable in.nc out.nc 2. copy orginal.nc attributes to out.nc ncks -A original.nc same_att ...
166 次阅读|0 个评论
分享 Xshell 护眼背景色
2021-1-11 15:51
text(bold)=e9e9e9 magenta(bold)=ff00ff text=00ff80 white(bold)=fdf6e3 green=80ff00 red(bold)=ff0000 green(bold)=3c5a38 black(bold)=808080 red=ff4500 blue=00bfff black=000000 blue(bold)=1e90ff yellow(bold)=ffff00 cyan(bold)=00ffff yellow=c0c000 magenta=c000c0 background=042028 wh ...
214 次阅读|0 个评论
分享 Install CDO on LINUX
2021-1-11 14:20
#!/bin/bash # This should install CDO with grib2, netcdf and HDF5 support. Note that the binaries are in /opt/cdo-install/bin. # For further information look: # http://www.studytrails.com/blog/install-climate-data-operator-cdo-with-netcdf-grib2-and-hd ...
个人分类: linux install|3431 次阅读|0 个评论
分享 Install NETCDF (C+FORTRAN)
2021-1-11 07:10
Reference: 1: https://blog.csdn.net/schumacher2016/article/details/80850240 2:https://blog.csdn.net/weixin_41890971/article/details/86763859 3:http://lolilukia.com/2017/03/16/CESM%E6%A8%A1%E5%BC%8F1-2-0%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA%E6%8C%87%E5%8D%97/ 注意: ...
个人分类: linux install|122 次阅读|0 个评论
分享 How to Concatenate the Time Dimension of netCDF Files with NCO
2020-11-7 06:56
Reference:https://disc.gsfc.nasa.gov/information/howto?keywords=netCDFtitle=How%20to%20Concatenate%20the%20Time%20Dimension%20of%20netCDF%20Files%20with%20NCO Main: Overview: For most satellite Level 3 or modeled monthly products at the Goddard Earth Sciences Data and Information ...
114 次阅读|0 个评论

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

返回顶部