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 2429 – NEMO

Changeset 2429


Ignore:
Timestamp:
2010-11-25T08:27:31+01:00 (13 years ago)
Author:
sga
Message:

NEMO branch nemo_v3_3_beta
small fix to avoid compilation error: use cpp key around code using lk_c1d in opa.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/opa.F90

    r2409 r2429  
    408408      ENDIF 
    409409      ! 
     410#if defined key_c1d 
    410411      IF( lk_c1d .AND. .NOT. lk_iomput )  & 
    411412        CALL ctl_stop( ' The 1D vertical configuration must be used in conjunction',   & 
    412413            &          ' with the IOM Input/Output manager. Compile with key_iomput enabled' ) 
     414#endif 
    413415      ! 
    414416   END SUBROUTINE opa_ctl 
Note: See TracChangeset for help on using the changeset viewer.