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

    r101 r892  
    8686cAA
    8787
    88       CHARACTER*2 itn
    89 C maf ioipsl
    90       CHARACTER*2 str2
    91       INTEGER nhori, nvert
    92       REAL zsto, zout, zjulian
    93       INTEGER nid_tra
    94       SAVE nid_tra
    95       INTEGER nid_tra2,nid_tra3
    96       SAVE nid_tra2,nid_tra3
    97       INTEGER ndex(1)
    98       INTEGER ndex2d(iim*(jjm+1)),ndex3d(iim*(jjm+1)*klev)
    99       REAL zx_tmp_2d(iim,jjm+1), zx_tmp_3d(iim,jjm+1,klev)
    100       REAL zx_lon(iim,jjm+1), zx_lat(iim,jjm+1)
    101 c
    102       integer itau_w   ! pas de temps ecriture = nstep + itau_phy
    103 c
    104 
    105 C
    106 C Variables liees a l'ecriture de la bande histoire : phytrac.nc
    107 c
    108 c      INTEGER ecrit_tra
    109 c      SAVE ecrit_tra   
    110       logical ok_sync
    111       parameter (ok_sync = .true.)
    112 C
    11388C les traceurs
    11489C
Note: See TracChangeset for help on using the changeset viewer.