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 2083 for branches/DEV_r2006_merge_TRA_TRC/NEMO/OPA_SRC/istate.F90 – NEMO

Ignore:
Timestamp:
2010-09-10T14:49:11+02:00 (14 years ago)
Author:
cetlod
Message:

correction of minor bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/OPA_SRC/istate.F90

    r2082 r2083  
    128128          
    129129         IF( ln_zps .AND. .NOT. lk_c1d )   & 
    130                           CALL zps_hde( nit000, 'TRA', tsb, gtsu, gtsv,  &    ! Partial steps: before horizontal gradient 
    131             &                                          rhd, gru , grv , jpts )      ! of t, s, rd at the last ocean level 
     130                           CALL zps_hde( nit000, jpts, tsb, gtsu, gtsv,  &    ! Partial steps: before horizontal gradient 
     131            &                                          rhd, gru , grv )      ! of t, s, rd at the last ocean level 
    132132          
    133133      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.