Changeset 4064 for trunk/LMDZ.MARS/libf
- Timestamp:
- Feb 11, 2026, 3:49:30 PM (2 weeks ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 2 edited
-
callkeys_mod.F90 (modified) (1 diff)
-
dust_coagulation_mod.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/callkeys_mod.F90
r4063 r4064 65 65 !$OMP THREADPRIVATE(topflows) 66 66 logical,save :: dust_coagulation ! coagulation of dust particles 67 !$OMP THREADPRIVATE( coagulation)67 !$OMP THREADPRIVATE(dust_coagulation) 68 68 integer,save :: coal_kg ! mode for coalescence 0,1, or 2 69 69 !$OMP THREADPRIVATE(coal_kg) -
trunk/LMDZ.MARS/libf/phymars/dust_coagulation_mod.F90
r4063 r4064 21 21 logical,save :: dust_coag_kernel_de ! diffusion enhancement 22 22 logical,save :: dust_coag_kernel_ti ! Not implemented yet. 23 !$OMP THREADPRIVATE(full_coag_equations,dust_coag_kernel_b,dust_coag_kernel_g,dust_coag_kernel_de,dust_coag_kernel_ti ,coal_coeff_mode)23 !$OMP THREADPRIVATE(full_coag_equations,dust_coag_kernel_b,dust_coag_kernel_g,dust_coag_kernel_de,dust_coag_kernel_ti) 24 24 integer,save :: coal_coeff_mode ! Flag to choose how to calculate coalescence coefficient 25 25 !$OMP THREADPRIVATE(coal_coeff_mode)
Note: See TracChangeset
for help on using the changeset viewer.
