Ignore:
Timestamp:
Jun 29, 2018, 11:12:44 AM (6 years ago)
Author:
Laurent Fairhead
Message:

Commiting variables initialisation as found by Yann
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/DYNAMICO-conv/libf/phylmd/physiq_mod.F90

    r3336 r3355  
    15171517            ENDDO
    15181518          ENDDO
     1519        ELSE
     1520          pbl_tke(:,:,is_ave) = 0. !ym missing init : maybe must be initialized in the same way that for klon_glo==1 ??
    15191521!>jyg
    15201522       ENDIF
     
    22382240       !
    22392241       !-------gustiness calculation-------!
     2242       !ym : Warning gustiness non inialized for iflag_gusts=2 & iflag_gusts=3
     2243       gustiness=0  !ym missing init
     2244       
    22402245       IF (iflag_gusts==0) THEN
    22412246          gustiness(1:klon)=0
     
    40654070
    40664071    IF (.not. ok_hines .and. ok_gwd_rando) then
     4072       ! ym missing init for east_gwstress & west_gwstress -> added in phys_local_var_mod
    40674073       CALL acama_GWD_rando(PHYS_TSTEP, pplay, latitude_deg, t_seri, u_seri, &
    40684074            v_seri, rot, zustr_gwd_front, zvstr_gwd_front, du_gwd_front, &
     
    47274733       !         write(97) u_seri,v_seri,t_seri,q_seri
    47284734       !         close(97)
    4729        !$OMP MASTER
     4735!       !$OMP MASTER
    47304736       IF (read_climoz >= 1) THEN
    47314737          IF (is_mpi_root) THEN
     
    47354741          DEALLOCATE(press_cen_climoz) ! pointer
    47364742       ENDIF
    4737        !$OMP END MASTER
     4743!       !$OMP END MASTER
    47384744#ifdef CPP_XIOS
    47394745       IF (is_omp_master) CALL xios_context_finalize
Note: See TracChangeset for help on using the changeset viewer.