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/OPA_SRC/step_oce.F90 – 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/OPA_SRC/step_oce.F90

    r9250 r9485  
    105105   USE agrif_opa_sponge ! Momemtum and tracers sponges 
    106106   USE agrif_opa_update ! Update (2-way nesting) 
     107#if defined key_lim3 
     108   USE agrif_lim3_update 
     109#endif 
    107110#if defined key_top 
    108111   USE agrif_top_update ! passive tracers update (2-way nesting) 
Note: See TracChangeset for help on using the changeset viewer.