Changeset 14392
- Timestamp:
- 2021-02-04T10:08:21+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/UKMO/NEMO_4.0.4_penetrating_solar/src/OCE/SBC/sbccpl.F90
r14383 r14392 1883 1883 CASE( 'oce only' ) ! the required field is directly provided 1884 1884 1885 ! Get the sea ice non solar heat flux from conductive and melting1885 ! Get the sea ice non solar heat flux from conductive, melting and sublimation fluxes 1886 1886 IF( TRIM(sn_rcv_iceflx%cldes) == 'coupled' ) THEN 1887 zqns_ice(:,:,:) = qml_ice(:,:,:) + qcn_ice(:,:,:) 1887 zqns_ice(:,:,:) = qml_ice(:,:,:) + qcn_ice(:,:,:) + evap_ice(:,:,:) * rLsub 1888 1888 ELSE 1889 1889 zqns_ice(:,:,:) = 0._wp … … 2032 2032 ! ! ========================= ! 2033 2033 CASE( 'oce only' ) 2034 zqsr_tot(:,: ) = MAX( 0._wp , frcv(jpr_qsroce)%z3(:,:,1) ) 2034 zqsr_tot(:,: ) = MAX( 0._wp , frcv(jpr_qsroce)%z3(:,:,1) ) * ziceld(:,:) 2035 2035 ! For Met Office sea ice solar fluxes are already delt with by JULES so setting to zero 2036 2036 ! here so the only flux is the ocean only one.
Note: See TracChangeset
for help on using the changeset viewer.