王国杰的博客分享 http://blog.sciencenet.cn/u/gwangcc Be Silly

博文

按标题搜索
Ubuntu备份与还原
2015-9-24 17:30
sudo tar cvpzf Ubuntu.tgz --exclude=/proc --exclude=/lost+found --exclude=/Ubuntu.tgz --exclude=/mnt --exclude=/media --exclude=/sys --exclude=/dev / tar-xvpzf U buntu .tgz-C / mkdir proc lost+found mkdir mnt sys dev
2853 次阅读|没有评论
Histogram with superimposed fitted normal density.
热度 1 2014-1-29 18:24
function varargout = histfit2(data,nbins,dist,ploton) %HISTFIT Histogram with superimposed fitted normal density. % HISTFIT(DATA,NBINS) plots a histogram of the values in the vector DATA, % along with a normal density function with parameters estimated from the % data. NB ...
5785 次阅读|3 个评论 热度 1
Read arcgrid daily rainfall from CMA into matlab and netcdf
热度 2 2013-12-29 18:12
# Linux ls -a filelist.txt # matlab clear; fid = fopen('filelist.txt','r+'); nday = 18993; % number of files rain=nan(72,128,19358); rain=single(rain); for iday = 1:nday %step 1; read one line file_name = fgetl(fid); %step2 load arcgrid file ...
4971 次阅读|4 个评论 热度 2
Instantaneous frequency (IF) estimation based on Two-step me
2013-12-25 17:42
function IF=two_step_IF(x,fs,win,df,overlap,start,tol) % Instantaneous frequency (IF) estimation based on Two-step method % introduced in: % % A Two-Step Procedure for Estimation of Instantaneous Rotational Speed With Large Fluctuations, % Urbanek, T. Barszcz, J. Antoni, Mechanical Systems and ...
4234 次阅读|没有评论
submit modis LAI job on server
2013-12-13 18:15
To submit: chmod u+x modis.sh nohup ./modis.sh To kill: ps -ef | grep modis.sh (will get: wanggj 20517 20101 0 18:14 pts/0 00:00:00 grep modis.sh) Kill 20101
3177 次阅读|没有评论
Modis LAI for Africa
热度 1 2013-12-13 14:38
tar -xvf global_30s_2000.tar tar -xvf global_30s_2001.tar tar -xvf global_30s_2002.tar tar -xvf global_30s_2003.tar tar -xvf global_30s_2004.tar tar -xvf global_30s_2005.tar tar -xvf global_30s_2006.tar tar -xvf global_30s_2007.tar tar -xvf global_30s_2008.tar tar -xvf global_30s_2009.tar ...
个人分类: bakup|3966 次阅读|1 个评论 热度 1
remapping gap-filled 30-year ECV satellite soil moisture
2013-10-6 20:44
cat mygrid EOF gridtype = lonlat xsize = 720 ysize = 360 xfirst = -179.75 xinc = 0.5 yfirst = -89.75 yinc = 0.5 EOF cdo remapbil,mygrid ECV19811990.nc ECV_19811990.nc cdo remapbil,mygrid ECV19912000.nc ECV_19912000.nc ...
个人分类: bakup|3459 次阅读|没有评论
remapping ERA_land soil moisture reanalysis
2013-10-6 19:26
# mygrid cat mygrid EOF gridtype = lonlat xsize = 720 ysize = 360 xfirst = -179.75 xinc = 0.5 yfirst = -89.75 yinc = 0.5 EOF cdo remapbil,mygrid sm_ly1_19811990.nc ERA_land_ly1_19811990.nc cdo remapbil,mygrid sm_ly1_19 ...
个人分类: bakup|3790 次阅读|没有评论

本页有 2 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-3-29 05:08

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部