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

Ignore:
Timestamp:
2017-08-08T16:18:04+02:00 (7 years ago)
Author:
clem
Message:

continue naming

File:
1 edited

Legend:

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

    r8422 r8424  
    4242   USE iceerr1         ! Ice corrections after dynamics 
    4343   USE iceerr2         ! Ice corrections after thermo 
    44    USE limvar          ! Ice variables switch 
     44   USE icevar          ! Ice variables switch 
    4545   USE icectl          ! 
    4646   ! MV MP 2016 
     
    167167         IF( ln_limthd .AND. ln_bdy ) CALL bdy_ice( kt )       ! -- bdy ice thermo  
    168168         ! previous lead fraction and ice volume for flux calculations 
    169                                       CALL lim_var_glo2eqv     ! ht_i and ht_s for ice albedo calculation 
    170                                       CALL lim_var_agg(1)      ! at_i for coupling  
     169                                      CALL ice_var_glo2eqv     ! ht_i and ht_s for ice albedo calculation 
     170                                      CALL ice_var_agg(1)      ! at_i for coupling  
    171171                                      CALL ice_bef 
    172172 
     
    201201         IF( .NOT. Agrif_Root() )     CALL agrif_update_lim3( kt ) 
    202202# endif 
    203                                       CALL lim_var_glo2eqv      ! necessary calls (at least for coupling) 
    204                                       CALL lim_var_agg( 2 )     ! necessary calls (at least for coupling) 
     203                                      CALL ice_var_glo2eqv      ! necessary calls (at least for coupling) 
     204                                      CALL ice_var_agg( 2 )     ! necessary calls (at least for coupling) 
    205205                                      ! 
    206206!! clem: one should switch the calculation of the fluxes onto the parent grid but the following calls do not work 
     
    286286         CALL ice_rst_read 
    287287      ENDIF 
    288       CALL lim_var_agg(2) 
    289       CALL lim_var_glo2eqv 
     288      CALL ice_var_agg(2) 
     289      CALL ice_var_glo2eqv 
    290290      ! 
    291291      CALL ice_update_init                 ! ice surface boundary condition 
Note: See TracChangeset for help on using the changeset viewer.