New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2082 for branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/PISCES/p4zlim.F90 – NEMO

Ignore:
Timestamp:
2010-09-10T12:32:58+02:00 (14 years ago)
Author:
cetlod
Message:

Improve the merge of TRA-TRC, see ticket #717

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/PISCES/p4zlim.F90

    r1953 r2082  
    161161         DO jj = 1, jpj 
    162162            DO ji = 1, jpi 
    163                ztemp = MAX( 0., tn(ji,jj,jk) ) 
     163               ztemp = MAX( 0., tsn(ji,jj,jk,jp_tem) ) 
    164164               xfracal(ji,jj,jk) = caco3r * xlimphy(ji,jj,jk)   & 
    165165                  &                       * MAX( 0.0001, ztemp / ( 2.+ ztemp ) )   & 
Note: See TracChangeset for help on using the changeset viewer.