Changeset 9421
- Timestamp:
- 2018-03-22T18:55:41+01:00 (6 years ago)
- Location:
- branches/2017/dev_merge_2017/NEMOGCM/NEMO/LIM_SRC_3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_merge_2017/NEMOGCM/NEMO/LIM_SRC_3/icedyn_adv_umx.F90
r9271 r9421 233 233 END DO 234 234 END DO 235 CALL lbc_lnk( ptc (:,:), 'T', 1. )235 CALL lbc_lnk( ptc, 'T', 1. ) 236 236 ! 237 237 END SUBROUTINE adv_umx … … 488 488 END DO 489 489 END DO 490 CALL lbc_lnk( pt_v (:,:), 'V', 1. )490 CALL lbc_lnk( pt_v, 'V', 1. ) 491 491 ! 492 492 CASE( 3 ) !== 3rd order central TIM ==! (Eq. 24) -
branches/2017/dev_merge_2017/NEMOGCM/NEMO/LIM_SRC_3/iceitd.F90
r9398 r9421 714 714 IF(lwp) WRITE(numout,*) ' hi_max(:)= ', hi_max(0:jpl) 715 715 ! 716 IF( hi_max(1) < rn_himin ) CALL ctl_stop('ice_itd_init: the upper bound of the 1st category must be bigger than rn_himin') 717 ! 716 718 END SUBROUTINE ice_itd_init 717 719 -
branches/2017/dev_merge_2017/NEMOGCM/NEMO/LIM_SRC_3/iceupdate.F90
r9124 r9421 294 294 ! controls 295 295 !--------- 296 #if ! defined key_agrif 296 297 IF( ln_icediachk .AND. .NOT. ln_bdy) CALL ice_cons_final('iceupdate') ! conservation 298 #endif 297 299 IF( ln_icectl ) CALL ice_prt (kt, iiceprt, jiceprt, 3, 'Final state ice_update') ! prints 298 300 IF( ln_ctl ) CALL ice_prt3D ('iceupdate') ! prints
Note: See TracChangeset
for help on using the changeset viewer.