Changeset 2655 for trunk/LMDZ.GENERIC/libf/phystd/callkeys_mod.F90
- Timestamp:
- Mar 30, 2022, 12:19:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/callkeys_mod.F90
r2635 r2655 14 14 logical,save :: strictboundcorrk 15 15 !$OMP THREADPRIVATE(strictboundcorrk) 16 logical,save :: strictbound H2H2cia17 !$OMP THREADPRIVATE(strictbound H2H2cia)16 logical,save :: strictboundcia 17 !$OMP THREADPRIVATE(strictboundcia) 18 18 19 19 logical,save :: enertest … … 76 76 integer,save :: startype 77 77 integer,save :: versH2H2cia 78 character(64),save :: H2orthopara_mixture 78 79 integer,save :: nlayaero 79 !$OMP THREADPRIVATE(iddist,iaervar,iradia,startype,versH2H2cia, nlayaero)80 !$OMP THREADPRIVATE(iddist,iaervar,iradia,startype,versH2H2cia,H2orthopara_mixture,nlayaero) 80 81 integer,dimension(:),allocatable,save :: aeronlay_choice 81 82 !$OMP THREADPRIVATE(aeronlay_choice)
Note: See TracChangeset
for help on using the changeset viewer.