Changeset 766 for LMDZ4/trunk/libf/phylmd/ajsec.F
- Timestamp:
- Jun 4, 2007, 4:34:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/ajsec.F
r524 r766 3 3 ! 4 4 SUBROUTINE ajsec(paprs, pplay, t,q, d_t,d_q) 5 USE dimphy 5 6 IMPLICIT none 6 7 c====================================================================== … … 13 14 c d_t-----output-R-Incrementation de la temperature 14 15 c====================================================================== 15 #include "dimensions.h"16 #include "dimphy.h"16 cym#include "dimensions.h" 17 cym#include "dimphy.h" 17 18 #include "YOMCST.h" 18 19 REAL paprs(klon,klev+1), pplay(klon,klev) … … 22 23 INTEGER limbas, limhau ! les couches a ajuster 23 24 ccc PARAMETER (limbas=klev-3, limhau=klev) 24 PARAMETER (limbas=1, limhau=klev)25 cym PARAMETER (limbas=1, limhau=klev) 25 26 c 26 27 LOGICAL mixq … … 38 39 c Initialisation: 39 40 c 41 cym 42 limbas=1 43 limhau=klev 44 40 45 DO k = 1, klev 41 46 DO i = 1, klon … … 149 154 END 150 155 SUBROUTINE ajsec_old(paprs, pplay, t, d_t) 156 USE dimphy 151 157 IMPLICIT none 152 158 c====================================================================== … … 159 165 c d_t-----output-R-Incrementation de la temperature 160 166 c====================================================================== 161 #include "dimensions.h"162 #include "dimphy.h"167 cym#include "dimensions.h" 168 cym#include "dimphy.h" 163 169 #include "YOMCST.h" 164 170 REAL paprs(klon,klev+1), pplay(klon,klev)
Note: See TracChangeset
for help on using the changeset viewer.