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/limmp.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/limmp.F90

    r8531 r8564  
    180180            CALL lim_mp_topo   &   ! topographic melt ponds  
    181181                      &          (at_i, a_i,                                       & 
    182                       &          vt_i, v_i, v_s,            t_i, s_i, a_ip_frac,   & 
     182                      &          vt_i, v_i, v_s,            t_i, sz_i, a_ip_frac,   & 
    183183                      &          h_ip,     t_su) 
    184184 
     
    12291229!OLI_CODE  
    12301230!OLI_CODE       CALL compute_mp_topo(at_i, a_i,                               & 
    1231 !OLI_CODE                          vt_i, v_i, v_s, rhosn_glo, t_i, s_i, a_ip_frac,  & 
     1231!OLI_CODE                          vt_i, v_i, v_s, rhosn_glo, t_i, sz_i, a_ip_frac,  & 
    12321232!OLI_CODE                       h_ip, h_il, t_su, tatm_ice, diag_sur_me*rdt_ice, & 
    12331233!OLI_CODE                          fsurf, fwoc) 
Note: See TracChangeset for help on using the changeset viewer.