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

Ignore:
Timestamp:
2006-05-11T16:40:51+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_060: SM: IOM + 301 levels + CORE + begining of ctl_stop

File:
1 edited

Legend:

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

    r352 r472  
    8686      
    8787#if defined key_flx_bulk_monthly || defined key_flx_bulk_daily || defined key_flx_forced_daily 
    88       IF(lwp)WRITE(numout,cform_err) 
    89       IF(lwp)WRITE(numout,*) ' key_coupled and key_flx_bulk_... are incompatible' 
    90       nstop = nstop + 1 
     88      CALL ctl_stop( 'key_coupled and key_flx_bulk_... are incompatible' ) 
    9189#endif 
    9290  
    93       IF(lwp)WRITE(numout,*)'     coupled simulation' 
    94       IF(lwp)WRITE(numout,*)'        unit ',numlhf,' receive atm fluxes' 
    95       IF(lwp)WRITE(numout,*)'        unit ',numlws,' receive windstress' 
    96       IF(lwp)WRITE(numout,*)'        unit ',numlts,' transfer sst' 
    97       IF(lwp)WRITE(numout,*)'        unit ',numlic,' transfer ice cover' 
    98  
    99  
    10091      CALL cpl_read           ! read the coupled mode information in namelist 
    10192 
Note: See TracChangeset for help on using the changeset viewer.