Ignore:
Timestamp:
02/09/15 20:18:34 (9 years ago)
Author:
ymipsl
Message:

Merge recent developments from saturn branch onto trunk.

  • lmdz generic physics interface
  • performance improvment on mix mpi/openmp
  • asynchrone and overlaping communication
  • best domain distribution between process and threads
  • ....

This version is compatible with the actual saturn version and the both branches are considered merged on dynamico component.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/icosa_gcm.f90

    r295 r327  
    1212  USE xios_mod 
    1313  USE write_field 
     14  USE physics_mod 
     15 
    1416!  USE getin_mod 
    1517  IMPLICIT NONE 
     
    4244  CALL output_field_init 
    4345  CALL init_timeloop 
    44    
     46!$OMP END PARALLEL 
     47  
     48  CALL init_physics 
     49    
     50!$OMP PARALLEL   
    4551  CALL timeloop 
    4652  CALL switch_omp_no_distrib_level 
Note: See TracChangeset for help on using the changeset viewer.