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 9190 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/TRA/trabbc.F90 – NEMO

Ignore:
Timestamp:
2018-01-06T15:18:23+01:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: OPA_SRC: style only, results unchanged

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/TRA/trabbc.F90

    r9168 r9190  
    160160         ! 
    161161         CASE ( 1 )                          !* constant flux 
    162             IF(lwp) WRITE(numout,*) '      ===>>   constant heat flux  =   ', rn_geoflx_cst 
     162            IF(lwp) WRITE(numout,*) '   ==>>>   constant heat flux  =   ', rn_geoflx_cst 
    163163            qgh_trd0(:,:) = r1_rau0_rcp * rn_geoflx_cst 
    164164            ! 
    165165         CASE ( 2 )                          !* variable geothermal heat flux : read the geothermal fluxes in mW/m2 
    166             IF(lwp) WRITE(numout,*) '      ===>>   variable geothermal heat flux' 
     166            IF(lwp) WRITE(numout,*) '   ==>>>   variable geothermal heat flux' 
    167167            ! 
    168168            ALLOCATE( sf_qgh(1), STAT=ierror ) 
     
    186186         ! 
    187187      ELSE 
    188          IF(lwp) WRITE(numout,*) '      ===>>   no geothermal heat flux' 
     188         IF(lwp) WRITE(numout,*) '   ==>>>   no geothermal heat flux' 
    189189      ENDIF 
    190190      ! 
Note: See TracChangeset for help on using the changeset viewer.