Changeset 1482 for trunk/NEMO/OPA_SRC/DIA/diahth.F90
- Timestamp:
- 2009-07-03T17:28:06+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMO/OPA_SRC/DIA/diahth.F90
r1152 r1482 15 15 USE phycst ! physical constants 16 16 USE in_out_manager ! I/O manager 17 USE iom 17 18 18 19 IMPLICIT NONE … … 112 113 113 114 END DO 115 CALL iom_put( "thermod", hth ) ! depth of the thermocline 114 116 115 117 … … 151 153 END DO 152 154 END DO 155 CALL iom_put( "20d", hd20 ) ! depth of the 20 isotherm 153 156 154 157 ! ----------------------- ! … … 189 192 END DO 190 193 END DO 194 CALL iom_put( "28d", hd28 ) ! depth of the 28 isotherm 191 195 192 196 ! ----------------------------------------- ! … … 204 208 + zmoy * ( tn(:,:,jk) + tn(:,:,jk+1) ) * fse3w(:,:,jk) * tmask(:,:,jk) 205 209 END DO 210 CALL iom_put( "hc300", htc3 ) ! first 300m heaat content 206 211 207 212 END SUBROUTINE dia_hth
Note: See TracChangeset
for help on using the changeset viewer.