GEUS-SICE / pySICE

Python and Fortran scripts behind the SICE toolchain for albedo retrieval.
GNU General Public License v2.0
5 stars 1 forks source link

Post processing of spherical albedo: do we want to keep it? #26

Open BaptisteVandecrux opened 2 years ago

BaptisteVandecrux commented 2 years ago

answer is spherical albedo

            if (answer(1).lt.0.0.and.answer(2).gt.0.0) answer(1)=1.0
            if (answer(1).lt.0.0.and.answer(3).gt.0.0) answer(1)=1.0
            if (answer(1).lt.0.0.and.answer(4).gt.0.0) answer(1)=1.0
       if (answer(2).lt.0.0.and.answer(3).gt.0.0) answer(2)=1.0
       if (answer(2).lt.0.0.and.answer(4).gt.0.0) answer(2)=1.0
       if (answer(3).lt.0.0.and.answer(2).gt.0.0) answer(3)=1.0
       if (answer(3).lt.0.0.and.answer(4).gt.0.0) answer(3)=1.0