Changeset 1162 for trunk/LMDZ.GENERIC/libf
- Timestamp:
- Jan 21, 2014, 4:29:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/physiq.F90
r1161 r1162 709 709 710 710 call mucorr(ngrid,declin,lati,mu0,fract,10000.,rad) 711 ! write(*,*) 'mu0 =', mu0712 ! write(*,*) 'hello, l 738'713 711 ! WARNING: this function appears not to work in 1D 714 712 … … 1474 1472 if(corrk)then 1475 1473 1476 if(ISNAN(sum(fluxtop_dn))) then1477 write(*,*) 'err fluxtop_dn'1478 else if(ISNAN(sum(area))) then1479 write(*,*) 'err area'1480 else if(ISNAN(totarea)) then1481 write(*,*) 'area is nan'1482 endif1483 1484 1474 ISR = SUM(area(:)*fluxtop_dn(:))/totarea 1485 1475 ASR = SUM(area(:)*fluxabs_sw(:))/totarea
Note: See TracChangeset
for help on using the changeset viewer.