Changeset 1047 for trunk/LMDZ.MARS/libf/phymars/orodrag.F
- Timestamp:
- Sep 23, 2013, 9:56:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/orodrag.F
r38 r1047 71 71 C F.LOTT + M. MILLER E.C.M.W.F. 22/11/94 72 72 C----------------------------------------------------------------------- 73 use dimradmars_mod, only: ndlo2 73 74 implicit none 74 75 C … … 76 77 #include "dimensions.h" 77 78 #include "dimphys.h" 78 #include "dimradmars.h" 79 integer klon,klev,kidia,kfdia 80 parameter(kidia=1,kfdia=NDLO2) 79 !#include "dimradmars.h" 80 integer klon,klev,kidia 81 parameter(kidia=1) 82 integer, save :: kfdia ! =NDLO2 81 83 82 84 #include "comcstfi.h" … … 153 155 110 CONTINUE 154 156 C 157 kfdia=NDLO2 158 155 159 c ZTMST=TWODT 156 160 c IF(NSTEP.EQ.NSTART) ZTMST=0.5*TWODT
Note: See TracChangeset
for help on using the changeset viewer.