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 7869 for branches/UKMO/dev_r5518_medusa_fix_restart/NEMOGCM/NEMO/OFF_SRC/dtadyn.F90 – NEMO

Ignore:
Timestamp:
2017-04-04T12:21:15+02:00 (7 years ago)
Author:
marc
Message:

Moved GTRU & GTRV into dump and only call ZPS_HDE in TRC_INIT at start-up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_medusa_fix_restart/NEMOGCM/NEMO/OFF_SRC/dtadyn.F90

    r7865 r7869  
    546546      ! Partial steps: before Horizontal DErivative 
    547547      IF( ln_zps  .AND. .NOT. ln_isfcav)                            & 
    548          &            CALL zps_hde    ( kt, jpts, pts,              & 
    549          &                                        fse3w_n, gdept_n, & 
    550          &                                        gtsu, gtsv,       &  ! Partial steps: before horizontal gradient 
     548         &            CALL zps_hde    ( kt, jpts, pts, gtsu, gtsv,  &  ! Partial steps: before horizontal gradient 
    551549         &                                        rhd, gru , grv    )  ! of t, s, rd at the last ocean level 
    552550      IF( ln_zps .AND.        ln_isfcav)                            & 
    553          &            CALL zps_hde_isf( kt, jpts, pts,              & 
    554          &                              fse3w_n, gdept_n, gdep3w_n, & 
    555          &                                        gtsu, gtsv,  &    ! Partial steps for top cell (ISF) 
     551         &            CALL zps_hde_isf( kt, jpts, pts, gtsu, gtsv,  &    ! Partial steps for top cell (ISF) 
    556552         &                                        rhd, gru , grv , aru , arv , gzu , gzv , ge3ru , ge3rv ,   & 
    557553         &                                 gtui, gtvi, grui, grvi, arui, arvi, gzui, gzvi, ge3rui, ge3rvi    ) ! of t, s, rd at the first ocean level 
Note: See TracChangeset for help on using the changeset viewer.