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 12162 for NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/src/OCE/SBC/sbcblk.F90 – NEMO

Ignore:
Timestamp:
2019-12-10T17:11:51+01:00 (4 years ago)
Author:
laurent
Message:

Catching up with "dev_r12072_MERGE_OPTION2_2019"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/src/OCE/SBC/sbcblk.F90

    r12099 r12162  
    202202      ENDIF 
    203203      IF( ioptio /= 1 )   CALL ctl_stop( 'sbc_blk_init: Choose one and only one bulk algorithm' ) 
    204  
    205  
    206  
    207204 
    208205      !                             !** initialization of the cool-skin / warm-layer parametrization 
     
    374371      ! Sanity/consistence test on humidity at first time step to detect potential screw-up: 
    375372      IF( kt == nit000 ) THEN 
    376          WRITE(numout,*) '' 
     373         IF(lwp) WRITE(numout,*) '' 
    377374#if defined key_agrif 
    378          WRITE(numout,*) ' === AGRIF => Sanity/consistence test on air humidity SKIPPED! :( ===' 
     375         IF(lwp) WRITE(numout,*) ' === AGRIF => Sanity/consistence test on air humidity SKIPPED! :( ===' 
    379376#else 
    380377         ztmp = SUM(tmask(:,:,1)) ! number of ocean points on local proc domain 
     
    397394            END IF 
    398395         END IF 
    399          WRITE(numout,*) ' === Sanity/consistence test on air humidity sucessfuly passed! ===' 
     396         IF(lwp) WRITE(numout,*) ' === Sanity/consistence test on air humidity sucessfuly passed! ===' 
    400397#endif 
    401          WRITE(numout,*) '' 
     398         IF(lwp) WRITE(numout,*) '' 
    402399      END IF !IF( kt == nit000 ) 
    403400      !                                            ! compute the surface ocean fluxes using bulk formulea 
Note: See TracChangeset for help on using the changeset viewer.