Ignore:
Timestamp:
Mar 6, 2020, 5:46:50 PM (5 years ago)
Author:
abierjon
Message:

Mars GCM:
Bug fix following r2248 in aeropacity_mod and topmons_mod : since dsodust, dsords and dsotop are diagnostic physiq_mod variables, we don't want them to be reinitialized at each call of aeropacity_mod and topmons_mod, but we initialize them once and for all at the beginning of physiq_mod instead.
AB

File:
1 edited

Legend:

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

    r2248 r2252  
    672672      zdtsurf(:)=0
    673673      dqsurf(:,:)=0
    674      
     674      dsodust(:,:)=0.
     675      dsords(:,:)=0.
     676      dsotop(:,:)=0.
     677
    675678#ifdef DUSTSTORM
    676679      pq_tmp(:,:,:)=0
     
    11241127           hsummit(:)=14000.
    11251128         endif
    1126          clearatm=.true.
     1129         clearatm=.true. ! stormdust is not accounted in the extra heating on top of the mountains
    11271130         nohmons=.false.
    11281131         pdqtop(:,:,:)=0. 
Note: See TracChangeset for help on using the changeset viewer.