Changeset 2265 for trunk/LMDZ.MARS/libf/phymars/phyredem.F90
- Timestamp:
- Mar 20, 2020, 6:42:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/phyredem.F90
r2260 r2265 156 156 use tracer_mod, only: noms ! tracer names 157 157 use nonoro_gwd_ran_mod, only: du_nonoro_gwd, dv_nonoro_gwd 158 use compute_dtau_mod, only: dtau 158 159 159 160 implicit none … … 226 227 call put_field("tauscaling","dust conversion factor",tauscaling,time) 227 228 229 if (dustinjection.gt.0) then 230 call put_field("dtau","dust opacity difference between GCM and scenario",& 231 dtau,time) 232 endif 233 228 234 if (calltherm) then 229 235 call put_field("wstar","Max vertical velocity in thermals",wstar,time)
Note: See TracChangeset
for help on using the changeset viewer.