Ignore:
Timestamp:
Oct 13, 2015, 2:41:47 PM (9 years ago)
Author:
acozic
Message:

Change call to inca initialisation to fit with new sections dynamique/physic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dmem/gcm.F90

    r2362 r2372  
    1717  USE filtreg_mod
    1818  USE control_mod
    19 
    20 #ifdef INCA
    21   ! Only INCA needs these informations (from the Earth's physics)
    22   USE indice_sol_mod
    23   USE mod_phys_lmdz_omp_data, ONLY: klon_omp
    24   USE mod_grid_phy_lmdz, ONLY : klon_glo
    25 #endif
    2619
    2720#ifdef CPP_PHYS
     
    7467  include "tracstoke.h"
    7568
    76 #ifdef INCA
    77   ! Only INCA needs these informations (from the Earth's physics)
    78   !include "indicesol.h"
    79 #endif
    8069
    8170  REAL zdtvr
     
    198187#endif
    199188
    200   IF (type_trac == 'inca') THEN
    201 #ifdef INCA
    202      call init_const_lmdz( &
    203           nbtr,anneeref,dayref, &
    204           iphysiq,day_step,nday,  &
    205           nbsrf, is_oce,is_sic, &
    206           is_ter,is_lic, calend)
    207 
    208      call init_inca_para( &
    209           iim,jjm+1,llm,klon_glo,mpi_size, &
    210           distrib_phys,COMM_LMDZ)
    211 #endif
    212   END IF
    213189
    214190  !-----------------------------------------------------------------------
     
    408384
    409385  !-----------------------------------------------------------------------
    410   !   Initialisation des dimensions d'INCA :
    411   !   --------------------------------------
    412   IF (type_trac == 'inca') THEN
    413      !$OMP PARALLEL
    414 #ifdef INCA
    415      CALL init_inca_dim(klon_omp,llm,iim,jjm, &
    416           rlonu,rlatu,rlonv,rlatv)
    417 #endif
    418      !$OMP END PARALLEL
    419   END IF
    420 
    421   !-----------------------------------------------------------------------
    422386  !   Initialisation des I/O :
    423387  !   ------------------------
Note: See TracChangeset for help on using the changeset viewer.