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/opa.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/opa.F90

    r888 r899  
    124124      IF( lk_mpp )   CALL mpp_max(nstop) 
    125125 
    126       IF( lk_cfg_1d ) THEN  
     126      IF( lk_c1d ) THEN  
    127127         istp = nit000 
    128128         DO WHILE ( istp <= nitend .AND. nstop == 0 ) 
     
    269269      IF( ln_ctl )      CALL prt_ctl_init   ! Print control 
    270270 
    271       IF( lk_cfg_1d )   CALL fcorio_1d      ! redefine Coriolis at T-point 
     271      IF( lk_c1d )      CALL fcorio_1d      ! redefine Coriolis at T-point 
    272272 
    273273      IF( lk_obc    )   CALL obc_init       ! Open boundaries  
     
    310310      IF(lwp) WRITE(numout,cform_aaa)       ! Flag AAAAAAA 
    311311 
    312       IF( lk_cfg_1d  )  THEN  
     312      IF( lk_c1d  )  THEN  
    313313         CALL init_1d 
    314314      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.