Changeset 1983 for trunk/LMDZ.MARS/libf/phymars/callsedim_mod.F
- Timestamp:
- Aug 1, 2018, 3:35:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/callsedim_mod.F
r1974 r1983 22 22 USE newsedim_mod, ONLY: newsedim 23 23 USE comcstfi_h, ONLY: g 24 USE dimradmars_mod, only: naerkind 24 25 IMPLICIT NONE 25 26 … … 74 75 real,intent(out) :: pdqs_sed(ngrid,nq) ! flux at surface (kg.m-2.s-1) 75 76 integer,intent(in) :: nq ! number of tracers 76 real,intent(in) :: tau(ngrid,n lay) ! dust opacity77 real,intent(in) :: tau(ngrid,naerkind) ! dust opacity 77 78 real,intent(in) :: tauscaling(ngrid) 78 79
Note: See TracChangeset
for help on using the changeset viewer.