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 2409 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2010-11-19T16:30:38+01:00 (13 years ago)
Author:
cetlod
Message:

Finalize the new organisation of 1D vertical configuration, see ticket #760

File:
1 edited

Legend:

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

    r2392 r2409  
    408408      ENDIF 
    409409      ! 
     410      IF( lk_c1d .AND. .NOT. lk_iomput )  & 
     411        CALL ctl_stop( ' The 1D vertical configuration must be used in conjunction',   & 
     412            &          ' with the IOM Input/Output manager. Compile with key_iomput enabled' ) 
     413      ! 
    410414   END SUBROUTINE opa_ctl 
    411415 
Note: See TracChangeset for help on using the changeset viewer.