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/bibio/lnblnk.F

    r524 r1717  
    2323
    2424      IMPLICIT NONE
    25       INTEGER i,imax
    26       PARAMETER (imax = 256)
    27       CHARACTER*256 letter
     25!      INTEGER i,imax
     26!      PARAMETER (imax = 256)
     27!      CHARACTER*256 letter
     28      CHARACTER(len=*) :: letter
     29!      i=0
    2830
    29       i=0
     31!10    i=i+1
     32!      IF (letter(i:i+3) . EQ . '   ') GOTO 20
     33!      GOTO 10
    3034
    31 10    i=i+1
    32       IF (letter(i:i+3) . EQ . '   ') GOTO 20
    33       GOTO 10
     35!20    lnblnk=i-1
    3436
    35 20    lnblnk=i-1
     37      lnblnk=len_trim(letter)
    3638
    3739      RETURN
Note: See TracChangeset for help on using the changeset viewer.