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

Add method for reading OSOAA results #9

Closed fnemina closed 5 years ago

fnemina commented 5 years ago

Files to read

Standard output

fnemina commented 5 years ago

This should be the format for the OSOAA.ResFIle.Bin file

C* Enregistrement des tableaux de luminances à l'ordre IS de 
C* la décomposition en séries de Fourier, sur tout le profil
C* Bornes d'enregistrement des tableaux limitées au dimensionnement 
C* utile en angles : -NBMU:NBMU
C--------------------------------------------------------------
         WRITE(IDFICOS,ERR=1061)((I3(I,K),I=0,NT_TOT),K=-NBMU,NBMU),
     &              ((Q3(I,K),I=0,NT_TOT),K=-NBMU,NBMU),
     &              ((U3(I,K),I=0,NT_TOT),K=-NBMU,NBMU)
fnemina commented 5 years ago

Leave the angle output files for a next version.