- Timestamp:
- Nov 16, 2012, 12:28:27 PM (12 years ago)
- Location:
- LMDZ5/trunk/libf/dyn3dmem
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/control_mod.F90
r1673 r1682 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 -
LMDZ5/trunk/libf/dyn3dmem/leapfrog_loc.F
r1673 r1682 386 386 c$OMP MASTER 387 387 ItCount=ItCount+1 388 if (MOD(ItCount,1)== 0) then388 if (MOD(ItCount,1)==1) then 389 389 debug=.true. 390 390 else
Note: See TracChangeset
for help on using the changeset viewer.