Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Questions on grid analysis nudging timestep

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

at_Miya

New member
Hi,

I encounterd some questions on how to understand the gfdda_interval_m and gfdda_end_h for grid analysis. If I run a 12h simulation from 00Zto 12Z with 6h interval grid analysis, the gfdda_end_h is set to 12, gfdda_interval_m is set to 360, does it mean that the nudging is conducted at the whole 12 period, so the budget analysis is unavailable for 12h or does it mean that the budging is only conducted at 00Z and 06Z?

Thanks!
 
Hi,
With your setup, nudging would happen at 00 and 06 UTC. Once you run real.exe, you can take a look at your wrffdda_d01 file to see the times available. The times are similar to a wrfbdy_d01 file with boundary times at the beginning of each input time period. To look at the nudging times in the file, issue
Code:
ncdump -v Times wrffdda_d01
and you should see something like
Code:
data:

 Times =
  "YYYY-MM-DD_00:00:00",
  "YYYY-MM-DD_06:00:00" ;
at the end of the print-out.
 
Top