Ignore:
Timestamp:
Jan 18, 2007, 4:59:08 PM (18 years ago)
Author:
Laurent Fairhead
Message:

Correction bug YM
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/V3_test/libf/phylmd/physiq.F

    r735 r745  
    4040c#define histhf
    4141c#define histday
    42 C#define histmth
     42#define histmth
    4343c#define histins
    4444c#define histmthNMC
     
    444444c ncol = nb. de sous-colonnes pour chaque maille du GCM
    445445c ncolmx = No. max. de sous-colonnes pour chaque maille du GCM
    446       INTEGER ncol(napisccp), ncolmx, seed(klon,napisccp)
     446c      INTEGER ncol(napisccp), ncolmx, seed(klon,napisccp)
     447      INTEGER,SAVE :: ncol(napisccp)
     448      INTEGER ncolmx, seed(klon,napisccp)
    447449      REAL nbsunlit(nregISCtot,klon,napisccp)  !nbsunlit : moyenne de sunlit
    448450      PARAMETER(ncolmx=1500)
Note: See TracChangeset for help on using the changeset viewer.