Changeset 1682 for LMDZ5


Ignore:
Timestamp:
Nov 16, 2012, 12:28:27 PM (12 years ago)
Author:
Laurent Fairhead
Message:

Désactivation des sorties debug
Problème de double déclaration de variables de contrôle


Turning off debugging outputs
Problem with double declaration of some control variables

Location:
LMDZ5/trunk/libf/dyn3dmem
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dmem/control_mod.F90

    r1673 r1682  
    2525                     ! in NetCDF files dyn_hist*ave.nc
    2626
    27   LOGICAL ok_dynzon  ! output zonal transports in dynzon.nc file
    28   LOGICAL ok_dyn_ins ! output instantaneous values of fields
    29                      ! in the dynamics in NetCDF files dyn_hist*nc
    30   LOGICAL ok_dyn_ave ! output averaged values of fields in the dynamics
    31                      ! in NetCDF files dyn_hist*ave.nc
    32 
    3327END MODULE
  • LMDZ5/trunk/libf/dyn3dmem/leapfrog_loc.F

    r1673 r1682  
    386386c$OMP MASTER
    387387      ItCount=ItCount+1
    388       if (MOD(ItCount,1)==0) then
     388      if (MOD(ItCount,1)==1) then
    389389        debug=.true.
    390390      else
Note: See TracChangeset for help on using the changeset viewer.