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 6994 for branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/OPA_SRC/BDY/bdyice_lim.F90 – NEMO

Ignore:
Timestamp:
2016-10-05T15:07:10+02:00 (8 years ago)
Author:
clem
Message:

clean online sea ice diagnostics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/OPA_SRC/BDY/bdyice_lim.F90

    r6746 r6994  
    2828   USE ice             ! LIM_3 ice variables 
    2929   USE limvar 
     30   USE limctl 
    3031#endif  
    3132   USE par_oce         ! ocean parameters 
     
    7980 
    8081#if defined key_lim3 
    81       CALL lim_var_zapsmall 
    82       CALL lim_var_agg(1) 
     82                        CALL lim_var_zapsmall 
     83                        CALL lim_var_agg(1) 
     84      IF( ln_limctl )   CALL lim_prt( kt, iiceprt, jiceprt, 1, ' - ice thermo bdy - ' ) 
    8385#endif 
    8486 
Note: See TracChangeset for help on using the changeset viewer.