Changes between Version 29 and Version 30 of ticket/0863
- Timestamp:
- 2013-01-08T11:43:59+01:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ticket/0863
v29 v30 158 158 === Compatibility with een vorticity scheme === 159 159 The vertical scale factor at f points should remain constant in time if the f-point belongs to an "earth cell". 160 {{{ {160 {{{ 161 161 IF( kt == nit000 .OR. lk_vvl ) THEN ! reciprocal of e3 at F-point (masked averaging of e3t) 162 162 DO jk = 1, jpk … … 171 171 CALL lbc_lnk( ze3f, 'F', 1. ) 172 172 ENDIF 173 }}} }173 }}} 174 174 175 175 ----