Changeset 1690


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

Generic GCM:
Fixing a big bug (dating from revision 1529) in wstats.
EM
--This line, and those below, will be ignored--

M LMDZ.COMMON/arch/arch-X64_ADA.fcm

Location:
trunk/LMDZ.GENERIC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r1682 r1690  
    13291329- physics_distribution_mod.F90 : add call to init_dimphy in
    13301330                                 init_physics_distribution
     1331
     1332== 07/04/2017 == EM
     1333Fixing a big bug (dating from revision 1529) in wstats.
  • trunk/LMDZ.GENERIC/libf/phystd/wstats.F90

    r1565 r1690  
    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.