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

Using dust_emis = 1 in WPS 4.5

barrylynn

New member
Hello:

I set dust_emis = 1 in the namelist.input file. I then tried to run real.exe. When real.exe ran, it gave me an error message. The error message said that I needed to do add the following in namelist.wps, in order to run with dust_emis = 1.


flag_clayfrac = 1,
flag_sandfrac = 1,
flag_erod = 1,

This way, the metgrid files would have the data they need to run real.exe.

But, when I try to do it, I get an error running geogrid.exe


[gdlja@mn03 RUN_01]$ ./geogrid.exe


forrtl: severe (19): invalid reference to variable in NAMELIST input, unit 10, file /data21/gdlja/RUN_01/namelist.wps, line 26, position 16

How do I add these flags to namelist.wps?

(Or, is there another solution?)

Thanks
 
Hi: I found it. One needs to untar

geog_thompson28_chem.tar.gz

and add:

geog_data_res = 'default','clayfrac_5m','sandfrac_5m','erod',
 
Top