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/load_psi.F

    r101 r892  
    3838      real   psurf(klon)           ! Surface pressure
    3939      real   ztop(klon)            ! Altitude of the top of cloud deck (km)
    40       real   ksive(0:kflev+1,0:kflev+1,nnuve,nbmat)  ! ksi matrixes in Vincent's file
    41       real   temp(klon,0:kflev+1)  ! Temperature in layer (K)
     40      real   ksive(0:klev+1,0:klev+1,nnuve,nbmat)  ! ksi matrixes in Vincent's file
     41      real   temp(klon,0:klev+1)  ! Temperature in layer (K)
    4242c outputs
    43       real   psimap(0:kflev+1,0:kflev+1,klon)
    44       real   deltapsimap(0:kflev+1,0:kflev+1,klon)
     43      real   psimap(0:klev+1,0:klev+1,klon)
     44      real   deltapsimap(0:klev+1,0:klev+1,klon)
    4545
    4646c local variables
     
    4848      integer mat,m,mat0
    4949      character*100 file
    50       real   bplck(0:kflev+1,nnuve)    ! Planck luminances in table layers
    51       real   y(0:kflev,nnuve)          ! intermediaire Planck
    52       real   zdblay(0:kflev+1,nnuve)   ! gradient en temperature de planck
     50      real   bplck(0:klev+1,nnuve)    ! Planck luminances in table layers
     51      real   y(0:klev,nnuve)          ! intermediaire Planck
     52      real   zdblay(0:klev+1,nnuve)   ! gradient en temperature de planck
    5353      real   ksi
    5454      real   factp,factz
    5555
    56       nlve = kflev  ! (doit correspondre, pour bplck, y et zdblay)
     56      nlve = klev  ! (doit correspondre, pour bplck, y et zdblay)
    5757
    5858c -----------------------
Note: See TracChangeset for help on using the changeset viewer.