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/time.f90

    r295 r327  
    9292    itau_physics=1 
    9393    CALL getin('itau_physics',itau_physics) 
     94    if (itau_physics<=0) itau_physics = HUGE(itau_physics) 
    9495 
    9596    itau_check_conserv=HUGE(itau_check_conserv) 
Note: See TracChangeset for help on using the changeset viewer.