Changeset 704 for LMDZ4/branches/V3_test/libf/phylmd/ozonecm.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/ozonecm.F
r699 r704 3 3 ! 4 4 SUBROUTINE ozonecm(rjour, rlat, paprs, o3) 5 USE dimphy 5 6 IMPLICIT none 6 7 C … … 19 20 C 20 21 21 #include "dimensions.h"22 #include "dimphy.h"22 cym#include "dimensions.h" 23 cym#include "dimphy.h" 23 24 #include "clesphys.h" 24 25 #include "YOMCST.h" … … 33 34 REAL an, unit, zo3q3 34 35 SAVE an, unit, zo3q3 36 c$OMP THREADPRIVATE(an, unit, zo3q3) 35 37 REAL mu,gms, zslat, zsint, zcost, z, ppm, qpm, a 36 38 REAL asec, bsec, aprim, zo3a3
Note: See TracChangeset
for help on using the changeset viewer.