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

Changeset 7365 for branches/2016


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

make the option Cd-Lupkes restartable

File:
1 edited

Legend:

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

    r7158 r7365  
    154154         ! utau_ice, vtau_ice : surface ice stress (U- & V-points)   [N/m2] 
    155155         !----------------------------------------------------------------- 
     156                                      CALL sbc_lim_bef         ! Store previous ice values 
    156157         SELECT CASE( kblk ) 
    157158            CASE( jp_ana     )   ;    CALL ana_ice_tau                              ! analytic formulation             
     
    174175         numit = numit + nn_fsbc                  ! Ice model time step 
    175176         !                                                    
    176                                       CALL sbc_lim_bef         ! Store previous ice values 
    177177                                      CALL sbc_lim_diag0       ! set diag of mass, heat and salt fluxes to 0 
    178178                                      CALL lim_rst_opn( kt )   ! Open Ice restart file 
Note: See TracChangeset for help on using the changeset viewer.