Changeset 1339
- Timestamp:
- 2009-03-13T15:12:46+01:00 (16 years ago)
- Location:
- trunk/NEMO
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMO/LIM_SRC_2/limwri_2.F90
r1334 r1339 103 103 ENDIF 104 104 zout = nwrite * rdt_ice / nn_fsbc 105 niter = nit000 - 1105 niter = ( nit000 - 1 ) / nn_fsbc 106 106 zdept(1) = 0. 107 107 … … 110 110 CALL dia_nam ( clhstnam, nwrite, 'icemod' ) 111 111 CALL histbeg ( clhstnam, jpi, glamt, jpj, gphit, & 112 & 1, jpi, 1, jpj, nit 000-1, zjulian, rdt_ice, nhorid, nice , domain_id=nidom)112 & 1, jpi, 1, jpj, niter, zjulian, rdt_ice, nhorid, nice , domain_id=nidom) 113 113 CALL histvert( nice, "deptht", "Vertical T levels", "m", 1, zdept, ndepid, "down") 114 114 CALL wheneq ( jpij , tmask(:,:,1), 1, 1., ndex51, ndim) -
trunk/NEMO/LIM_SRC_3/limwri.F90
r1334 r1339 141 141 ENDIF 142 142 zout = nwrite * rdt_ice / nn_fsbc 143 niter = nit000 - 1143 niter = ( nit000 - 1 ) / nn_fsbc 144 144 zdept(1) = 0. 145 145 … … 147 147 zjulian = zjulian - adatrj ! set calendar origin to the beginning of the experiment 148 148 CALL dia_nam ( clhstnam, nwrite, 'icemod' ) 149 CALL histbeg ( clhstnam, jpi, glamt, jpj, gphit, 1, jpi, 1, jpj, nit 000-1, zjulian, rdt_ice, &149 CALL histbeg ( clhstnam, jpi, glamt, jpj, gphit, 1, jpi, 1, jpj, niter, zjulian, rdt_ice, & 150 150 & nhorid, nice, domain_id=nidom ) 151 151 CALL histvert( nice, "deptht", "Vertical T levels", "m", 1, zdept, ndepid, "down") … … 174 174 CALL dia_nam ( clhstnama, nwrite, 'icemoa' ) 175 175 CALL histbeg ( clhstnama, jpi, glamt, jpj, gphit, & 176 1, jpi, 1, jpj, & ! zoom177 nit 000 -1, zjulian, rdt_ice, & ! time178 nhorida, & ! ? linked with horizontal ...176 1, jpi, 1, jpj, & ! zoom 177 niter, zjulian, rdt_ice, & ! time 178 nhorida, & ! ? linked with horizontal ... 179 179 nicea , domain_id=nidom) ! file 180 180 CALL histvert( nicea, "icethi", "L levels", &
Note: See TracChangeset
for help on using the changeset viewer.