Changeset 14934 for NEMO/branches/UKMO/NEMO_4.0.4_GO8_package
- Timestamp:
- 2021-06-01T10:51:02+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/UKMO/NEMO_4.0.4_GO8_package/src/OCE/SBC/sbcrnf.F90
r14075 r14934 18 18 USE dom_oce ! ocean space and time domain 19 19 USE phycst ! physical constants 20 USE sbcisf ! surface boundary condition: ice-shelf 20 21 USE sbc_oce ! surface boundary condition variables 21 22 USE eosbn2 ! Equation Of State … … 140 141 rnf_tsc(:,:,jp_tem) = sst_m(:,:) * rnf(:,:) * r1_rau0 141 142 END WHERE 143 WHERE( sf_t_rnf(1)%fnow(:,:,1) == -222._wp ) 144 ! where fwf comes from melting of ice shelves or iceberg 145 rnf_tsc(:,:,jp_tem) = ztfrz(:,:) * rnf(:,:) * r1_rau0 - rnf(:,:) * rLfusisf * r1_rau0_rcp 146 END WHERE 142 147 ELSE ! use SST as runoffs temperature 143 148 !CEOD River is fresh water so must at least be 0 unless we consider ice
Note: See TracChangeset
for help on using the changeset viewer.