- Timestamp:
- 2017-08-08T15:58:05+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limvar.F90
r8420 r8422 431 431 SUBROUTINE lim_var_salprof1d 432 432 !!------------------------------------------------------------------- 433 !! *** ROUTINE lim_ thd_salprof1d ***433 !! *** ROUTINE lim_var_salprof1d *** 434 434 !! 435 435 !! ** Purpose : 1d computation of the sea ice salinity profile … … 760 760 zht_s(ji,jl) = zht_i(ji,jl) * ( zhts(ji) / zhti(ji) ) 761 761 ! In case snow load is in excess that would lead to transformation from snow to ice 762 ! Then, transfer the snow excess into the ice (different from limthd_dh)762 ! Then, transfer the snow excess into the ice (different from icethd_dh) 763 763 zdh = MAX( 0._wp, ( rhosn * zht_s(ji,jl) + ( rhoic - rau0 ) * zht_i(ji,jl) ) * r1_rau0 ) 764 764 ! recompute ht_i, ht_s avoiding out of bounds values
Note: See TracChangeset
for help on using the changeset viewer.