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/dyn3d/leapfrog.F

    r1286 r1717  
    7272
    7373      real zqmin,zqmax
    74       INTEGER nbetatmoy, nbetatdem,nbetat
     74!      INTEGER nbetatmoy, nbetatdem,nbetat
    7575
    7676c   variables dynamiques
     
    575575c           IF( MOD(itau,iecri*day_step).EQ.0) THEN
    576576
    577               nbetat = nbetatdem
     577!              nbetat = nbetatdem
    578578              CALL geopot(ip1jmp1,teta,pk,pks,phis,phi)
    579579              unat=0.
     
    682682              IF(MOD(itau,iecri         ).EQ.0) THEN
    683683c              IF(MOD(itau,iecri*day_step).EQ.0) THEN
    684                 nbetat = nbetatdem
     684!                nbetat = nbetatdem
    685685                CALL geopot(ip1jmp1,teta,pk,pks,phis,phi)
    686686                unat=0.
Note: See TracChangeset for help on using the changeset viewer.