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 9485 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/LIM_SRC_3 – NEMO

Ignore:
Timestamp:
2018-04-14T13:18:45+02:00 (6 years ago)
Author:
clem
Message:

make sure that the double zoom configuration agrif_nordic is restartable. One must have moved the call to sea ice update at the end of step (after integrate_childgrids)

File:
1 edited

Legend:

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

    r9482 r9485  
    5050# if defined key_agrif 
    5151   USE agrif_ice 
    52    USE agrif_lim3_update 
    5352   USE agrif_lim3_interp 
    5453# endif 
     
    173172         IF( ln_icethd )                CALL ice_cor( kt , 2 )        ! -- Corrections 
    174173         ! 
    175          !                          !==  AGRIF Child to Parent  ==! 
    176 # if defined key_agrif 
    177                                         CALL agrif_update_lim3( kt ) 
    178 # endif 
    179174                                        CALL ice_var_glo2eqv          ! necessary calls (at least for coupling) 
    180175                                        CALL ice_var_agg( 2 )         ! necessary calls (at least for coupling) 
Note: See TracChangeset for help on using the changeset viewer.