I have intermediate files for each variable required to run the WRF model. However, I am encountering an error due to a bottom-to-top level approach issue while running real.exe. The issue is happening due to incorrect outputs from metgrid.exe. I feel a modification is necessary in METGRID.TBL
For example, METGRID.TBL contains
name=TT
mandatory=yes # MUST HAVE THIS FIELD
interp_option=sixteen_pt+four_pt+average_4pt
fill_missing=0.
fill_lev=200100:const(-1.E30)
========================================
How to modify metgrid.TBL if external temperature T2 is provided as a separate intermediate file. I think fill_lev=200100:const(-1.E30) should be modified here? How to avoid the final error when I run real.exe? should I also modify
========================================
name=PRES
z_dim_name=num_metgrid_levels
derived=yes
mandatory=yes # MUST HAVE THIS FIELD
fill_lev=allRESSURE
fill_lev=200100SFC(200100)
fill_lev=all:vertical_index; level_template=TT
========================================
For example, METGRID.TBL contains
name=TT
mandatory=yes # MUST HAVE THIS FIELD
interp_option=sixteen_pt+four_pt+average_4pt
fill_missing=0.
fill_lev=200100:const(-1.E30)
========================================
How to modify metgrid.TBL if external temperature T2 is provided as a separate intermediate file. I think fill_lev=200100:const(-1.E30) should be modified here? How to avoid the final error when I run real.exe? should I also modify
========================================
name=PRES
z_dim_name=num_metgrid_levels
derived=yes
mandatory=yes # MUST HAVE THIS FIELD
fill_lev=allRESSURE
fill_lev=200100SFC(200100)
fill_lev=all:vertical_index; level_template=TT
========================================