Changeset 1543 for trunk/LMDZ.TITAN/libf/phytitan/radtitan.F
- Timestamp:
- Apr 22, 2016, 9:02:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/radtitan.F
r1461 r1543 33 33 USE infotrac 34 34 use dimphy 35 USE comgeomphy35 USE geometry_mod, ONLY: latitude 36 36 USE optcld, only : iniqcld 37 37 use moyzon_mod, only:plevmoy … … 214 214 somcoslat=0. 215 215 do j=1,klon 216 coslat(j) = cos( rlatd(j)*RPI/180.)216 coslat(j) = cos(latitude(j)*RPI/180.) 217 217 somcoslat=somcoslat+coslat(j) 218 218 enddo
Note: See TracChangeset
for help on using the changeset viewer.