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 7364 for branches/2016 – NEMO

Changeset 7364 for branches/2016


Ignore:
Timestamp:
2016-11-29T11:31:53+01:00 (7 years ago)
Author:
clem
Message:

make the option Cd-Lupkes restartable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_CNRS_AGRIF_2016/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90

    r7309 r7364  
    150150         ! utau_ice, vtau_ice : surface ice stress (U- & V-points)   [N/m2] 
    151151         !----------------------------------------------------------------- 
     152                                      CALL sbc_lim_bef         ! Store previous ice values 
    152153         SELECT CASE( kblk ) 
    153154            CASE( jp_ana     )   ;    CALL ana_ice_tau                              ! analytic formulation             
     
    170171         numit = numit + nn_fsbc                  ! Ice model time step 
    171172         !                                                    
    172                                       CALL sbc_lim_bef         ! Store previous ice values 
    173173                                      CALL sbc_lim_diag0       ! set diag of mass, heat and salt fluxes to 0 
    174174                                      CALL lim_rst_opn( kt )   ! Open Ice restart file 
Note: See TracChangeset for help on using the changeset viewer.