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 4950 – NEMO

Changeset 4950


Ignore:
Timestamp:
2014-12-02T11:39:17+01:00 (9 years ago)
Author:
cetlod
Message:

2014/dev_MERGE_2014 : add missing (IF lwm) before writing on numond

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_MERGE_2014/NEMOGCM/NEMO/OPA_SRC/TRA/eosbn2.F90

    r4946 r4950  
    11691169      READ  ( numnam_cfg, nameos, IOSTAT = ios, ERR = 902 ) 
    11701170902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'nameos in configuration namelist', lwp ) 
    1171       WRITE( numond, nameos ) 
     1171      IF(lwm) WRITE( numond, nameos ) 
    11721172      ! 
    11731173      rau0        = 1026._wp                 !: volumic mass of reference     [kg/m3] 
Note: See TracChangeset for help on using the changeset viewer.