Changeset 2443 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Jan 15, 2021, 5:41:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r2442 r2443 3167 3167 3168 3168 if (rdstorm) then ! writediagfi tendencies stormdust tracers 3169 call WRITEDIAGFI(ngrid,'reffdust','reffdust',3170 & 'm',3,rdust*ref_r0)3171 3169 call WRITEDIAGFI(ngrid,'reffstormdust','reffstormdust', 3172 3170 & 'm',3,rstormdust*ref_r0) … … 3226 3224 3227 3225 if (slpwind) then 3226 call WRITEDIAGFI(ngrid,'refftopdust','refftopdust', 3227 & 'm',3,rtopdust*ref_r0) 3228 call WRITEDIAGFI(ngrid,'topdustq','top Dust mass mr', 3229 & 'kg/kg',3,pq(:,:,igcm_topdust_mass)) 3230 call WRITEDIAGFI(ngrid,'topdustN','top Dust number', 3231 & 'part/kg',3,pq(:,:,igcm_topdust_number)) 3228 3232 select case (trim(dustiropacity)) 3229 3233 case ("tes")
Note: See TracChangeset
for help on using the changeset viewer.