Search found 2 matches

by OB ScienceSW - alex
Sat Sep 14, 2024 5:45 pm America/New_York
Forum: Home
Question: alternate OCDATAROOT
Replies: 2

Re: alternate OCDATAROOT

There are 2 viable solutions. 1) change OCSSW_bash.env: replace line 81 with the following expression if [ -z ${OCDATAROOT+x} ]; then export OCDATAROOT=$OCSSWROOT/share; else echo "OCDATAROOT is set to '$OCDATAROOT'"; fi replace line 84 with the following expression if [ -z ${OCVARROOT+x} ...
by OB ScienceSW - alex
Mon Jun 03, 2024 9:53 am America/New_York
Forum: Home
Question: Sunglint calculation
Replies: 6

Re: Sunglint calculation

starbright wrote: > Another clarification question: > These two lines are inconsistent. > 25 C cos(OMEGA) = cos(BETA)cos(PHI)-sin(BETA)sin(PHI)cos(ALPHA) > 59 omega = acoss(cos(y1)*cos(y2)-sin(y1)*sin(y2)*cos(y3))/2. > > I assume the code (line 59) is correct, and the correct formula on line 25 > sh...