본문 바로가기
반응형

연구 노트151

Series와 DataFrame의 사칙연산 https://truman.tistory.com/88 파이썬(Python) - Series와 DataFrame의 사칙연산 시리즈 사칙연산 인덱스를 기준으로 연산한다. obj1 = Series([1,2,3,4,5], index=['a','b','c','d','e']) obj2 = Series([2,4,6,8,10], index=['a','b','d','f','g']) 일때 1. 더하기 obj1 + obj2 obj1.add(o.. truman.tistory.com 2022. 3. 28.
리스트(배열) 각 요소들의 값 더하기 http://melonicedlatte.com/2021/03/14/181700.html 2022. 3. 28.
리눅스 폴더 째 서버 이동 scp -r ./data/GDAS/201601 {username}@XXX.XXX.XXX.103:/data/GDAS 2022. 3. 18.
등간격 Time Series 자동으로 채워 넣는 방법 출처: https://yobbicorgi.tistory.com/3 [상엽’s Python 블로그] 2022. 3. 18.
wrfout 생성되지 않을 때 Wrfchemi_ 가 해당날짜에 없을 수 있다. 2022. 3. 17.
WRF OBS-nudging 문제 해결 http://mailman.ucar.edu/pipermail/wrf-users/2011/002486.html 아래와 같이 만들어 주면, Ob too early 라는 메세지는 사라진다. In rsl.out.0000 그러나, n = 21 unknown ob of type FM-88 SATOB 는 여전히 남는다. 여튼 결과는 ws10m 가 별 변화가 없다. Sounds like you have 2 issues: 1. OBSGRID.EXE is not writing output at the times you want 2. WRF-Chem is bombing when nudging I posted a bit on problem 1 - I was misinterpreting the DOCs (or the DO.. 2022. 3. 17.
WRF Nest start locations do not match 2021년 1월 18일 월요일 오후 4:08 d01 2010-05-16_00:00:00 med_initialdata_input: calling input_input i_parent_start from namelist.input file = 4 i_parent_start from gridded input file = 1 j_parent_start from namelist.input file = 7 j_parent_start from gridded input file = 1 -------------- FATAL CALLED --------------- FATAL CALLED FROM FILE: LINE: 540 Nest start locations do not match: namelist.input vs g.. 2022. 3. 17.
VPRM Time mismatching 문제 d01 2010-05-15_00:00:00 open_aux_u : opening ./VPRM_input/archive/VPRM_input_d01 for reading. DATASET DATASET=AUXINPUT15 d01 2010-05-15_00:00:00 calling wrf_open_for_read_begin in open_u_dataset d01 2010-05-15_00:00:00 calling insub in open_u_dataset 4 input_wrf: wrf_get_next_time current_date: 2010-05-15_00:00:00 Status = -102 -------------- FATAL CALLED --------------- FATAL CALLED FROM FILE: .. 2022. 3. 17.
wrfchemi Time mismatching 문제 -------------- FATAL CALLED --------------- FATAL CALLED FROM FILE: LINE: 930 ... Could not find matching time in input file wrfchemi_d01_2016-05-02_00:00:00 ------------------------------------------- application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0 Sol> namelist.input 내 auxinput5_interval_m = 360 라인을 comment out 시킨다. 이 라인이 존재하면, 동일한 wrfchemi_d01_2016-05-02_00:00:00 파일에서 6시간 간격의 emis.. 2022. 3. 17.
728x90