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 683 for trunk/NEMO/OPA_SRC/DYN/dynspg_ts.F90 – NEMO

Ignore:
Timestamp:
2007-06-29T18:37:27+02:00 (17 years ago)
Author:
rblod
Message:

nemo_v2_update_021 : SM : use jpdom_autoglo in restarts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DYN/dynspg_ts.F90

    r661 r683  
    5151   !!---------------------------------------------------------------------- 
    5252   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    53    !! $Header$  
     53   !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/DYN/dynspg_ts.F90,v 1.16 2007/06/05 10:38:27 opalod Exp $  
    5454   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    5555   !!---------------------------------------------------------------------- 
     
    627627      IF( TRIM(cdrw) == 'READ' ) THEN 
    628628         IF( iom_varid( numror, 'sshn' ) > 0 ) THEN 
    629             CALL iom_get( numror, jpdom_local, 'sshb'  , sshb(:,:)   ) 
    630             CALL iom_get( numror, jpdom_local, 'sshn'  , sshn(:,:)   ) 
     629            CALL iom_get( numror, jpdom_autoglo, 'sshb'  , sshb(:,:)   ) 
     630            CALL iom_get( numror, jpdom_autoglo, 'sshn'  , sshn(:,:)   ) 
    631631            IF( neuler == 0 ) sshb(:,:) = sshn(:,:) 
    632632         ELSE 
     
    637637         ENDIF 
    638638         IF( iom_varid( numror, 'sshn_b' ) > 0 ) THEN 
    639             CALL iom_get( numror, jpdom_local, 'sshb_b', sshb_b(:,:) )   ! free surface issued 
    640             CALL iom_get( numror, jpdom_local, 'sshn_b', sshn_b(:,:) )   ! from time-splitting loop 
    641             CALL iom_get( numror, jpdom_local, 'un_b'  , un_b  (:,:) )   ! horizontal transports issued 
    642             CALL iom_get( numror, jpdom_local, 'vn_b'  , vn_b  (:,:) )   ! from barotropic loop 
     639            CALL iom_get( numror, jpdom_autoglo, 'sshb_b', sshb_b(:,:) )   ! free surface issued 
     640            CALL iom_get( numror, jpdom_autoglo, 'sshn_b', sshn_b(:,:) )   ! from time-splitting loop 
     641            CALL iom_get( numror, jpdom_autoglo, 'un_b'  , un_b  (:,:) )   ! horizontal transports issued 
     642            CALL iom_get( numror, jpdom_autoglo, 'vn_b'  , vn_b  (:,:) )   ! from barotropic loop 
    643643            IF( neuler == 0 ) sshb_b(:,:) = sshn_b(:,:) 
    644644         ELSE 
Note: See TracChangeset for help on using the changeset viewer.