Changeset 1102 for LMDZ4/branches/LMDZ4-dev/libf/phylmd/physiq.F
- Timestamp:
- Feb 18, 2009, 4:29:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/phylmd/physiq.F
r1095 r1102 41 41 c CLEFS CPP POUR LES IO 42 42 c ===================== 43 c#define histhf44 c#define histday45 c#define histmth46 43 c#define histmthNMC 47 c#define histins48 44 c#define histISCCP 49 45 c====================================================================== … … 527 523 c QUESTION : noms de variables ? 528 524 529 c#ifdef histhf530 c data ok_hf/.true./531 c#else532 c data ok_hf/.false./533 c#endif534 525 INTEGER longcles 535 526 PARAMETER ( longcles = 20 ) … … 1507 1498 1508 1499 #ifdef CPP_IOIPSL 1509 1510 c Commente par abderrahmane 11 2 081511 c#ifdef histhf1512 c#include "ini_histhf.h"1513 c#endif1514 1515 c#ifdef histday1516 c#include "ini_histday.h"1517 cIM rajout diagnostiques bilan KP pour analyse MJO par Jun-Ichi Yano1518 c#include "ini_bilKP_ins.h"1519 c#include "ini_bilKP_ave.h"1520 c#endif1521 1522 c#ifdef histmth1523 c#include "ini_histmth.h"1524 c#endif1525 1526 c#ifdef histins1527 c#include "ini_histins.h"1528 c#endif1529 1500 1530 1501 c$OMP MASTER … … 3506 3477 3507 3478 3508 c Commente par abderrahmane le 11 2 083509 c#ifdef histhf3510 c#include "write_histhf.h"3511 c#endif3512 3513 c#ifdef histday3514 c#include "write_histday.h"3515 c#endif3516 3517 c#ifdef histmth3518 c#include "write_histmth.h"3519 c#endif3520 3521 c#ifdef histins3522 c#include "write_histins.h"3523 c#endif3524 3525 3479 #include "phys_output_write.h" 3526 3480
Note: See TracChangeset
for help on using the changeset viewer.