Changeset 1545 for trunk/LMDZ.TITAN/libf/phytitan/physiq.F
- Timestamp:
- May 2, 2016, 8:31:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/physiq.F
r1543 r1545 58 58 USE infotrac 59 59 use dimphy 60 USE geometry_mod, ONLY: longitude, latitude, cell_area, dx, dy 60 USE geometry_mod, ONLY: longitude, latitude, ! in radians 61 & longitude_deg, latitude_deg, ! in degrees 62 & cell_area, dx, dy 61 63 use cpdet_mod, only: cpdet, t2tpot 62 64 USE mod_phys_lmdz_para, only : is_parallel,jj_nb … … 861 863 862 864 c dans zenang, Ls en degres ; dans mucorr, Ls en radians 863 call mucorr(klon,zls,latitude ,rmu0bar,fractbar)865 call mucorr(klon,zls,latitude_deg,rmu0bar,fractbar) 864 866 IF (cycle_diurne) THEN 865 867 zdtime=dtime*REAL(radpas) ! pas de temps du rayonnement (s) 866 CALL zenang(zlsdeg,gmtime,zdtime,latitude,longitude,rmu0,fract) 868 CALL zenang(zlsdeg,gmtime,zdtime,latitude_deg,longitude_deg, 869 & rmu0,fract) 867 870 ELSE 868 871 rmu0 = rmu0bar … … 917 920 $ paprs,pplay,ppk,radsol,falbe, 918 921 e solsw, sollw, sollwdown, fder, 919 e longitude , latitude, dx, dy,922 e longitude_deg, latitude_deg, dx, dy, 920 923 e debut, lafin, 921 924 s d_t_vdf,d_u_vdf,d_v_vdf,d_ts, … … 1368 1371 c A ADAPTER POUR VENUS ET TITAN!!! 1369 1372 c CALL lift_noro(klon,klev,dtime,paprs,pplay, 1370 c e latitude ,zmea,zstd,zpic,zgam,zthe,zpic,zval,1373 c e latitude_deg,zmea,zstd,zpic,zgam,zthe,zpic,zval, 1371 1374 c e igwd,idx,itest, 1372 1375 c e t_seri, u_seri, v_seri, … … 1425 1428 c==================================================================== 1426 1429 if (ballons.eq.1) then 1427 CALL ballon(30,pdtphys,rjourvrai,gmtime,latitude,longitude, 1430 CALL ballon(30,pdtphys,rjourvrai,gmtime, 1431 & latitude_deg,longitude_deg, 1428 1432 c C t,pplay,u,v,pphi) ! alt above surface (smoothed for GCM) 1429 1433 C t,pplay,u,v,zphi) ! alt above planet average radius … … 1459 1463 CALL aaam_bud (27,klon,klev,rjourvrai,gmtime, 1460 1464 C ra,rg,romega, 1461 C latitude ,longitude,pphis,1465 C latitude_deg,longitude_deg,pphis, 1462 1466 C zustrdr,zustrli,zustrcl, 1463 1467 C zvstrdr,zvstrli,zvstrcl, … … 1545 1549 c DO k = 1, klev 1546 1550 c DO i = 1, klon 1547 c mang(i,k) = RA*cos(latitude(i) *RPI/180.)1548 c . *(u_seri(i,k)+RA*cos(latitude(i) *RPI/180.)*ROMEGA)1551 c mang(i,k) = RA*cos(latitude(i)) 1552 c . *(u_seri(i,k)+RA*cos(latitude(i))*ROMEGA) 1549 1553 c . *cell_area(i)*(paprs(i,k)-paprs(i,k+1))/RG 1550 1554 c mangtot=mangtot+mang(i,k)
Note: See TracChangeset
for help on using the changeset viewer.