Changeset 704 for LMDZ4/branches/V3_test/libf/phylmd/histo_o500_pctau.F
- Timestamp:
- Aug 17, 2006, 5:41:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/V3_test/libf/phylmd/histo_o500_pctau.F
r703 r704 3 3 ! 4 4 SUBROUTINE histo_o500_pctau(nbreg,pct_ocean,w,histo,histoW,nhisto) 5 USE dimphy 5 6 IMPLICIT none 6 7 7 8 INTEGER :: ij, k, l, nw 8 9 INTEGER :: nreg, nbreg 9 #include "dimensions.h"10 #include "dimphy.h"10 cym#include "dimensions.h" 11 cym#include "dimphy.h" 11 12 INTEGER, PARAMETER :: kmax=8, lmax=8 12 13 INTEGER, PARAMETER :: kmaxm1=kmax-1, lmaxm1=lmax-1
Note: See TracChangeset
for help on using the changeset viewer.