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

"make_util megan_bio_emiss": not working: command not found!

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

sinisters93

New member
WRF-Chem Emission guide Chapter -3 says this:-


After extracting the file be sure that the correct environment variables for your
FORTRAN compiler and netCDF libraries are set correctly by editing the make_util
script file if necessary. At this point the MEGAN source code in the MEGAN directory
can be compiled by issuing the command:

> make_util megan_bio_emiss

I am having files in my MEGAN directory as:-

area_mapper.dbg.f90 constants_module.f90 laiv200302_30sec.nc laiv200307_30sec.nc laiv200312_30sec.nc megan_tutorial.tar.gz README.bio_emiss
area_mapper.f90 DSW.nc laiv200303_30sec.nc laiv200308_30sec.nc Makefile megan_xform.f90 shr200121_30sec.nc
bio_emiss.f90 hrb200121_30sec.nc laiv200304_30sec.nc laiv200309_30sec.nc make_util misc_definitions_module.f90 surfdata_xform.f90
bio_types.f90 isoall200021_30sec.nc laiv200305_30sec.nc laiv200310_30sec.nc megan_bio_emiss.tar mozbc.tar TAS.nc
btr200121_30sec.nc laiv200301_30sec.nc laiv200306_30sec.nc laiv200311_30sec.nc megan.data.tar.gz ntr200121_30sec.nc wes-coldens.tar

So, following the steps if i issue this command :
make_util megan_bio_emiss

it says:-
make_util megan_bio_emiss
bash: make_util: command not found...


Please help me out with this!
 
on ubuntu system "./make_util megan_bio_emiss" worked for me. (make the file executable if it's not already)
 
Top