Changeset 2081


Ignore:
Timestamp:
Jan 23, 2019, 10:49:43 AM (6 years ago)
Author:
mvals
Message:

Mars GCM:

  • follow-up of the last change in physiq_mod.F: put iaer indices (defined in dimradmars_mod.F) for aerosol(:,:,:) in writediagfi calls.

MV

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2080 r2081  
    26852685- typo in vdifc.F (visible in debug mode) in the case of rdstorm=false, condition for defining pdqsdif(stormdust_mass/number)
    26862686- typo in physiq_mod.F (visible in debug mode): wrong indices for tracers in aerosol(:,:,:)
     2687
     2688== 23/01/2019 == MV
     2689- follow-up of the last change in physiq_mod.F: put iaer indices (defined in dimradmars_mod.F) for aerosol(:,:,:) in writediagfi calls.
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r2080 r2081  
    4949      use dimradmars_mod, only: tauscaling, aerosol, totcloudfrac,
    5050     &                          dtrad, fluxrad_sky, fluxrad, albedo,
    51      &                          naerkind
     51     &                          naerkind, iaer_dust_doubleq,
     52     &                          iaer_stormdust_doubleq
    5253      use turb_mod, only: q2, wstar, ustar, sensibFlux,
    5354     &                    zmax_th, hfmax_th, turb_resolved
     
    30683069           if (rdstorm) then
    30693070             call writediagfi(1,'aerosol_dust','opacity of env. dust',''
    3070      &                        ,1,aerosol(:,:,1))
     3071     &                        ,1,aerosol(:,:,iaer_dust_doubleq))
    30713072             call writediagfi(1,'aerosol_stormdust',
    30723073     &                         'opacity of storm dust',''
    3073      &                        ,1,aerosol(:,:,2))
     3074     &                        ,1,aerosol(:,:,iaer_stormdust_doubleq))
    30743075             call WRITEDIAGFI(ngrid,'dqsdifdustq','diffusion',
    30753076     &                       'kg.m-2.s-1',0,zdqsdif(1,igcm_dust_mass))
Note: See TracChangeset for help on using the changeset viewer.