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/icestp.F90 – NEMO

Ignore:
Timestamp:
2017-11-22T11:41:37+01:00 (6 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/icestp.F90

    r8771 r8782  
    262262      fr_i   (:,:)   = at_i(:,:)       ! initialisation of sea-ice fraction 
    263263      tn_ice (:,:,:) = t_su(:,:,:)     ! initialisation of surface temp for coupled simu 
    264       t1_ice (:,:,:) = t_i (:,:,1,:)   ! initialisation of 1st layer temp for coupled simu 
    265       cnd_ice(:,:,:) = 0._wp           ! initialisation of the effective conductivity at the top of ice/snow (Jules coupling) 
    266264      ! 
    267265      !                                ! set max concentration in both hemispheres 
     
    415413 
    416414      tau_icebfr(:,:) = 0._wp; ! landfast ice param only (clem: important to keep the init here) 
    417       cnd_ice(:,:,:) = 0._wp   ! effective conductivity at the top of ice/snow (Jules coupling) 
     415      cnd_ice(:,:,:) = 0._wp   ! initialisation of the effective conductivity at the top of ice/snow (Jules coupling) 
    418416       
    419417   END SUBROUTINE diag_set0 
Note: See TracChangeset for help on using the changeset viewer.