Ignore:
Timestamp:
Apr 4, 2006, 5:03:49 PM (18 years ago)
Author:
lmdzadmin
Message:

Commentaires variables slab
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/phyetat0.F

    r651 r689  
    449449          xmax = MAX(tslab(i),xmax)
    450450        ENDDO
    451         PRINT*,'Ecart de la SST tslab:', xmin, xmax
     451        PRINT*,'Min, Max tslab (utilise si OCEAN=slab )', xmin, xmax
    452452c
    453453c Lecture de seaice (pour slab ocean seulement):
     
    473473          xmax = MAX(seaice(i),xmax)
    474474        ENDDO
    475         PRINT*,'Masse de la glace de mer seaice:', xmin, xmax
     475        PRINT*,'Masse de la glace de mer (utilise si OCEAN=slab)',
     476     $  xmin, xmax
    476477      ELSE
    477478        tslab = 0.
Note: See TracChangeset for help on using the changeset viewer.