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/dev_MERGE_2014/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_core.F90 – NEMO

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

add missing (IF lwm)

File:
1 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 )   & 
Note: See TracChangeset for help on using the changeset viewer.