Changeset 704 for LMDZ4/branches/V3_test/libf/phylmd/moyglo_aire.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/moyglo_aire.F
r644 r704 2 2 . ok_msk, msk, moyglo) 3 3 c 4 USE dimphy 4 5 IMPLICIT none 5 6 c … … 14 15 c 15 16 #include "dimensions.h" 16 #include "dimphy.h"17 cym#include "dimphy.h" 17 18 INTEGER i, nhori 18 19 REAL champ(klon), aire(klon), msk(klon) … … 61 62 SUBROUTINE moyglo_pondaima(nhori, nvert, champ, 62 63 . aire, pbord, moyglo) 64 USE dimphy 63 65 IMPLICIT none 64 66 c ================================================================== … … 72 74 c ================================================================== 73 75 #include "dimensions.h" 74 #include "dimphy.h"76 cym#include "dimphy.h" 75 77 #include "YOMCST.h" 76 78 INTEGER i, k, nhori, nvert … … 107 109 SUBROUTINE moyglo_pondmass(nhori, nvert, champ, 108 110 . aire, pbord, moyglo) 111 USE dimphy 109 112 IMPLICIT none 110 113 c ================================================================== … … 118 121 c ================================================================== 119 122 #include "dimensions.h" 120 #include "dimphy.h"123 cym#include "dimphy.h" 121 124 #include "YOMCST.h" 122 125 INTEGER i, k, nhori, nvert
Note: See TracChangeset
for help on using the changeset viewer.