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 899 for trunk/NEMO/OPA_SRC/restart.F90 – NEMO

Ignore:
Timestamp:
2008-04-22T18:15:19+02:00 (16 years ago)
Author:
rblod
Message:

First set of modifications related to 1D update : cometic changes, see ticket #117

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/restart.F90

    r888 r899  
    290290         CALL eos( tb, sb, rhd, rhop )        ! before potential and in situ densities 
    291291      ENDIF 
    292       IF( ln_zps .AND. .NOT. lk_cfg_1d ) THEN 
     292      IF( ln_zps .AND. .NOT. lk_c1d ) THEN 
    293293         IF( iom_varid( numror, 'gtu', ldstop = .FALSE. ) > 0 ) THEN 
    294294            CALL iom_get( numror, jpdom_autoglo, 'gtu' , gtu ) 
Note: See TracChangeset for help on using the changeset viewer.