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 474 for trunk/NEMO/OPA_SRC/DIA – NEMO

Changeset 474 for trunk/NEMO/OPA_SRC/DIA


Ignore:
Timestamp:
2006-05-11T17:24:19+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_061: SM: end of ctl_stop + mpi optimization in _bilap

Location:
trunk/NEMO/OPA_SRC/DIA
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DIA/diafwb.F90

    r407 r474  
    198198         CASE DEFAULT                                !    ORCA R05 or R025 
    199199            !                                        ! ======================= 
    200             IF(lwp) WRITE(numout,cform_err) 
    201             IF(lwp) WRITE(numout,*)' dia_fwb Not yet implemented in ORCA_R05 or R025' 
    202             nstop = nstop + 1 
     200            CALL ctl_stop( ' dia_fwb Not yet implemented in ORCA_R05 or R025' ) 
    203201            !  
    204202         END SELECT 
     
    242240         CASE DEFAULT                                !    ORCA R05 or R025 
    243241            !                                        ! ======================= 
    244             IF(lwp) WRITE(numout,cform_err) 
    245             IF(lwp) WRITE(numout,*)' dia_fwb Not yet implemented in ORCA_R05 or R025' 
    246             nstop = nstop + 1 
     242            CALL ctl_stop( ' dia_fwb Not yet implemented in ORCA_R05 or R025' ) 
    247243            !  
    248244         END SELECT 
     
    286282         CASE DEFAULT                                !    ORCA R05 or R025 
    287283            !                                        ! ======================= 
    288             IF(lwp) WRITE(numout,cform_err) 
    289             IF(lwp) WRITE(numout,*)' dia_fwb Not yet implemented in ORCA_R05 or R025' 
    290             nstop = nstop + 1 
     284            CALL ctl_stop( ' dia_fwb Not yet implemented in ORCA_R05 or R025' ) 
    291285            !  
    292286         END SELECT 
     
    330324         CASE DEFAULT                                !    ORCA R05 or R025 
    331325            !                                        ! ======================= 
    332             IF(lwp) WRITE(numout,cform_err) 
    333             IF(lwp) WRITE(numout,*)' dia_fwb Not yet implemented in ORCA_R05 or R025' 
    334             nstop = nstop + 1 
     326            CALL ctl_stop( ' dia_fwb Not yet implemented in ORCA_R05 or R025' ) 
    335327            !  
    336328         END SELECT 
  • trunk/NEMO/OPA_SRC/DIA/diahdy.F90

    r460 r474  
    107107         IF(lwp) WRITE(numout,*) 'dia_hdy : computation of dynamical heigh' 
    108108         IF(lwp) WRITE(numout,*) '~~~~~~~' 
    109          IF( .NOT. ln_zco ) THEN      ! Dynamic height diagnostics only implemented in z-coordinate 
    110             IF(lwp) WRITE(numout,cform_err) 
    111             IF(lwp) WRITE(numout,*) '          ln_zps or ln_sco, Dynamical height diagnostics not yet implemented' 
    112             nstop = nstop + 1 
    113          ENDIF 
     109         IF( .NOT. ln_zco )   & 
     110              &   CALL ctl_stop( '          ln_zps or ln_sco, Dynamical height diagnostics not yet implemented' ) 
    114111         DO jk = 1, jpk 
    115112            IF( gdepw_0(jk) > zgdsup ) GOTO 110 
  • trunk/NEMO/OPA_SRC/DIA/diaspr.F90

    r359 r474  
    142142         ! control 
    143143# if ! defined key_dynspg_rl 
    144       IF(lwp) WRITE(numout,cform_err) 
    145       IF(lwp) WRITE(numout,*) '          surface pressure already explicitly computed !!' 
    146       nstop = nstop + 1 
     144      CALL ctl_stop( '          surface pressure already explicitly computed !!' ) 
    147145# endif 
    148146 
Note: See TracChangeset for help on using the changeset viewer.