daliagachc / wrf_management

package created to manage the run of wrf at uhel supercomputer (taito)
0 stars 0 forks source link

nudging options #1

Open VictoriaSinclair opened 5 years ago

VictoriaSinclair commented 5 years ago

Namelist options to apply nudging above the boundary layer. gfdda_end_h is the number of hours to apply the nudging over. Here is is 120 hours as I only ran a 5 day simulation. You will need to set this to be the same as the length of your simulation.

&fdda grid_fdda = 1, 0, 0, 0, gfdda_inname = "wrffdda_d", gfdda_end_h = 120, 0, 0, 0, gfdda_interval_m = 360, 360, 360, 360, io_form_gfdda = 2, fgdt = 0, 0, 0, 0, if_no_pbl_nudging_uv = 1, 1, 1, 1, if_no_pbl_nudging_t = 1, 1, 1, 1, if_no_pbl_nudging_q = 1, 1, 1, 1, guv = 0.0003, 0.0003, 0.0003, 0.0003, gt = 0.0003, 0.0003, 0.0003, 0.0003, gq = 0.0003, 0.0003, 0.0003, 0.0003,