Changeset 1689


Ignore:
Timestamp:
Apr 7, 2017, 2:40:27 PM (8 years ago)
Author:
emillour
Message:

Mars GCM:
Fixing a big bug (dating from revision 1528) in wstats.
EM

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r1685 r1689  
    24362436-a new contact parameter for CO2 ice on silicate is used (mtetaco2=0.78) in microphys.h. Reference in microphysic.h
    24372437-CO2 ice temperature is computed as a function of temperature in CO2cloud.F and improvedCO2cloud.F. Reference is in initracer.F
     2438
     2439== 07/04/2017 == EM
     2440Fixing a big bug (dating from revision 1528) in wstats.
  • trunk/LMDZ.MARS/libf/phymars/wstats.F90

    r1560 r1689  
    219219      start=(/1,1,indx,0/)
    220220      if (klon_glo>1) then !general case
    221         sizes=(/nbp_lon+1,nbp_lev,1,0/)
     221        sizes=(/nbp_lon+1,nbp_lat,1,0/)
    222222      else
    223223        sizes=(/1,1,1,0/)
Note: See TracChangeset for help on using the changeset viewer.