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 9767 for NEMO/trunk/src/ICE/icethd_dh.F90 – NEMO

Ignore:
Timestamp:
2018-06-08T12:11:32+02:00 (6 years ago)
Author:
clem
Message:

remove cp_ice_msh option in NEMO because the ice model is in C-grid and not anymore in B-grid (LIM2 type)

File:
1 edited

Legend:

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

    r9750 r9767  
    146146         DO ji = 1, npti 
    147147            zdum           = qns_ice_1d(ji) + qsr_ice_1d(ji) - qsr_ice_tr_1d(ji) - fc_su(ji)  
    148             zdum          = zdum * MAX( 0._wp , SIGN( 1._wp, t_su_1d(ji) - rt0 ) ) 
    149             zq_su(ji)      = MAX( 0._wp, zdum * rdt_ice ) 
     148            qml_ice_1d(ji) = zdum * MAX( 0._wp , SIGN( 1._wp, t_su_1d(ji) - rt0 ) ) 
     149            zq_su(ji)      = MAX( 0._wp, qml_ice_1d(ji) * rdt_ice ) 
    150150         END DO 
    151151         ! 
Note: See TracChangeset for help on using the changeset viewer.