Ignore:
Timestamp:
Oct 2, 2012, 5:57:45 PM (12 years ago)
Author:
Laurent Fairhead
Message:

Phasage de la dynamique parallèle localisée (petite mémoire) avec la branche LMDZ4V5.0-dev (fin de la branche)
Validation effectuée par comparaison des fichiers de sorties debug (u, v, t, q, masse, etc ...) d'une simulation sans physique
faite avec la version du modèle donnée paY. Meurdesoif et la version phasée avec la r1399 (fin de la branche LMDZ4V5.0-dev)


Phasing of the localised (low memory) parallel dynamics package with the LMDZ4V5.0-dev version of LMDZ
Validation consisted in comparing output debug files (u, v, t, q, masse, etc... ) of a no physics simulation
run with the version of the code given by Y. Meurdesoif and this version phased with r1399 (end of the LMDZ4V5.0-dev branch)

File:
1 edited

Legend:

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

    r1632 r1657  
    118118    IMPLICIT NONE
    119119
    120     REAL, intent(in):: dlonid(:)
    121     real, intent(in):: fdat(:)
    122     real, intent(in):: rlonimod(:)
     120    REAL, intent(in):: dlonid(:) ! dim(idatmax)
     121    real, intent(in):: fdat(:) ! dim(idatmax)
     122    real, intent(in):: rlonimod(:) ! dim(imodmax)
    123123
    124124    real inter_barx(size(rlonimod))
     
    176176
    177177    DO idat = 1, idatmax
    178        xxd(idat) = AMOD( xxd(idat) - xim0, 360. )
     178       xxd(idat) = MOD( xxd(idat) - xim0, 360. )
    179179       fdd(idat) = fdat (idat)
    180180    ENDDO
Note: See TracChangeset for help on using the changeset viewer.