Ignore:
Timestamp:
Jan 25, 2013, 9:26:03 AM (11 years ago)
Author:
Ehouarn Millour
Message:

Added "arch" files for Ada (using dynamic libraries for NetCDF, you must have
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/smplocal/pub/NetCDF/4.1.3/lib:/smplocal/pub/HDF5/1.8.9/seq/lib
in your .bashrc or .bash_login or in your job to run).
Also updated some sources so that gcm bench runs in "debug" mode (note that all these changes are minor and have already been implemented in LMDZ5 trunk).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4_AR5/libf/dyn3dpar/leapfrog_p.F

    r1451 r1717  
    7575
    7676      real zqmin,zqmax
    77       INTEGER nbetatmoy, nbetatdem,nbetat
     77!      INTEGER nbetatmoy, nbetatdem,nbetat
    7878
    7979c   variables dynamiques
     
    13481348c$OMP BARRIER
    13491349c$OMP MASTER
    1350               nbetat = nbetatdem
     1350!              nbetat = nbetatdem
    13511351              CALL geopot_p(ip1jmp1,teta,pk,pks,phis,phi)
    13521352       
     
    15101510c$OMP BARRIER
    15111511c$OMP MASTER
    1512                 nbetat = nbetatdem
     1512!                nbetat = nbetatdem
    15131513                CALL geopot_p(ip1jmp1,teta,pk,pks,phis,phi)
    15141514
Note: See TracChangeset for help on using the changeset viewer.