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 14200 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/NST/agrif_ice_interp.F90 – NEMO

Ignore:
Timestamp:
2020-12-17T15:36:44+01:00 (4 years ago)
Author:
mcastril
Message:

Merging r14117 through r14199 into dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/NST/agrif_ice_interp.F90

    r14086 r14200  
    6969      Agrif_UseSpecialValue = .FALSE. 
    7070      ! lbc ???? 
    71       ! JC: do we really need the 3 lines below ? 
     71      ! 
    7272      CALL ice_var_glo2eqv 
    73       CALL ice_var_zapsmall 
    74       CALL ice_var_agg(2) 
    75  
    76       ! Melt ponds 
    77       WHERE( a_i > epsi10 ) 
    78          a_ip_frac(:,:,:) = a_ip(:,:,:) / a_i(:,:,:) 
    79       ELSEWHERE 
    80          a_ip_frac(:,:,:) = 0._wp 
    81       END WHERE 
    82       WHERE( a_ip > 0._wp )       ! ???????     
    83          h_ip(:,:,:) = v_ip(:,:,:) / a_ip(:,:,:) 
    84       ELSEWHERE 
    85          h_ip(:,:,:) = 0._wp 
    86       END WHERE    
    87  
    88       tn_ice(:,:,:) = t_su(:,:,:) 
    89       t1_ice(:,:,:) = t_i (:,:,1,:)  
    90  
     73      ! 
    9174   END SUBROUTINE agrif_istate_ice 
    9275 
Note: See TracChangeset for help on using the changeset viewer.