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

Ignore:
Timestamp:
2010-11-25T17:33:31+01:00 (13 years ago)
Author:
cetlod
Message:

Improve the 1D vertical configuration in v3.3beta

File:
1 edited

Legend:

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

    r2432 r2435  
    6161   USE cpl_oasis4      ! OASIS4 coupling (not working) 
    6262#endif 
    63 #if defined key_c1d 
    6463   USE c1d             ! 1D configuration 
    6564   USE step_c1d        ! Time stepping loop for the 1D configuration 
    66 #endif 
    6765#if defined key_top 
    6866   USE trcini          ! passive tracer initialisation 
     
    408406      ENDIF 
    409407      ! 
    410 #if defined key_c1d 
    411408      IF( lk_c1d .AND. .NOT. lk_iomput )  & 
    412409        CALL ctl_stop( ' The 1D vertical configuration must be used in conjunction',   & 
    413410            &          ' with the IOM Input/Output manager. Compile with key_iomput enabled' ) 
    414 #endif 
    415411      ! 
    416412   END SUBROUTINE opa_ctl 
Note: See TracChangeset for help on using the changeset viewer.