Ignore:
Timestamp:
Aug 1, 2018, 3:35:24 PM (6 years ago)
Author:
mvals
Message:

Mars GCM:
Cosmetic/practical changes:

  • swmain and lwmain become modules swmain_mod, lwmain_mod
  • Addition of the intent in/out characteristics of variables in swmain_mod and lwmain_mod subroutines

Correction:

  • in callsedim_mod, declaration of variable tau(ngrid,nlay) corrected to tau(ngrid,naerkind)

MV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/callsedim_mod.F

    r1974 r1983  
    2222      USE newsedim_mod, ONLY: newsedim
    2323      USE comcstfi_h, ONLY: g
     24      USE dimradmars_mod, only: naerkind
    2425      IMPLICIT NONE
    2526
     
    7475      real,intent(out) :: pdqs_sed(ngrid,nq)    ! flux at surface (kg.m-2.s-1)
    7576      integer,intent(in) :: nq  ! number of tracers
    76       real,intent(in) :: tau(ngrid,nlay) ! dust opacity
     77      real,intent(in) :: tau(ngrid,naerkind) ! dust opacity
    7778      real,intent(in) :: tauscaling(ngrid)
    7879     
Note: See TracChangeset for help on using the changeset viewer.