Changeset 371 for trunk/NEMO
- Timestamp:
- 2005-12-29T11:44:30+01:00 (19 years ago)
- Location:
- trunk/NEMO/OPA_SRC/DYN
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMO/OPA_SRC/DYN/dynspg_exp.F90
r367 r371 20 20 USE ocesbc ! ocean surface boundary condition 21 21 USE obc_oce ! Lateral open boundary condition 22 USE obc_par ! open boundary condition parameters 22 23 USE obcdta ! open boundary condition data (obc_dta_bt routine) 23 24 USE lib_mpp ! distributed memory computing library -
trunk/NEMO/OPA_SRC/DYN/dynspg_ts.F90
r367 r371 21 21 USE dynvor ! vorticity term 22 22 USE obc_oce ! Lateral open boundary condition 23 USE obc_par ! open boundary condition parameters 23 24 USE lib_mpp ! distributed memory computing library 24 25 USE lbclnk ! ocean lateral boundary conditions (or mpp link) … … 401 402 ! - Update sea surface height on each open boundary 402 403 ! - Correct the barotropic transports 403 IF( lk_obc ) CALL obc_fla_ts ( kt )404 IF( lk_obc ) CALL obc_fla_ts 404 405 405 406
Note: See TracChangeset
for help on using the changeset viewer.