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 7163 for branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2016-11-01T15:26:15+01:00 (7 years ago)
Author:
gm
Message:

#1751 - branch SIMPLIF_6_aerobulk: update option control in sbcmod + uniformization of print in ocean_output (many module involved)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r6152 r7163  
    519519      IF(lwp) THEN                  ! control print 
    520520         WRITE(numout,*) 
    521          WRITE(numout,*) 'nemo_ctl: Control prints & Benchmark' 
    522          WRITE(numout,*) '~~~~~~~ ' 
     521         WRITE(numout,*) 'nemo_ctl : Control prints & Benchmark' 
     522         WRITE(numout,*) '~~~~~~~~' 
    523523         WRITE(numout,*) '   Namelist namctl' 
    524524         WRITE(numout,*) '      run control (for debugging)     ln_ctl     = ', ln_ctl 
     
    545545      IF(lwp) THEN                  ! control print 
    546546         WRITE(numout,*) 
    547          WRITE(numout,*) 'namcfg  : configuration initialization through namelist read' 
    548          WRITE(numout,*) '~~~~~~~ ' 
     547         WRITE(numout,*) 'namcfg : configuration initialization through namelist read' 
     548         WRITE(numout,*) '~~~~~~ ' 
    549549         WRITE(numout,*) '   Namelist namcfg' 
    550550         WRITE(numout,*) '      configuration name                               cp_cfg  = ', TRIM(cp_cfg) 
Note: See TracChangeset for help on using the changeset viewer.