- Timestamp:
- 2020-04-09T21:06:01+02:00 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/SBC/sbcice_cice.F90
r12724 r12732 12 12 USE oce ! ocean dynamics and tracers 13 13 USE dom_oce ! ocean space and time domain 14 # if ! defined key_qco 14 15 USE domvvl 16 # else 17 USE domqco 18 # endif 15 19 USE phycst, only : rcp, rho0, r1_rho0, rhos, rhoi 16 20 USE in_out_manager ! I/O manager … … 234 238 !!gm especially here it is assumed zstar coordinate, but it can be ztilde.... 235 239 #if defined key_qco 236 IF( .NOT.ln_linssh ) CALL dom_q e_zgr( Kbb, Kmm, Kaa ) ! interpolation scale factor, depth and water column240 IF( .NOT.ln_linssh ) CALL dom_qco_zgr( Kbb, Kmm, Kaa ) ! interpolation scale factor, depth and water column 237 241 #else 238 242 IF( .NOT.ln_linssh ) THEN
Note: See TracChangeset
for help on using the changeset viewer.