Changeset 745 for LMDZ4/branches/V3_test/libf
- Timestamp:
- Jan 18, 2007, 4:59:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/V3_test/libf/phylmd/physiq.F
r735 r745 40 40 c#define histhf 41 41 c#define histday 42 C#define histmth42 #define histmth 43 43 c#define histins 44 44 c#define histmthNMC … … 444 444 c ncol = nb. de sous-colonnes pour chaque maille du GCM 445 445 c ncolmx = No. max. de sous-colonnes pour chaque maille du GCM 446 INTEGER ncol(napisccp), ncolmx, seed(klon,napisccp) 446 c INTEGER ncol(napisccp), ncolmx, seed(klon,napisccp) 447 INTEGER,SAVE :: ncol(napisccp) 448 INTEGER ncolmx, seed(klon,napisccp) 447 449 REAL nbsunlit(nregISCtot,klon,napisccp) !nbsunlit : moyenne de sunlit 448 450 PARAMETER(ncolmx=1500)
Note: See TracChangeset
for help on using the changeset viewer.