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

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
 
Top