Changeset 2080 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Jan 22, 2019, 7:05:11 PM (6 years ago)
Author:
mvals
Message:

Mars GCM:

  • typo in vdifc.F (visible in debug mode) in the case of rdstorm=false, condition for defining pdqsdif(stormdust_mass/number)
  • typo in physiq_mod.F (visible in debug mode): wrong indices for tracers in aerosol(:,:,:)

MV

Location:
trunk/LMDZ.MARS/libf/phymars
Files:
2 edited

Legend:

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

    r2079 r2080  
    30683068           if (rdstorm) then
    30693069             call writediagfi(1,'aerosol_dust','opacity of env. dust',''
    3070      &                        ,1,aerosol(:,:,igcm_dust_mass))
     3070     &                        ,1,aerosol(:,:,1))
    30713071             call writediagfi(1,'aerosol_stormdust',
    30723072     &                         'opacity of storm dust',''
    3073      &                        ,1,aerosol(:,:,igcm_stormdust_mass))
     3073     &                        ,1,aerosol(:,:,2))
    30743074             call WRITEDIAGFI(ngrid,'dqsdifdustq','diffusion',
    30753075     &                       'kg.m-2.s-1',0,zdqsdif(1,igcm_dust_mass))
  • trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F

    r1996 r2080  
    548548
    549549! calcul de zc et zd pour la couche top en prenant en compte le terme
    550 ! de variation de masse (on fait une boucle pour que ça converge)
     550! de variation de masse (on fait une boucle pour que \E7a converge)
    551551
    552552! Identification des points de grilles qui ont besoin de la correction
     
    740740                  endif ! if (submicron)
    741741                ELSE ! outside dust injection time frame
    742                         pdqsdif(ig,igcm_dust_mass)= 0.
    743                         pdqsdif(ig,igcm_dust_number)= 0.
     742                  pdqsdif(ig,igcm_dust_mass)= 0.
     743                  pdqsdif(ig,igcm_dust_number)= 0.
     744                  if (rdstorm) then     
    744745                        pdqsdif(ig,igcm_stormdust_mass)= 0.
    745746                        pdqsdif(ig,igcm_stormdust_number)= 0.
     747                  end if
    746748                ENDIF
    747749               
Note: See TracChangeset for help on using the changeset viewer.