Changeset 4137


Ignore:
Timestamp:
Apr 22, 2022, 6:01:52 PM (2 years ago)
Author:
Ehouarn Millour
Message:

Minor follow-up to r4135.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Portage_acc/libf/phylmd/physiq_mod.F90

    r4135 r4137  
    168168
    169169
    170  #ifdef CPP_StratAer
     170#ifdef CPP_StratAer
    171171    USE strataer_mod, ONLY: strataer_init
    172172#endif
     
    11001100    CHARACTER (LEN=20) :: modname='physiq_mod'
    11011101    CHARACTER*80 abort_message
    1102     LOGICAL, SAVE ::  ok_sync, ok_sync_omp
     1102    LOGICAL, SAVE ::  ok_sync
    11031103    !$OMP THREADPRIVATE(ok_sync)
    11041104    REAL date0
     
    16721672#ifdef CPP_IOIPSL
    16731673
    1674        !$OMP MASTER
    16751674       ! FH : if ok_sync=.true. , the time axis is written at each time step
    16761675       ! 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
    16791679       CALL phys_output_open(longitude_deg,latitude_deg,nCFMIP,tabijGCM, &
    16801680            iGCM,jGCM,lonGCM,latGCM, &
     
    16861686            flag_aerosol_strat, pdtphys, paprs, pphis,  &
    16871687            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)
    16891689       !$OMP END MASTER
    16901690       !$OMP BARRIER
    1691        ok_sync=ok_sync_omp
    16921691
    16931692       freq_outNMC(1) = ecrit_files(7)
Note: See TracChangeset for help on using the changeset viewer.