Ignore:
Timestamp:
Jan 11, 2013, 10:19:19 AM (11 years ago)
Author:
Laurent Fairhead
Message:

Version testing basée sur la r1706


Testing release based on r1706

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/dyn3dmem/control_mod.F90

    r1669 r1707  
    1010  IMPLICIT NONE
    1111
    12   REAL    :: periodav
     12  REAL    :: periodav, starttime
    1313  INTEGER :: nday,day_step,iperiod,iapp_tracvl,nsplit_phys
    14   INTEGER :: iconser,iecri,idissip,iphysiq,iecrimoy
     14  INTEGER :: iconser,iecri,dissip_period,iphysiq,iecrimoy
    1515  INTEGER :: dayref,anneeref, raz_date, ip_ebil_dyn
    1616  LOGICAL :: offline
     
    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
Note: See TracChangeset for help on using the changeset viewer.