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 14886 – NEMO

Changeset 14886


Ignore:
Timestamp:
2021-05-19T11:10:37+02:00 (3 years ago)
Author:
clem
Message:

trunk ICE: the diagnostic of heat flux for ice surface melt was not outputed because of initialization problem

Location:
NEMO/trunk/src/ICE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/icestp.F90

    r14072 r14886  
    460460            qcn_ice    (ji,jj,jl) = 0._wp   ! conductive flux (ln_cndflx=T & ln_cndemule=T) 
    461461            qtr_ice_bot(ji,jj,jl) = 0._wp   ! part of solar radiation transmitted through the ice needed at least for outputs 
     462            qml_ice    (ji,jj,jl) = 0._wp   ! surface melt heat flux 
    462463            ! Melt pond surface melt diagnostics (mv - more efficient: grouped into one water volume flux) 
    463464            dh_i_sum_2d(ji,jj,jl) = 0._wp 
  • NEMO/trunk/src/ICE/icethd.F90

    r14433 r14886  
    536536         CALL tab_1d_2d( npti, nptidx(1:npti), qcn_ice_bot_1d(1:npti), qcn_ice_bot(:,:,kl) ) 
    537537         CALL tab_1d_2d( npti, nptidx(1:npti), qcn_ice_top_1d(1:npti), qcn_ice_top(:,:,kl) ) 
     538         CALL tab_1d_2d( npti, nptidx(1:npti), qml_ice_1d    (1:npti), qml_ice    (:,:,kl) ) 
    538539         ! extensive variables 
    539540         CALL tab_1d_2d( npti, nptidx(1:npti), v_i_1d (1:npti), v_i (:,:,kl) ) 
Note: See TracChangeset for help on using the changeset viewer.