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 8564 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/icestp.F90 – NEMO

Ignore:
Timestamp:
2017-09-27T11:11:01+02:00 (7 years ago)
Author:
clem
Message:

change variable names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/icestp.F90

    r8563 r8564  
    350350      !!---------------------------------------------------------------------- 
    351351      ! 
    352       a_i_b  (:,:,:)   = a_i (:,:,:)     ! ice area 
    353       v_i_b  (:,:,:)   = v_i (:,:,:)     ! ice volume 
    354       v_s_b  (:,:,:)   = v_s (:,:,:)     ! snow volume 
    355       smv_i_b(:,:,:)   = smv_i(:,:,:)     ! salt content 
    356       oa_i_b (:,:,:)   = oa_i (:,:,:)     ! areal age content 
    357       e_s_b  (:,:,:,:) = e_s (:,:,:,:)   ! snow thermal energy 
    358       e_i_b  (:,:,:,:) = e_i (:,:,:,:)   ! ice thermal energy 
     352      a_i_b (:,:,:)   = a_i (:,:,:)     ! ice area 
     353      v_i_b (:,:,:)   = v_i (:,:,:)     ! ice volume 
     354      v_s_b (:,:,:)   = v_s (:,:,:)     ! snow volume 
     355      sv_i_b(:,:,:)   = sv_i(:,:,:)     ! salt content 
     356      oa_i_b(:,:,:)   = oa_i(:,:,:)     ! areal age content 
     357      e_s_b (:,:,:,:) = e_s (:,:,:,:)   ! snow thermal energy 
     358      e_i_b (:,:,:,:) = e_i (:,:,:,:)   ! ice thermal energy 
    359359      WHERE( a_i_b(:,:,:) >= epsi20 ) 
    360360         h_i_b(:,:,:) = v_i_b (:,:,:) / a_i_b(:,:,:)   ! ice thickness 
     
    414414      afx_tot(:,:) = 0._wp   ; 
    415415      ! 
    416       diag_heat(:,:) = 0._wp ;   diag_smvi(:,:) = 0._wp 
     416      diag_heat(:,:) = 0._wp ;   diag_sice(:,:) = 0._wp 
    417417      diag_vice(:,:) = 0._wp ;   diag_vsnw(:,:) = 0._wp 
    418418 
Note: See TracChangeset for help on using the changeset viewer.