Changeset 7599 for branches/UKMO/dev_r5518_GO6_package_for_static_diagnostics/NEMOGCM/NEMO/OPA_SRC/TRA/traldf.F90
- Timestamp:
- 2017-01-23T16:12:59+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6_package_for_static_diagnostics/NEMOGCM/NEMO/OPA_SRC/TRA/traldf.F90
r7582 r7599 31 31 USE lbclnk ! ocean lateral boundary conditions (or mpp link) 32 32 USE wrk_nemo ! Memory allocation 33 USE iom 33 34 USE timing ! Timing 34 35 … … 78 79 79 80 #ifdef key_traldf_c2d 80 IF (kt == nit000) THEN 81 CALL iom_put( "aht2D", ahtw) 81 IF (kt == nit000) CALL iom_put( "aht2D", ahtw) 82 82 #endif 83 83
Note: See TracChangeset
for help on using the changeset viewer.