AndrewLowry
New member
I wanted to double check the mandatory data required for WPS. From the user manual it states that we must supply T2m, RH2m (or SpecHum 2m), U10m, and V10m. However when I look at the METGRID.TBL that is supplied with the code (WPS/metgrid/METGRID.TBL.ARW at master · wrf-model/WPS) there are no entries that use T2m, RH2m (or SpecHum 2m), U10m, and V10m data and consequently there are no entries in my met_em.d* files. Are they really necessary?
I looked through all the METGRID.TBLs in the github folder and I could not find any that had entries for these four variables.
I've attached a copy of my vtable and the output from ungrib.log, which show how these values are being stored in the intermediate files.
This leads to, where in real are these variables used, and are they necessary? I see in the output from real.exe (wrfinput_d0*) that these fields (T2, Q2, U10, and V10) have been created, but I can't work out where this happens in the wrf code? I see in module_initialize_real.F they come from the array grid, e.g. grid%t2, but I can't work out where this is initialized.
I looked through all the METGRID.TBLs in the github folder and I could not find any that had entries for these four variables.
I've attached a copy of my vtable and the output from ungrib.log, which show how these values are being stored in the intermediate files.
This leads to, where in real are these variables used, and are they necessary? I see in the output from real.exe (wrfinput_d0*) that these fields (T2, Q2, U10, and V10) have been created, but I can't work out where this happens in the wrf code? I see in module_initialize_real.F they come from the array grid, e.g. grid%t2, but I can't work out where this is initialized.