Re: subroutine to convert O3 (kg/kg) in NCL

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Thu Oct 17 2013 - 10:04:48 MDT

This does not require a "subroutine" or function.
This is strictly a units conversion question.
It is not even an NCL related question.

The following may offer you some help:

    http://wdc.dlr.de/data_products/SERVICES/PROMOTE_O3/vmr.html

Some constants that may help you:

   DUcm = 2.6910^16 ; Dobson Unit: 1DU=2.6910^16 molecules/cm2
   DUm = 2.6910^20 ; Dobson Unit: 1DU=2.6910^20 molecules/m2
   DUmmom = 0.4462 ; Dobson Unit: 0.4462 millimoles of ozone/m2
   DUkgm = 2.1415E-05 ; kilogram [ozone] per square meter

On 10/17/13 9:44 AM, Mary Haley wrote:
> Dear Ahmad,
>
> We do not have any such function, but if somebody wants to contribute a Fortran or C code, we may be able to build it into NCL for a future release.
>
> Also, you can wrap your own Fortran code and call it from NCL using our WRAPIT tool:
>
> http://www.ncl.ucar.edu/Document/Tools/WRAPIT.shtml
>
> --Mary
>
> On Oct 16, 2013, at 12:26 AM, Ahmad Farsyud <a.farsyud@gmail.com> wrote:
>
>> Dear NCL folks,
>>
>> Is there anyone here has ever built a subroutine in NCL to convert Ozone mass mixing ratio O3 (kg/kg) to
>> 1. O3 (ppmv)
>> 2. O3 (DU/mb)
>> 3. O3 (DU/km)
>> 4. O3 (mole/cm3)
>>
>> it's really helpful not only for me but also for those who work on O3 analysis.
>> Thank you so much for any help.
>>
>> AF
>> _______________________________________________
>> ncl-talk mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Oct 17 10:04:48 2013

This archive was generated by hypermail 2.1.8 : Tue Oct 22 2013 - 10:35:27 MDT