fnemina / pyOSOAA

pyOSOAA is a python interface for the Ocean Successive Orders with Atmosphere - Advanced (OSOAA) radiative transfer.
GNU General Public License v3.0
20 stars 6 forks source link

pyOSOAA package run on windows #41

Open wanghuajing271413 opened 2 years ago

wanghuajing271413 commented 2 years ago

dear author: I want to use pyOSOAA package on windows platform to calculate IOPS of inland water,and coupled with other model. The manual of pyOSOAA guide for Ubuntu, if something wrong with my computer environment variable path or gfortran?(error display just when i runing pyOSOAA.test()); in addition, may i get your email for further question.

fnemina commented 2 years ago

Dear HuaiJing Wang,

have you been able to compile OSOAA standalone in Windows? You can check a windows version here.

After that you should check your environment variables to define the path to OSOAA directory in OSOAA_ROOT. You can check if it's defined using the following script

import os
print(os.getenv("OSOAA_ROOT"))

if that fails please send me the specific error you are having.

If you need my email it is fnemina-at-gmail.com

Best, Fran