Changeset 2830 for LMDZ5


Ignore:
Timestamp:
Mar 24, 2017, 4:42:11 PM (7 years ago)
Author:
acozic
Message:

Add a missing OM MASTER directive for the strataer version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90

    r2825 r2830  
    409409#ifdef CPP_XIOS
    410410#ifdef CPP_StratAer
    411     IF (.NOT.vars_defined) THEN
     411!$OMP MASTER
     412   IF (.NOT.vars_defined) THEN
    412413          !On ajoute les variables 3D traceurs par l interface fortran
    413414          CALL xios_get_handle("fields_strataer_trac_3D", group_handle)
     
    473474          ENDDO
    474475    ENDIF
    475 #endif
    476 #endif
    477 
     476!$OMP END MASTER
     477#endif
     478#endif
    478479    ! ug la boucle qui suit ne sert qu'une fois, pour l'initialisation, sinon il n'y a toujours qu'un seul passage:
    479480    DO iinit=1, iinitend
Note: See TracChangeset for help on using the changeset viewer.