Changeset 1707 for LMDZ5/branches/testing/libf/dyn3dmem/control_mod.F90
- Timestamp:
- Jan 11, 2013, 10:19:19 AM (12 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1670-1692,1694-1703,1705-1706
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dmem/control_mod.F90
r1669 r1707 10 10 IMPLICIT NONE 11 11 12 REAL :: periodav 12 REAL :: periodav, starttime 13 13 INTEGER :: nday,day_step,iperiod,iapp_tracvl,nsplit_phys 14 INTEGER :: iconser,iecri, idissip,iphysiq,iecrimoy14 INTEGER :: iconser,iecri,dissip_period,iphysiq,iecrimoy 15 15 INTEGER :: dayref,anneeref, raz_date, ip_ebil_dyn 16 16 LOGICAL :: offline … … 25 25 ! in NetCDF files dyn_hist*ave.nc 26 26 27 LOGICAL ok_dynzon ! output zonal transports in dynzon.nc file28 LOGICAL ok_dyn_ins ! output instantaneous values of fields29 ! in the dynamics in NetCDF files dyn_hist*nc30 LOGICAL ok_dyn_ave ! output averaged values of fields in the dynamics31 ! in NetCDF files dyn_hist*ave.nc32 33 27 END MODULE
Note: See TracChangeset
for help on using the changeset viewer.