CNES / RadiativeTransferCode-OSOAA

Ocean Successive Orders with Atmosphere - Advanced (OSOAA) : Accurate computation of the radiative tranfer into the Ocean-Atmosphere system including polarisation, coupling terms, and the agitated surface.
GNU General Public License v2.0
30 stars 12 forks source link

-HYD.Model 2 #12

Closed lucasbarbedo83 closed 1 year ago

lucasbarbedo83 commented 1 year ago

How can I guarantee the OSOAA model assimilates the external Mueller Matrix?

To understand how the geometry of acquisition can affect remote sensing reflectance and polarimetry, I try to run OSOAA using an external file Mueller Matrix:

EXTINCTION_COEF : 0.847090 SCATTERING_COEF : 3.056208 NB_LINES : 198 Angle F11 -F12/F11 F22/F11 F33/F11 0.01 91294.653 0.000001 1.000000 1.000000 0.02 75593.203 0.000003 1.000000 1.000000 ... 177.00 0.002 0.006599 0.979382 -0.977182 178.00 0.002 0.004895 0.978440 -0.975687 179.00 0.002 0.004470 0.978497 -0.972175

I selected the option "-HYD.Model 2", however, it seems the model keeps running option 1 because the "Main.log" indicates "HYD.Model: 1".


HYDROSOLS RADIATIVE PROPERTIES COMPUTATION

=> Characterization by models for PHYTOPLANKTON :


--> OSOAA_HYDROSOLS is called with the parameters : FICANGLES_RES_MIE : /local/OSOAA_RESULTS/0.517/Advanced_outputs/MIE_UsedAngles.txt
Simulation wavelength (Wa) : 0.51700 IMOD_HYD : 1 Concentration : 0.00000

   Phytoplancton : Mode Junge
   --------------------------
   Slope Rmin Rmax   :       -999.00000       0.01000     200.00000
   MR MI             :       -999.00000    -999.00000
   RATE              :       -999.00000
   --------------------------
   Phytoplancton : Mode LND 1
   --------------------------
   Mean Radius, Var  :       -999.00000    -999.00000
   MR MI             :       -999.00000    -999.00000
   RATE              :       -999.00000
   --------------------------
   Phytoplancton : Mode LND 2
   --------------------------
   Mean Radius, Var  :       -999.00000    -999.00000
   MR MI             :       -999.00000    -999.00000
   RATE              :       -999.00000
   ---------------
   External data :
   ---------------
   User data file    :     /local/output_HYD_ExtData/HYD_ExtData_0.517                                                                                                                                                                                                                                                                                                                                                                            
   ------------------
   MIE computations :
   ------------------
   Storage directory for MIE files     : UNDEFINED MIE REPOSITORY                                                                                                                                                                                                                                                                                                                                      
   Mie computations log file           : NO_LOG_FILE                                                                                                                                                                                                                                                                                                                                                                                                                                                       
   --------------
   Output files :
   --------------
   FICHYD_LOG        :     NO_LOG_FILE                                                                                                                                                                                                                                                                                                                                                                                                                                                       
   Res file Phyto    :     /local/OSOAA_RESULTS/0.517/Advanced_outputs/PM_PHYTO.txt                                                                                                                                                                                                                                                                                                                                                               

=> Characterization by models for MINERAL-LIKE PARTICLES :


--> OSOAA_HYDROSOLS is called with the parameters : FICANGLES_RES_MIE : /local/OAA_RESULTS/0.517/Advanced_outputs/MIE_UsedAngles.txt
Simulation wavelength (Wa) : 0.51700 IMOD_HYD : 1 Concentration : 0.00000

   Sediments : Mode Junge
   ----------------------
   Slope Rmin Rmax   :       -999.00000       0.01000     200.00000
   MR MI             :       -999.00000    -999.00000
   RATE              :       -999.00000
   ----------------------
   Sediments : Mode LND 1
   ----------------------
   Mean Radius, Var  :       -999.00000    -999.00000
   MR MI             :       -999.00000    -999.00000
   RATE              :       -999.00000
   ----------------------
   Sediments : Mode LND 2
   ----------------------
   Mean Radius, Var  :       -999.00000    -999.00000
   MR MI             :       -999.00000    -999.00000
   RATE              :       -999.00000
   ---------------
   External data :
   ---------------
   User data file    :     /local/output_HYD_ExtData/HYD_ExtData_0.517                                                                                                                                                                                                                                                                                                                                                                            
   ------------------
   MIE computations :
   ------------------
   Storage directory for MIE files     : UNDEFINED MIE REPOSITORY                                                                                                                                                                                                                                                                                                                                      
   Mie computations log file           : NO_LOG_FILE                                                                                                                                                                                                                                                                                                                                                                                                                                                       
   --------------
   Output files :
   --------------
   FICHYD_LOG        :     NO_LOG_FILE                                                                                                                                                                                                                                                                                                                                                                                                                                                       
   Res file MLP      :     /local/OAA_RESULTS/0.517/Advanced_outputs/PM_MLP.txt                                                                                                                                                                                                                                                                                                                                                                 
blafranc commented 1 year ago

Hello, Could you provide me with the command line you used and with the main logfile? My own test does not show any inconsistent information.

Best regards