Ignore:
Timestamp:
Mar 5, 2013, 4:01:03 PM (12 years ago)
Author:
slebonnois
Message:

SL: Important commit ! Adaptation of Venus physics to parallel computation / template for arch on the LMD servers using ifort / documentation for 1D column physics and for parallel computations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/radlwsw.NewtonCool

    r101 r892  
    5353      real solsw(klon), sollw(klon)
    5454      real sollwdown(klon)
    55       REAL swnet(klon,kflev+1),lwnet(klon,kflev+1)
     55      REAL swnet(klon,klev+1),lwnet(klon,klev+1)
    5656c
    5757      INTEGER i,j,k
     
    138138         sollwdown(j) = 0.        ! + vers bas
    139139
    140         DO k = 1, kflev+1
     140        DO k = 1, klev+1
    141141         lwnet  (j,k)   = 0.
    142142         swnet  (j,k)   = 0.
    143143        ENDDO
    144144
    145         DO k = 1, kflev
     145        DO k = 1, klev
    146146         heat (j,k) = dTsdt(k)*dureejour ! K/Venusday
    147147         cool (j,k) = 0.
Note: See TracChangeset for help on using the changeset viewer.