Ignore:
Timestamp:
Jul 4, 2005, 11:53:30 AM (19 years ago)
Author:
lmdzadmin
Message:

frequence de sortie des traceurs (en jours) choisie dans physiq.def IM
MAF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/phytrac.F

    r644 r658  
    44c
    55c
    6       SUBROUTINE phytrac (iflag_con,
    7      I                    rnpb,
     6      SUBROUTINE phytrac (rnpb,
    87     I                    nstep,
    98     I                    julien,
     
    105104#include "dimphy.h"
    106105#include "indicesol.h"
     106#include "clesphys.h"
    107107#include "temps.h"
    108108#include "paramet.h"
     
    266266C Variables liees a l'ecriture de la bande histoire : phytrac.nc
    267267c
    268       INTEGER ecrit_tra
    269       SAVE ecrit_tra   
     268c      INTEGER ecrit_tra
     269c      SAVE ecrit_tra   
    270270      logical ok_sync
    271271      parameter (ok_sync = .true.)
     
    387387         if (debutphy) then
    388388
    389           ecrit_tra = NINT(86400./pdtphys *ecritphy)
     389c          ecrit_tra = NINT(86400./pdtphys *ecritphy)
    390390          print*,'dans phytrac ',pdtphys,ecritphy,ecrit_tra
    391391
Note: See TracChangeset for help on using the changeset viewer.