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/dyn3d/gcm.F

    r704 r726  
    5858#include "iniprint.h"
    5959#include "tracstoke.h"
    60 
     60#include "advtrac.h"
    6161
    6262      INTEGER         longcles
     
    145145      dynhistave_file = 'dyn_hist_ave.nc'
    146146
     147c initialisation Anne
     148      hadv_flg(:) = 0.
     149      vadv_flg(:) = 0.
     150      conv_flg(:) = 0.
     151      pbl_flg(:)  = 0.
     152      tracnam(:)  = '        '
     153      nprath = 1
     154      nbtrac = 0
     155      mmt_adj(:,:,:,:) = 1
     156
     157
    147158c--------------------------------------------------------------------------
    148159c   Iflag_phys controle l'appel a la physique :
     
    188199      call init_phys_openmp
    189200      call InitComgeomphy
     201
     202#ifdef INCA
     203      call init_const_lmdz(nbtrac,anneeref,dayref,iphysiq,day_step,nday)
     204      call init_inca_para(iim,jjm+1,klon2,phy_size,klon_para_nb)
     205#endif
     206
    190207c
    191208c
     
    222239      endif
    223240
     241#ifdef INCA
     242      call init_inca_dim(klon,llm,iim,jjm,
     243     $     rlonu,rlatu,rlonv,rlatv)
     244#endif
    224245
    225246
Note: See TracChangeset for help on using the changeset viewer.