본문 바로가기
반응형

연구 노트151

WPS landmask 깍두기 문제 해결 http://forum.wrfforum.com/viewtopic.php?f=10&t=347 WRF 매뉴얼 5-14의 Real Data Cases 를 읽어보라. 해결>>> SET input_from_file = T for each domain !!!! 2022. 3. 17.
D02 에 emiss 가 없음 (해결) Wrfchemi_는 d01 d02 모두 링크 되어 있음 &time_control input_from_file = .true.,.true., / &bdy_control specified = .true., .true., nested = .false.,.false., / &chem chem_opt = 16, 16, chemdt = 30, 30, chem_conv_tr = 0, 0, chem_in_opt = 1, 1, have_bcs_chem = .true., .true., kemit = 1, io_style_emissions = 2, emiss_opt = 16, 16, emiss_inpt_opt = 16, 16, bio_emiss_opt = 0, 0, bioemdt = 30, 30, phot_opt = 0, .. 2022. 3. 17.
Registry.EM_COMMON Registry.EM_COMMON Wrf391 # Variables from WPS # state real u_gc igj dyn_em 1 XZ i1 "UU" "x-wind component" "m s-1" state real v_gc igj dyn_em 1 YZ i1 "VV" "y-wind component" "m s-1" # lsm State Variables state real VEGFRA ij misc 1 - i024rhd=(interp_mask_field:lu_index,iswater)u=(copy_fcnm) "VEGFRA" "VEGETATION FRACTION" "" # Velocities # # U Vel state real u ikjb dyn_em 2 X \ i0rhusdf=(bdy_int.. 2022. 3. 17.
WRF nudging 방법 1) Set up the analysis nudging fdda namelist. Carefully read test/em_real/README.namelist file to understand the meaning of each namelist variable in the FDDA section, which is also listed below: grid_fdda (max_dom) Analysis nudging switch (1=on, 0=off) for each domain. The 3D analyses must be provided here in model horizontal and vertical coordinate space. Note that the nudging coefficient (e.g.. 2022. 3. 17.
WPS - OBS nudging 먼저, surface와 upper OBS 데이터를 합친다. 3시간 간격으로 cat ./surface/SURFACE_OBS:2016050100 ./upper/OBS:2016050100 > ./OBS:2016-05-01_00 cat ./surface/SURFACE_OBS:2016050106 ./upper/OBS:2016050106 > ./OBS:2016-05-01_06 cat ./surface/SURFACE_OBS:2016050112 ./upper/OBS:2016050112 > ./OBS:2016-05-01_12 cat ./surface/SURFACE_OBS:2016050118 ./upper/OBS:2016050118 > ./OBS:2016-05-01_18 cat ./surface/SURFACE_OBS:20.. 2022. 3. 17.
WRF-Chem 배출량 요일 찾기 Feng's wrfchemi_d03 단위: (mol km^-2 hr^-1)/10**4 토/일은 morning rush hour peaks 가 없다. 문제점: 요일이 안 맞다. 시작을 2011년 5월 1일 (일) 로 설정. 사실 2010년 5월1 (월) 로 해야 함. Vulcan wrfinput_d03 (plus 3day 1hr) Feng's emission과 비교하면서, Vulcan 의 토/일 피크를 찾음. 일요일: 오전 피크 없음. 토요일: 이른 아침 작은 피크 (금요일 야간 활동 영향) 단위: (kgCO2/m^2/s)/10**-6 문제점. 시작을 2010년 5월 13일 (목) 으로 설정했으나, 요일이 맞지 않다. ==> 재작업!!! 아래는 vulcan 에서 3day 1hr 를 더한 경우 . With .. 2022. 3. 17.
WPS - little_R 관측데이터 획득 http://rda.ucar.edu/datasets/ds351.0 : upper air BUFR format /ds461.0 : sfc BUFR format /ds608.0 : NARR Saved at ~/data/little_R/upper/OBS:* /surface/SURFCAE_OBS:* Concat_upper.sfc script 파일로 파일 합치고, 이름 바꾸기 $ cat .upper/OBS_ ./surface/SURFACE_OBS > ./OBS_ ./obsgrid.exe 실행하면, Plotobs_out_d0X Qc_obs_raw. Qc_obs_used Metoa_em. : 초기장이 met_em 에서 바뀜 OBS_DOMAIN330 : 매 1-hr 마다 output 바뀜 Wrfsfdd.. 2022. 3. 17.
WPS - SST 넣기 자료 Goes SST 6 km (0.05 x 0.05 도) ; 1, 3, 24 h 자료 있음. http://podaac.jpl.nasa.gov/dataset/GOES_L3_SST_6km_NRT_SST_24HOUR RTG SST 0.083 도 약 8~9 km. 6시간 간격 ftp://polar.ncep.noaa.gov/pub/history/sst/ophi OISST version 2 AVHRR SST Daily SST data (0.25 x 0.25 도); 24시간 간격 https://iridl.ldeo.columbia.edu/SOURCES/.NOAA/.NCDC/.OISST/.version2/.AVHRR/.sst/ https://www.ncdc.noaa.gov/thredds/oisst-catalog.htm.. 2022. 3. 17.
WPS - NARR 데이터로 met_em 만들기 http://www2.mmm.ucar.edu/wrf/OnLineTutorial/DATA/NARR/index.html ==> 요것만 참고하면 된다. 자료: https://rda.ucar.edu/#!lfd?nb=y&b=proj&v=NCEP North American Regional Reanalysis NARR Data As the start and end dates are the same, interval_seconds will be ignored. NARR (North American Regional Reanalysis) data. Type: GRIB1 data Resolution: Area - approx. 160E–20W ; 10N–80N ; at 32 km Output frequency 3 hourl.. 2022. 3. 17.
728x90