Changeset 5522 for branches/UKMO/dev_r5377_UKMO1_CICE_coupling_GSI7/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90
- Timestamp:
- 2015-06-30T16:22:11+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5377_UKMO1_CICE_coupling_GSI7/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90
r5394 r5522 189 189 ztfrz3d(:,:,jk) = eos_fzp( tsn(:,:,jk,jp_sal), fsdept_n(:,:,jk) ) 190 190 ENDDO 191 sstfrz(:,:)=ztfrz3d(:,:,1)192 191 193 192 !Ensure that no temperature points are below freezing if not a NEMO restart … … 225 224 IF( sbc_ice_cice_alloc() /= 0 ) CALL ctl_stop( 'STOP', 'sbc_ice_cice_alloc : unable to allocate cice arrays' ) 226 225 227 226 ! Populate the surface freezing temperature array 227 sstfrz(:,:)=ztfrz3d(:,:,1) 228 228 229 229 fr_iu(:,:)=0.0
Note: See TracChangeset
for help on using the changeset viewer.