Dear Sir or Madam,
I am using grid nudging in my tropical cyclone case study with three nested domains (12km, 4km, 1.3km). I would like to know (1) if grid nudging needs to be enabled for each domain? (2) Also, how should I understand the strength of nudging? I know that the timescale for nudging can be controlled individually for winds, temperature and moisture. Typically the namelist value of 0.0003 s⁻¹ is used, corresponding to a timescale of about 1 hour. However, I am using ERA5 reanalysis with a 6-hour as my WRF input data. (3) So if the value set in the namelist is 0.003 s⁻¹, how should it correspond to the nudging with the six-hour interval reanalysis data? (4) Below is my namelist. If I only set the timescale for uv nudging and do not set it for t and q, what impact will that have? Thank you in advance.
99 grid_fdda = 1, 0, 0,
100 gfdda_inname = "wrffdda_d<domain>",
101 gfdda_interval_m = 360, 360, 360,
102 gfdda_end_h = 99999, 99999, 99999,
103 if_zfac_uv = 0, 0, 0,
104 k_zfac_uv = 10, 10, 10,
105 if_zfac_t = 0, 0, 0,
106 k_zfac_t = 10, 10, 10,
107 if_zfac_ph = 0, 0, 0,
108 k_zfac_ph = 10, 10, 10,
109 if_no_pbl_nudging_uv = 1, 1, 1,
110 if_no_pbl_nudging_t = 1, 1, 1,
111 if_no_pbl_nudging_q = 1, 1, 1,
112 guv = 0.0003, 0.0000, 0.0000,
113 gt = 0.0000, 0.0000, 0.0000,
114 gq = 0.0000, 0.0000, 0.0000,
115 if_ramping = 0,
116 dtramp_min = 60.0,
117 io_form_gfdda = 2,
I am using grid nudging in my tropical cyclone case study with three nested domains (12km, 4km, 1.3km). I would like to know (1) if grid nudging needs to be enabled for each domain? (2) Also, how should I understand the strength of nudging? I know that the timescale for nudging can be controlled individually for winds, temperature and moisture. Typically the namelist value of 0.0003 s⁻¹ is used, corresponding to a timescale of about 1 hour. However, I am using ERA5 reanalysis with a 6-hour as my WRF input data. (3) So if the value set in the namelist is 0.003 s⁻¹, how should it correspond to the nudging with the six-hour interval reanalysis data? (4) Below is my namelist. If I only set the timescale for uv nudging and do not set it for t and q, what impact will that have? Thank you in advance.
99 grid_fdda = 1, 0, 0,
100 gfdda_inname = "wrffdda_d<domain>",
101 gfdda_interval_m = 360, 360, 360,
102 gfdda_end_h = 99999, 99999, 99999,
103 if_zfac_uv = 0, 0, 0,
104 k_zfac_uv = 10, 10, 10,
105 if_zfac_t = 0, 0, 0,
106 k_zfac_t = 10, 10, 10,
107 if_zfac_ph = 0, 0, 0,
108 k_zfac_ph = 10, 10, 10,
109 if_no_pbl_nudging_uv = 1, 1, 1,
110 if_no_pbl_nudging_t = 1, 1, 1,
111 if_no_pbl_nudging_q = 1, 1, 1,
112 guv = 0.0003, 0.0000, 0.0000,
113 gt = 0.0000, 0.0000, 0.0000,
114 gq = 0.0000, 0.0000, 0.0000,
115 if_ramping = 0,
116 dtramp_min = 60.0,
117 io_form_gfdda = 2,