Ignore:
Timestamp:
Jan 16, 2018, 10:30:10 AM (7 years ago)
Author:
idelkadi
Message:
  • Activation des simulateurs et des champs de sortie en fonction de ce qui est demande dans les fichiers .xml pour XIOS (CMIP6)
  • Mise a jour du calendrier pour Xios dans Cosp
File:
1 edited

Legend:

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

    r2955 r3152  
    8383   endif
    8484
    85 !#ifdef CPP_XIOS
    86 ! !$OMP MASTER
    87 !IF (cosp_varsdefined) THEN
    88 !   if (prt_level >= 10) then
    89 !         WRITE(lunout,*)'Apell xios_update_calendar cosp_varsdefined iinitend ', &
    90 !                         cosp_varsdefined,iinitend
    91 !   endif
    92 !    CALL xios_update_calendar(itau_wcosp)
    93 !ENDIF
    94 !  !$OMP END MASTER
    95 !  !$OMP BARRIER
    96 !#endif
     85#ifdef CPP_XIOS
     86 !$OMP MASTER
     87IF (cosp_varsdefined) THEN
     88   if (prt_level >= 10) then
     89         WRITE(lunout,*)'Apell xios_update_calendar cosp_varsdefined iinitend ', &
     90                         cosp_varsdefined,iinitend
     91   endif
     92    CALL xios_update_calendar(itau_wcosp)
     93ENDIF
     94  !$OMP END MASTER
     95  !$OMP BARRIER
     96#endif
    9797
    9898 if (cfg%Llidar_sim) then
Note: See TracChangeset for help on using the changeset viewer.