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 7343 for branches/2015/dev_r5936_INGV1_WAVE/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2016-11-25T17:56:42+01:00 (7 years ago)
Author:
timgraham
Message:

Merge in branches/UKMO/r5936_INGV1_WAVE-coupling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5936_INGV1_WAVE/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r7221 r7343  
    131131         WRITE(numout,*) '              ocean-atmosphere coupled formulation       ln_cpl      = ', ln_cpl 
    132132         WRITE(numout,*) '              forced-coupled mixed formulation           ln_mixcpl   = ', ln_mixcpl 
     133         WRITE(numout,*) '              wave physics                               ln_wave     = ', ln_wave 
     134         WRITE(numout,*) '                 Stokes drift corr. to vert. velocity    ln_sdw      = ', ln_sdw 
     135         WRITE(numout,*) '                 wave modified ocean stress              ln_tauoc    = ', ln_tauoc 
     136         WRITE(numout,*) '                 Stokes coriolis term                    ln_stcor    = ', ln_stcor 
     137         WRITE(numout,*) '                 neutral drag coefficient (CORE, MFS)    ln_cdgw     = ', ln_cdgw 
    133138         WRITE(numout,*) '              OASIS coupling (with atm or sas)           lk_oasis    = ', lk_oasis 
    134139         WRITE(numout,*) '              components of your executable            nn_components = ', nn_components 
     
    372377            SELECT CASE( nsbc ) 
    373378            CASE(  0,1,2,3,5,-1 )  ; 
    374                 IF(lwp) WRITE(numout,*) 'WARNING: You are subtracting the wave stress to the ocean. & 
     379                IF(lwp .AND. kt == nit000 ) WRITE(numout,*) 'WARNING: You are subtracting the wave stress to the ocean. & 
    375380                        & If not requested select ln_tauoc=.false' 
    376381            END SELECT 
Note: See TracChangeset for help on using the changeset viewer.