Setup GEOGRID.TBL Table for noah_mp opt_run=5

arungs

New member
Hi,

I am beginner using wrf. Is it possible to suggest how to setup GEOGRID.TBL Table for noah_mp opt_run=5 ?
 
Hi,
In the WPS/geogrid/ directory, there is already a file called GEOGRID.TBL.ARW.noahmp. You can just link that to the name GEOGRID.TBL so that geogrid reads that one, instead.

Code:
ln -sf GEOGRID.TBL.ARW.noahmp GEOGRID.TBL
 
Back
Top