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 8782 for branches/UKMO/dev_r8183_ICEMODEL_svn_removed/NEMOGCM/NEMO/LIM_SRC_3/iceistate.F90 – NEMO

Ignore:
Timestamp:
2017-11-22T11:41:37+01:00 (7 years ago)
Author:
clem
Message:

debug previous step

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r8183_ICEMODEL_svn_removed/NEMOGCM/NEMO/LIM_SRC_3/iceistate.F90

    r8752 r8782  
    357357 
    358358         tn_ice (:,:,:) = t_su (:,:,:) 
     359         t1_ice (:,:,:) = t_i (:,:,1,:)   ! initialisation of 1st layer temp for coupled simu 
     360         cnd_ice(:,:,:) = 0._wp           ! initialisation of the effective conductivity at the top of ice/snow (Jules coupling) 
    359361 
    360362         ! Melt pond volume and fraction 
     
    391393         END DO 
    392394 
     395         tn_ice (:,:,:) = t_i (:,:,1,:) 
     396         t1_ice (:,:,:) = t_i (:,:,1,:)   ! initialisation of 1st layer temp for coupled simu 
     397         cnd_ice(:,:,:) = 0._wp           ! initialisation of the effective conductivity at the top of ice/snow (Jules coupling) 
     398          
    393399         a_ip(:,:,:)      = 0._wp 
    394400         v_ip(:,:,:)      = 0._wp 
Note: See TracChangeset for help on using the changeset viewer.