Changeset 658


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

Location:
LMDZ4/trunk/libf/phylmd
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/conf_phys.F90

    r652 r658  
    688688!Config Key  = ecrit_tra
    689689!Config Desc =
    690 !Config Def  = NINT(86400./dtime * ecritphy) !tous les pas de temps physiques
     690!Config Def  = NINT(86400./dtime * ecritphy) !tous les ecritphy jours
    691691!Config Help =
    692692!
    693693! ecrit_tra = NINT(86400./dtime * ecritphy)
    694   ecrit_tra = NINT(86400.* ecritphy)
     694  ecrit_tra = NINT(ecritphy)
    695695  call getin('ecrit_tra',ecrit_tra)
    696696!
  • LMDZ4/trunk/libf/phylmd/physiq.F

    r656 r658  
    14561456         ecrit_day = NINT(ecrit_day/dtime)
    14571457         ecrit_mth = NINT(ecrit_mth/dtime)
    1458          ecrit_tra = NINT(ecrit_tra/dtime)
     1458         ecrit_tra = NINT(86400.*ecrit_tra/dtime)
    14591459         ecrit_reg = NINT(ecrit_reg/dtime)
    14601460cIM 230505 END
     
    27472747c====================================================================
    27482748C
    2749       call phytrac (iflag_con,
    2750      I                   rnpb,
     2749      call phytrac (     rnpb,
    27512750     I                   itap,
    27522751     I                   julien,
  • 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.