- Timestamp:
- 2010-10-09T00:08:28+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/TRP/trctrp.F90
r2082 r2194 74 74 #endif 75 75 CALL trc_zdf( kstp ) ! vertical mixing and after tracer fields 76 CALL trc_nxt( kstp ) ! tracer fields at next time step 77 IF( ln_trcrad ) CALL trc_rad( kstp ) ! Correct artificial negative concentrations 76 78 IF( ln_zps ) CALL zps_hde( kstp, jptra, trn, gtru, gtrv ) ! Partial steps: now horizontal gradient of passive 77 79 ! tracers at the bottom ocean level 78 CALL trc_nxt( kstp ) ! tracer fields at next time step79 IF( ln_trcrad ) CALL trc_rad( kstp ) ! Correct artificial negative concentrations80 80 ! 81 81 ELSE ! 1D vertical configuration
Note: See TracChangeset
for help on using the changeset viewer.