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 2471 for trunk – NEMO

Changeset 2471 for trunk


Ignore:
Timestamp:
2010-12-13T14:44:36+01:00 (13 years ago)
Author:
cetlod
Message:

v3.2: put the print control option at the right place, see ticket #764

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/sbcfwb.F90

    r1822 r2471  
    8080            IF( kn_fwb == 2 )   WRITE(numout,*) '          adjusted from previous year budget' 
    8181            IF( kn_fwb == 3 )   WRITE(numout,*) '          emp set to zero and spread out over erp area' 
    82             ! 
    83             IF( kn_fwb == 3 .AND. nn_sssr /= 2 )   & 
    84                &   CALL ctl_stop( 'The option nn_fwb = 3 must be associated to nn_sssr = 2 ' ) 
    85              
    86          ENDIF 
     82         ENDIF 
     83         ! 
     84         IF( kn_fwb == 3 .AND. nn_sssr /= 2 )   CALL ctl_stop( 'sbc_fwb: nn_fwb = 3 requires nn_sssr = 2, we stop ' ) 
    8785         ! 
    8886         e1e2_i(:,:) = e1t(:,:) * e2t(:,:) * tmask_i(:,:) 
Note: See TracChangeset for help on using the changeset viewer.