Changeset 1938 for LMDZ5/trunk/libf/phylmd/physiq.F90
- Timestamp:
- Jan 20, 2014, 5:20:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/physiq.F90
r1931 r1938 55 55 !IM stations CFMIP 56 56 USE CFMIP_point_locations 57 use FLOTT_GWD_rando_m, only: FLOTT_GWD_rando 58 57 59 IMPLICIT none 58 60 !>====================================================================== … … 614 616 615 617 ! tendance nulles 616 REAL du0(klon,klev),dv0(klon,klev),dq0(klon,klev),dql0(klon,klev)618 REAL, dimension(klon,klev):: du0, dv0, dt0, dq0, dql0 617 619 618 620 ! … … 1390 1392 du0(:,:)=0. 1391 1393 dv0(:,:)=0. 1394 dt0 = 0. 1392 1395 dq0(:,:)=0. 1393 1396 dql0(:,:)=0. … … 3251 3254 ENDIF 3252 3255 3253 ! 3254 !IM cf. FLott BEG 3256 if (ok_gwd_rando) then 3257 call FLOTT_GWD_rando(DTIME, pplay, t_seri, u_seri, v_seri, & 3258 rain_fall + snow_fall, zustr_gwd_rando, zvstr_gwd_rando, & 3259 du_gwd_rando, dv_gwd_rando) 3260 CALL add_phys_tend(du_gwd_rando, dv_gwd_rando, dt0, dq0, dql0, & 3261 'flott_gwd_rando') 3262 end if 3263 3255 3264 ! STRESS NECESSAIRES: TOUTE LA PHYSIQUE 3256 3265
Note: See TracChangeset
for help on using the changeset viewer.