Changeset 1327
- Timestamp:
- Aug 19, 2014, 1:18:13 AM (10 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/comsaison_h.F90
r1326 r1327 9 9 10 10 real, allocatable, dimension(:) :: mu0,fract 11 !$OMP THREADPRIVATE(isaison,callsais,dist_star,declin,mu0,fract) 11 12 12 13 end module comsaison_h -
trunk/LMDZ.GENERIC/libf/phystd/orbite.F
r1326 r1327 1 1 subroutine orbite(pls,pdist_star,pdecli,pright_ascenc) 2 3 use planete_mod, only: p_elips, e_elips, timeperi, obliquit 2 4 implicit none 3 4 5 !================================================================== 5 6 ! … … 24 25 c ------------- 25 26 26 #include "planete.h"27 27 #include "comcstfi.h" 28 28 -
trunk/LMDZ.GENERIC/libf/phystd/physiq.F90
r1326 r1327 17 17 dryness, watercaptag 18 18 use comdiurn_h, only: coslat, sinlat, coslon, sinlon 19 use comsaison_h, only: mu0, fract, dist_star, declin 19 use comsaison_h, only: mu0, fract, dist_star, declin, right_ascen 20 20 use comsoil_h, only: nsoilmx, layer, mlayer, inertiedat 21 21 USE comgeomfi_h, only: long, lati, area, totarea, totarea_planet … … 251 251 real zdtdif(ngrid,nlayer) ! (K/s) 252 252 real zdvadj(ngrid,nlayer),zduadj(ngrid,nlayer) ! (m.s-2) 253 real zdvtid(ngrid,nlayer),zdutid(ngrid,nlayer) ! (m.s-2)254 253 real zdhadj(ngrid,nlayer) ! (K/s) 255 254 real zdtgw(ngrid,nlayer) ! (K/s)
Note: See TracChangeset
for help on using the changeset viewer.