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/clmain.classic

    r101 r892  
    822822         zx_alf2(i) = 1.0 - zx_alf1(i)
    823823         zx_coef(i,1) = coef(i,1)
    824      .                 * (1.0+SQRT(u1lay(i)**2+v1lay(i)**2))
     824     .                 * SQRT(u1lay(i)**2+v1lay(i)**2)
    825825     .                 * pplay(i,1)/(RD*t(i,1))
    826826         zx_coef(i,1) = zx_coef(i,1) * dtime*RG
Note: See TracChangeset for help on using the changeset viewer.