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 9421 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/LIM_SRC_3/iceupdate.F90 – NEMO

Ignore:
Timestamp:
2018-03-22T18:55:41+01:00 (6 years ago)
Author:
clem
Message:

cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/LIM_SRC_3/iceupdate.F90

    r9124 r9421  
    294294      ! controls 
    295295      !--------- 
     296#if ! defined key_agrif 
    296297      IF( ln_icediachk .AND. .NOT. ln_bdy)   CALL ice_cons_final('iceupdate')                                       ! conservation 
     298#endif 
    297299      IF( ln_icectl                      )   CALL ice_prt       (kt, iiceprt, jiceprt, 3, 'Final state ice_update') ! prints 
    298300      IF( ln_ctl                         )   CALL ice_prt3D     ('iceupdate')                                       ! prints 
Note: See TracChangeset for help on using the changeset viewer.