New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 8885 for branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/LIM_SRC_3/icethd_dh.F90 – NEMO

Ignore:
Timestamp:
2017-12-04T10:41:40+01:00 (6 years ago)
Author:
clem
Message:

remove useless references to clem's comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/LIM_SRC_3/icethd_dh.F90

    r8882 r8885  
    270270      !------------------------------ 
    271271      ! qla_ice is always >=0 (upwards), heat goes to the atmosphere, therefore snow sublimates 
    272       ! clem comment: not counted in mass/heat exchange in iceupdate.F90 since this is an exchange with atm. (not ocean) 
     272      !   comment: not counted in mass/heat exchange in iceupdate.F90 since this is an exchange with atm. (not ocean) 
    273273      zdeltah(1:npti,:) = 0._wp 
    274274      DO ji = 1, npti 
     
    332332               hfx_res_1d(ji) = hfx_res_1d(ji) + zfmdt * a_i_1d(ji) * zEi * r1_rdtice 
    333333                
    334                ! Contribution to salt flux (clem: using s_i_1d and not sz_i_1d(jk) is ok) 
     334               ! Contribution to salt flux (using s_i_1d and not sz_i_1d(jk) is ok) 
    335335               sfx_res_1d(ji) = sfx_res_1d(ji) - rhoic * a_i_1d(ji) * zdeltah(ji,jk) * s_i_1d(ji) * r1_rdtice 
    336336                
     
    358358               zQm            = zfmdt * zEw                           ! Energy of the melt water sent to the ocean [J/m2, <0] 
    359359                
    360                ! Contribution to salt flux >0 (clem: using s_i_1d and not sz_i_1d(jk) is ok) 
     360               ! Contribution to salt flux >0 (using s_i_1d and not sz_i_1d(jk) is ok) 
    361361               sfx_sum_1d(ji) = sfx_sum_1d(ji) - rhoic * a_i_1d(ji) * zdeltah(ji,jk) * s_i_1d(ji) * r1_rdtice 
    362362                
     
    377377            zdeltah(ji,jk) = zdeltah(ji,jk) + zdum 
    378378            dh_i_sub(ji)  = dh_i_sub(ji) + zdum 
    379             ! Salt flux > 0 (clem2016: flux is sent to the ocean for simplicity but salt should remain in the ice except if all ice is melted. 
     379            ! Salt flux > 0 (clem: flux is sent to the ocean for simplicity but salt should remain in the ice except if all ice is melted. 
    380380            !                          It must be corrected at some point) 
    381381            sfx_sub_1d(ji) = sfx_sub_1d(ji) - rhoic * a_i_1d(ji) * zdum * s_i_1d(ji) * r1_rdtice 
     
    526526                  hfx_res_1d(ji) = hfx_res_1d(ji) + zfmdt * a_i_1d(ji) * zEi * r1_rdtice 
    527527 
    528                   ! Contribution to salt flux (clem: using s_i_1d and not sz_i_1d(jk) is ok) 
     528                  ! Contribution to salt flux (using s_i_1d and not sz_i_1d(jk) is ok) 
    529529                  sfx_res_1d(ji) = sfx_res_1d(ji) - rhoic * a_i_1d(ji) * zdeltah(ji,jk) * s_i_1d(ji) * r1_rdtice 
    530530                                     
     
    559559                  hfx_thd_1d(ji)  = hfx_thd_1d(ji) + zfmdt * a_i_1d(ji) * zEw * r1_rdtice 
    560560 
    561                   ! Contribution to salt flux (clem: using s_i_1d and not sz_i_1d(jk) is ok) 
     561                  ! Contribution to salt flux (using s_i_1d and not sz_i_1d(jk) is ok) 
    562562                  sfx_bom_1d(ji)  = sfx_bom_1d(ji) - rhoic *  a_i_1d(ji) * zdeltah(ji,jk) * s_i_1d(ji) * r1_rdtice 
    563563                   
Note: See TracChangeset for help on using the changeset viewer.