Changeset 2643 for trunk/LMDZ.MARS/libf/phymars/dust_param_mod.F90
- Timestamp:
- Mar 17, 2022, 2:36:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dust_param_mod.F90
r2578 r2643 8 8 LOGICAL,SAVE :: freedust ! if true: no rescaling (via tauscaling) of the dust mass and number 9 9 LOGICAL,SAVE :: callddevil ! flag to activate dust devil (dust lifing/injection) parametrization 10 LOGICAL,SAVE :: reff_driven_IRtoVIS_scenario ! use GCM dust size to convert IR scenarios to VIS 10 11 11 12 !$OMP THREADPRIVATE(active, doubleq,submicron,lifting,freedust, & … … 28 29 ! tau_pref_scenario is deemed exact 29 30 30 !$OMP THREADPRIVATE(tauscaling, 31 !$OMP THREADPRIVATE(tauscaling,dustscaling_mode,dust_rad_adjust) 31 32 32 33 contains
Note: See TracChangeset
for help on using the changeset viewer.