Ignore:
Timestamp:
Nov 6, 2006, 4:51:16 PM (18 years ago)
Author:
Laurent Fairhead
Message:

Modifications pour rendre INCA plus independant de LMDZ ACo
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/V3_test/libf/dyn3dpar/leapfrog_p.F

    r709 r726  
    1919       USE Write_Field_p
    2020       USE vampir
    21        
    22 #ifdef INCA
    23       USE transport_controls, ONLY : hadv_flg, mmt_adj
    24 #endif
    2521
    2622      IMPLICIT NONE
     
    7672#include "academic.h"
    7773#include "clesphys.h"
    78 
     74#include "advtrac.h"
    7975     
    8076      include 'mpif.h'
     
    148144
    149145      REAL alpha(ip1jmp1,llm),beta(ip1jmp1,llm)
    150 #ifdef INCA_CH4
     146#ifdef INCA
    151147      REAL :: flxw(ip1jmp1,llm)
    152148#endif
     
    528524c$OMP PARALLEL DEFAULT(SHARED)
    529525c
    530 #ifdef INCA_CH4
     526#ifdef INCA
    531527             CALL caladvtrac_p(q,pbaru,pbarv,
    532528     *                      p, masse, dq,  teta,
    533529     .             flxw,
    534      .             pk,
    535      .             mmt_adj,
    536      .             hadv_flg,iapptrac)
     530     .             pk,
     531     .             iapptrac)
    537532#else
    538533             CALL caladvtrac_p(q,pbaru,pbarv,
     
    680675     *                               jj_Nb_physic,2,2,Request_physic)
    681676        enddo
    682 #ifdef INCA_CH4
     677#ifdef INCA
    683678        call Register_SwapFieldHallo(flxw,flxw,ip1jmp1,llm,
    684679     *                               jj_Nb_physic,2,2,Request_physic)
     
    698693     $               ucov,vcov,teta,q,masse,ps,p,pk,phis,phi ,
    699694     $               du,dv,dteta,dq,w,
    700 #ifdef INCA_CH4
     695#ifdef INCA
    701696     $               flxw,
    702697#endif
Note: See TracChangeset for help on using the changeset viewer.