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 13558 for NEMO/trunk/src/ICE/icestp.F90 – NEMO

Ignore:
Timestamp:
2020-10-02T17:30:22+02:00 (4 years ago)
Author:
smasson
Message:

trunk: pass sette tests with debugging option -init=arrays,snan,huge, see #2535

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/icestp.F90

    r13546 r13558  
    263263      CALL ice_thd_init                ! set ice thermodynics parameters (clem: important to call it first for melt ponds) 
    264264      ! 
    265       !                                ! Initial sea-ice state 
    266       CALL ice_istate_init 
     265      CALL ice_sbc_init                ! set ice-ocean and ice-atm. coupling parameters 
     266      ! 
     267      CALL ice_istate_init             ! Initial sea-ice state 
    267268      IF ( ln_rstart .OR. nn_iceini_file == 2 ) THEN 
    268269         CALL ice_rst_read( Kbb, Kmm, Kaa )         ! start from a restart file 
     
    272273      CALL ice_var_glo2eqv 
    273274      CALL ice_var_agg(1) 
    274       ! 
    275       CALL ice_sbc_init                ! set ice-ocean and ice-atm. coupling parameters 
    276275      ! 
    277276      CALL ice_dyn_init                ! set ice dynamics parameters 
Note: See TracChangeset for help on using the changeset viewer.