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 4957 for branches/2014/dev_MERGE_2014/NEMOGCM/NEMO/OPA_SRC/TRD/trdmxl.F90 – NEMO

Ignore:
Timestamp:
2014-12-02T15:21:47+01:00 (9 years ago)
Author:
acc
Message:

Branch dev_MERGE_2014. Style changes and implementation of ICB bugfix #1389.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_MERGE_2014/NEMOGCM/NEMO/OPA_SRC/TRD/trdmxl.F90

    r4946 r4957  
    764764      READ  ( numnam_cfg, namtrd_mxl, IOSTAT = ios, ERR = 902 ) 
    765765902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namtrd_mxl in configuration namelist', lwp ) 
    766       WRITE( numond, namtrd_mxl ) 
     766      IF(lwm) WRITE( numond, namtrd_mxl ) 
    767767      ! 
    768768      IF(lwp) THEN                      ! control print 
Note: See TracChangeset for help on using the changeset viewer.