Ignore:
Timestamp:
Jun 26, 2018, 11:12:19 AM (6 years ago)
Author:
idelkadi
Message:

Correction de la gestion des cles logiques de sorties COSP (en mode OpenMP)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/cosp/phys_cosp.F90

    r3308 r3347  
    343343
    344344!+++++++++++++ Open output files and define output files axis !+++++++++++++
    345 !    if (debut_cosp) then
     345    if (debut_cosp) then
    346346
    347347      !$OMP MASTER
     
    353353      !$OMP BARRIER
    354354        debut_cosp=.false.
    355 !      endif ! debut_cosp
     355      endif ! debut_cosp
    356356!    else
    357357!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
     
    408408      CLOSE(10)
    409409    ENDIF
     410!$OMP BARRIER
    410411    CALL bcast(overlap)
    411412    CALL bcast(isccp_topheight)
     
    440441    CALL bcast(n2o)
    441442    CALL bcast(co)
    442 !$OMP BARRIER 
     443
    443444  END SUBROUTINE read_cosp_input
    444445
Note: See TracChangeset for help on using the changeset viewer.