<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)">Dear NCL talk,</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)">This is Ling. I want to call Fortran subroutines (f77) from a NCL script. But I have a question regarding using the command &quot;WRAPIT&quot;.</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)">The fortran script mainly has two goals: (1) read in data from a netcdf file; (b) write the data into binary file. So I have &quot;include netcdf.inc&quot; in the fortran script for the netcdf part. I compiled my fortran script by:</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)"><br></div><div class="gmail_default" style><font color="#0b5394" face="tahoma, sans-serif">ifort wrt_landuse.f -convert big_endian -I/opt/apps/intel13/netcdf/<a href="http://4.2.1.1/include">4.2.1.1/include</a> -L/opt/apps/intel13/netcdf/<a href="http://4.2.1.1/lib">4.2.1.1/lib</a> -lnetcdff</font><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)">So I need compile with &quot;-convert big_endian&quot; option and also supplies the netcdf library. My question is if I want to call this fortran script as subroutine from a NCL script, how should I use the &quot;WRAPIT&quot; command? Obviously there is no such thing like:</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)">WRAPIT wrt_landuse.f -convert big_endian -I/opt/apps/intel13/netcdf/<a href="http://4.2.1.1/include">4.2.1.1/include</a> -L/opt/apps/intel13/netcdf/<a href="http://4.2.1.1/lib">4.2.1.1/lib</a> -lnetcdff</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)">So how can use the &quot;WRAPIT&quot; under this condition?</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)">Thank you very much!</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(11,83,148)">Ling</div></div>