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 8577 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/SAS_SRC/diawri.F90 – NEMO

Ignore:
Timestamp:
2017-10-02T12:05:28+02:00 (6 years ago)
Author:
clem
Message:

bug fixes to start passing all the magnificient sette tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/SAS_SRC/diawri.F90

    r8316 r8577  
    3939   USE ioipsl 
    4040#if defined key_lim3 
    41    USE limwri 
     41   USE icewri 
    4242#endif 
    4343   USE lib_mpp         ! MPP library 
     
    397397#if defined key_lim3 
    398398      IF( nn_ice == 2 ) THEN   ! clem2017: condition in case agrif + lim but no-ice in child grid 
    399          CALL lim_wri_state( kt, id_i, nh_i ) 
     399         CALL ice_wri_state( kt, id_i, nh_i ) 
    400400      ENDIF 
    401401#else 
Note: See TracChangeset for help on using the changeset viewer.