Ignore:
Timestamp:
Jun 4, 2012, 10:37:25 AM (13 years ago)
Author:
acolaitis
Message:

Code re-organization in diverse parts of the GCM code. These are NOT cosmetic changes, but are needed for compilation of the Mesoscale model in NESTED configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/bibio/writestd.F

    r38 r690  
    169169      ELSE
    170170         IF (gformat(1:lnblnk(gformat)) .EQ. 'zxli1') THEN
    171             CALL to36 (champ,icount,champ(imin),champ(imax),55, 1)
     171            CALL to36 (champ,icount,champ(imin),champ(imax),55,1)
    172172         ELSE
    173173            IF (gformat(1:lnblnk(gformat)) .EQ. 'zxli2') THEN
    174                CALL to36(champ,icount,champ(imin),champ(imax),55,2)
     174            CALL to36(champ,icount,champ(imin),champ(imax),55,2)
    175175            ELSE
    176176               IF (gformat(1:lnblnk(gformat)) .EQ. 'zxli3') THEN
    177                   CALL to36(champ,icount,champ(imin),champ(imax),55,3)
     177            CALL to36(champ,icount,champ(imin),champ(imax),55,3)
    178178               ELSE
    179179                  WRITE(55,'('//gformat(1:lnblnk(gformat))//')')
Note: See TracChangeset for help on using the changeset viewer.