tools23 윈도우 10에 우분투 설치 등등 윈도우10에 우분투 설치 및 업데이트/업그래이드 참고: https://m.blog.naver.com/6116949/221244246623 [PC] Windows 10에서 Ubuntu 설치 및 사용 Windows 10의 최근 업데이트로 'Linux용 Windows 하위 시스템(WSL)'을 지원하게 되면서 윈도우 상에... blog.naver.com 우분투에 miniconda 및 ncl 설치 참고: ncl홈페이지 및 ncl책(...) 윈도우10과 우분투 사이의 파일접근방법 참고: https://jootc.com/p/201901132508 윈도우 10 WSL 활용 팁 - WSL 파일이 위치한 경로 찾기 - JooTC wsl 경로 Windows Subsystem for Linux 파일 경로 찾기 먼저, 최신 버.. 2019. 9. 9. get Attributes Examples Example 1 f = addfile("$NCARG_ROOT/lib/ncarg/data/cdf/Tstorm.cdf","r") reftime = f->reftime lat = f->lat print(getvaratts(reftime)) ; should be (/"units","long_name"/) print(getvaratts(lat)) ; should be a missing value Example 2 This example pulls the global attributes off a file and prints out their values: f = addfile("$NCARG_ROOT/lib/ncarg/data/cdf/fice.nc","r") file_atts = getvaratt.. 2013. 5. 24. 체중변화 그래프 내가 참 별거 다 만들고 앉았다. 예정일에 체중이 과연 얼마나 나가게 될지 ㅎㅎㅎ 추세선까지 그려가며 예상몸무게 뽑아서 그려주는 스크립트를 만들어버렸지. 물론 귀찮지만 weight.dat파일에 몸무게를 기입해야한다.... 0. csh_mkdate.csh 일단 날짜와 몸무게가 들어가있는 데이터파일을 만들어줘야한다. 그건 쉘로 ㅋㅋ (예전에 막만든거라-_-;;; 필요에 따라 개인적으로 변환해서 쓰길..) 1. weight.dat 여기에 "-99"라고 쓰여있는 부분에 몸무게*10으로 기입해준다. (integer로 읽으려고 그렇게 만들었다-_-) ex) 30.5kg이라면, 305라고 기입.20130508 -99 20130509 305 20130510 -99 20130511 -99 2. plot_w.ncl 실행하.. 2013. 5. 7. retrieve colormap # retrieve workstation's current colormap… tmpCmap = gsn_retrieve_colormap(wks) # load default.rgb into workstation and then retrieve it… gsn_define_colormap(wks, "default") defaultCmap = gsn_retrieve_colormap(wks) # restore original workstation colormap… gsn_define_colormap(wks, tmpCmap) Answering from Rick in ucar 2012. 11. 19. 이전 1 2 3 4 5 6 다음