Changeset 1152 for trunk/LMDZ.GENERIC/libf
- Timestamp:
- Jan 7, 2014, 10:40:56 AM (11 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/mucorr.F
r135 r1152 92 92 c ------------------------ 93 93 94 ! condition added to avoid errors when rad is not set (e.g. 1D runs) 95 IF (prad.ne.0) THEN 96 94 97 alph=phaut/prad 95 98 DO 30 j=1,npts 96 99 c !!!!!! 100 !!!!!!! AS: how generic is this??? 97 101 pmu(j)=sqrt(1224.*pmu(j)*pmu(j)+1.)/35. 98 102 c $ (sqrt(alph*alph*pmu(j)*pmu(j)+2.*alph+1.)-alph*pmu(j)) 99 103 30 CONTINUE 100 104 105 ENDIF 106 101 107 RETURN 102 108 END -
trunk/LMDZ.GENERIC/libf/phystd/physiq.F90
r1150 r1152 700 700 701 701 call mucorr(ngrid,declin,lati,mu0,fract,10000.,rad) 702 ! WARNING: this function appears not to work in 1D703 702 704 703 endif
Note: See TracChangeset
for help on using the changeset viewer.