Ignore:
Timestamp:
May 23, 2015, 8:10:21 AM (10 years ago)
Author:
millour
Message:

A couple of bug fixes and adaptations.
Results are now identical when running seq or MPI or OpenMP or mixed MPI/OpenMP bench case.
Bench results change wrt revision 5 reference, because longitudes and latitudes in physics are now inherited from dynamics and no longer loaded from startphy.nc file.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/libf/dyn3d/gcm.F90

    r3822 r3828  
    183183  ! A nettoyer. On ne veut qu'une ou deux routines d'interface
    184184  ! dynamique -> physique pour l'initialisation
    185 #ifdef CPP_PHYS
    186   CALL Init_Phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/),COMM_LMDZ)
    187   !      call InitComgeomphy ! now done in iniphysiq
    188 #endif
     185!#ifdef CPP_PHYS
     186!  CALL Init_Phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/),COMM_LMDZ)
     187!  !      call InitComgeomphy ! now done in iniphysiq
     188!#endif
    189189!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    190190  !-----------------------------------------------------------------------
     
    441441     ! Physics:
    442442#ifdef CPP_PHYS
    443      CALL iniphysiq(iim,jjm,llm,daysec,day_ini,dtphys/nsplit_phys, &
     443     CALL iniphysiq(iim,jjm,(jjm-1)*iim+2-1/iim,comm_lmdz, &
     444          llm,daysec,day_ini,dtphys/nsplit_phys, &
    444445          rlatu,rlatv,rlonu,rlonv,aire,cu,cv,rad,g,r,cpp, &
    445446          iflag_phys)
Note: See TracChangeset for help on using the changeset viewer.