Ignore:
Timestamp:
Oct 6, 2006, 1:06:22 PM (18 years ago)
Author:
lmdzadmin
Message:

On passe a des ecrit_ins, ecrit_day, etc en nombre de jours (REAL)
On lit frequence ecriture traceurs ecrit_trac dans physiq.def
Correction petits pbs ini_histrac.h
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4_V2_patch/libf/phylmd/physiq.F

    r656 r723  
    3838c   CLEFS CPP POUR LES IO
    3939c   =====================
     40#define histins
    4041#define histhf
    4142#define histday
    4243#define histmth
    43 #define histins
    4444#define histISCCP
    4545#define histREGDYN
     
    456456      INTEGER nbapp_isccp,isccppas
    457457
    458 #undef histISCCP
    459 #define histISCCP
    460 c     data ok_isccp,ecrit_isccp/.true.,0.125/     
    461 c     data ok_isccp,ecrit_isccp/.true.,1./     
    462 cIM 190504     data ok_isccp/.true./     
    463 cIM 190504 #else
    464 cIM 190504     data ok_isccp/.false./
    465 cIM 190504 #endif
    466 
    467458c sorties statistiques regime dynamique
    468459c     logical ok_regdyn
     
    471462c     save ok_regdyn, ecrit_regdyn, nid_regdyn
    472463      save nid_regdyn
    473 
    474 #undef histREGDYN
    475 #define histREGDYN
    476 cIM 190504 #ifdef histREGDYN
    477 c     data ok_regdyn,ecrit_regdyn/.true.,0.125/
    478 c     data ok_regdyn,ecrit_regdyn/.true.,1./
    479 cIM 190504    data ok_regdyn/.true./
    480 cIM 190504 #else
    481 cIM 190504   data ok_regdyn/.false./
    482 cIM 190504 #endif
    483464
    484465      REAL zx_tau(kmaxm1), zx_pc(lmaxm1), zx_o500(iwmax)
     
    15201501#endif
    15211502
    1522 c#undef histmthNMC
    1523 c#define histmthNMC
    15241503#ifdef histmthNMC
    15251504#include "ini_histmthNMC.h"
     
    27472726c====================================================================
    27482727C
    2749       call phytrac (iflag_con,
    2750      I                   rnpb,
     2728      call phytrac (rnpb,
    27512729     I                   itap,
    27522730     I                   julien,
Note: See TracChangeset for help on using the changeset viewer.