- Timestamp:
- Oct 31, 2017, 5:56:42 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/DYNAMICO-conv/libf/phylmd/pbl_surface_mod.F90
r2952 r3055 56 56 USE print_control_mod, ONLY: lunout 57 57 USE ioipsl_getin_p_mod, ONLY : getin_p 58 IMPLICIT NONE 58 59 59 60 INCLUDE "dimsoil.h" … … 277 278 USE indice_sol_mod 278 279 USE time_phylmdz_mod, ONLY: day_ini,annee_ref,itau_phy 279 USE mod_grid_phy_lmdz, ONLY : nbp_lon, nbp_lat 280 USE mod_grid_phy_lmdz, ONLY : nbp_lon, nbp_lat, grid1dto2d_glo 280 281 USE print_control_mod, ONLY: prt_level,lunout 281 282 … … 830 831 idayref = day_ini 831 832 CALL ymds2ju(annee_ref, 1, idayref, 0.0, zjulian) 832 CALL gr _fi_ecrit(1,klon,nbp_lon,nbp_lat,rlon,zx_lon)833 CALL grid1dTo2d_glo(rlon,zx_lon) 833 834 DO i = 1, nbp_lon 834 835 zx_lon(i,1) = rlon(i+1) 835 836 zx_lon(i,nbp_lat) = rlon(i+1) 836 837 ENDDO 837 CALL gr _fi_ecrit(1,klon,nbp_lon,nbp_lat,rlat,zx_lat)838 CALL grid1dTo2d_glo(rlat,zx_lat) 838 839 CALL histbeg("sous_index",nbp_lon,zx_lon(:,1),nbp_lat,zx_lat(1,:), & 839 840 1,nbp_lon,1,nbp_lat, & … … 881 882 zt2m(:)=0. ; zq2m(:)=0. ; qsat2m(:)=0. ; rh2m(:)=0. 882 883 d_t(:,:)=0. ; d_t_diss(:,:)=0. ; d_q(:,:)=0. ; d_u(:,:)=0. ; d_v(:,:)=0. 884 zcoefh(:,:,:)=0. ; zcoefm(:,:,:)=0. 883 885 zxsens_x(:)=0. ; zxsens_w(:)=0. ; zxfluxlat_x(:)=0. ; zxfluxlat_w(:)=0. 884 886 cdragh_x(:)=0. ; cdragh_w(:)=0. ; cdragm_x(:)=0. ; cdragm_w(:)=0.
Note: See TracChangeset
for help on using the changeset viewer.