Ignore:
Timestamp:
May 27, 2013, 9:47:37 AM (12 years ago)
Author:
slebonnois
Message:

EM+SL: bug corrections in Venus physics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/phys_state_var_mod.F90

    r901 r973  
    117117      ALLOCATE(zuthe(klon),zvthe(klon))
    118118!
    119       ALLOCATE(swnet(klon,klev), lwnet(klon,klev))
     119      ALLOCATE(swnet(klon,klev+1), lwnet(klon,klev+1))
    120120      ALLOCATE(heat(klon,klev), heat0(klon,klev))
    121121      ALLOCATE(cool(klon,klev), cool0(klon,klev))
Note: See TracChangeset for help on using the changeset viewer.