Changeset 4137
- Timestamp:
- Apr 22, 2022, 6:01:52 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Portage_acc/libf/phylmd/physiq_mod.F90
r4135 r4137 168 168 169 169 170 170 #ifdef CPP_StratAer 171 171 USE strataer_mod, ONLY: strataer_init 172 172 #endif … … 1100 1100 CHARACTER (LEN=20) :: modname='physiq_mod' 1101 1101 CHARACTER*80 abort_message 1102 LOGICAL, SAVE :: ok_sync , ok_sync_omp1102 LOGICAL, SAVE :: ok_sync 1103 1103 !$OMP THREADPRIVATE(ok_sync) 1104 1104 REAL date0 … … 1672 1672 #ifdef CPP_IOIPSL 1673 1673 1674 !$OMP MASTER1675 1674 ! FH : if ok_sync=.true. , the time axis is written at each time step 1676 1675 ! in the output files. Only at the end in the opposite case 1677 ok_sync_omp=.FALSE. 1678 CALL getin_p('ok_sync',ok_sync_omp) 1676 ok_sync=.FALSE. 1677 CALL getin_p('ok_sync',ok_sync) 1678 !$OMP MASTER 1679 1679 CALL phys_output_open(longitude_deg,latitude_deg,nCFMIP,tabijGCM, & 1680 1680 iGCM,jGCM,lonGCM,latGCM, & … … 1686 1686 flag_aerosol_strat, pdtphys, paprs, pphis, & 1687 1687 pplay, lmax_th, ptconv, ptconvth, ivap, & 1688 d_u, d_t, qx, d_qx, zmasse, ok_sync _omp)1688 d_u, d_t, qx, d_qx, zmasse, ok_sync) 1689 1689 !$OMP END MASTER 1690 1690 !$OMP BARRIER 1691 ok_sync=ok_sync_omp1692 1691 1693 1692 freq_outNMC(1) = ecrit_files(7)
Note: See TracChangeset
for help on using the changeset viewer.