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 4953 for branches/2014 – NEMO

Changeset 4953 for branches/2014


Ignore:
Timestamp:
2014-12-02T12:13:44+01:00 (9 years ago)
Author:
cbricaud
Message:

add missing (IF lwm)

Location:
branches/2014/dev_MERGE_2014/NEMOGCM/NEMO/OPA_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_MERGE_2014/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_core.F90

    r4946 r4953  
    159159902      IF( ios /= 0 ) CALL ctl_nam ( ios , 'namsbc_core in configuration namelist', lwp ) 
    160160 
    161          WRITE ( numond, namsbc_core ) 
     161         IF(lwm)WRITE ( numond, namsbc_core ) 
    162162         !                                         ! check: do we plan to use ln_dm2dc with non-daily forcing? 
    163163         IF( ln_dm2dc .AND. sn_qsr%nfreqh /= 24 )   & 
  • branches/2014/dev_MERGE_2014/NEMOGCM/NEMO/OPA_SRC/ZDF/zdftmx.F90

    r4726 r4953  
    388388      READ  ( numnam_cfg, namzdf_tmx, IOSTAT = ios, ERR = 902 ) 
    389389902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namzdf_tmx in configuration namelist', lwp ) 
    390       WRITE ( numond, namzdf_tmx ) 
     390      IF(lwm)WRITE ( numond, namzdf_tmx ) 
    391391 
    392392      IF(lwp) THEN                   ! Control print 
Note: See TracChangeset for help on using the changeset viewer.