Changeset 13740
- Timestamp:
- 2020-11-06T14:00:29+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/tests/VORTEX/MY_SRC/domqco.F90
r13683 r13740 94 94 CALL qco_rst_read( nit000, Kbb, Kmm ) ! Read or initialize ssh_(Kbb/Kmm) 95 95 ! 96 CALL dom_qco_zgr( Kbb, Kmm , Kaa )! interpolation scale factor, depth and water column96 CALL dom_qco_zgr( Kbb, Kmm ) ! interpolation scale factor, depth and water column 97 97 ! 98 98 #if defined key_agrif … … 111 111 112 112 113 SUBROUTINE dom_qco_zgr( Kbb, Kmm , Kaa)113 SUBROUTINE dom_qco_zgr( Kbb, Kmm ) 114 114 !!---------------------------------------------------------------------- 115 115 !! *** ROUTINE dom_qco_init *** … … 122 122 !! - r3(t/u/v/f)_n 123 123 !!---------------------------------------------------------------------- 124 INTEGER, INTENT(in) :: Kbb, Kmm , Kaa! time level indices124 INTEGER, INTENT(in) :: Kbb, Kmm ! time level indices 125 125 !!---------------------------------------------------------------------- 126 126 !
Note: See TracChangeset
for help on using the changeset viewer.