- Timestamp:
- Mar 24, 2004, 3:38:16 PM (21 years ago)
- Location:
- LMDZ.3.3/branches/rel-LF/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/physiq.F
r505 r514 1144 1144 #include "ini_histmth.h" 1145 1145 1146 #undef hist mthNMC1147 #define hist mthNMC1148 #ifdef hist mthNMC1149 #include "ini_hist mthNMC.h"1146 #undef histNMC 1147 #define histNMC 1148 #ifdef histNMC 1149 #include "ini_histNMC.h" 1150 1150 #endif 1151 1151 … … 2662 2662 #include "write_histmth.h" 2663 2663 2664 #ifdef hist mthNMC2665 #include "write_hist mthNMC.h"2664 #ifdef histNMC 2665 #include "write_histNMC.h" 2666 2666 #endif 2667 2667 -
LMDZ.3.3/branches/rel-LF/libf/phylmd/write_histISCCP.h
r500 r514 1 1 IF (ok_isccp) THEN 2 2 c 3 ndex0d = 04 ndex1d = 05 3 ndex2d = 0 6 4 ndex3d = 0
Note: See TracChangeset
for help on using the changeset viewer.