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

Changeset 8782


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

debug previous step

Location:
branches/UKMO/dev_r8183_ICEMODEL_svn_removed/NEMOGCM/NEMO/LIM_SRC_3
Files:
2 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 
  • 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.