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 10457 for NEMO/trunk/src/OFF – NEMO

Changeset 10457 for NEMO/trunk/src/OFF


Ignore:
Timestamp:
2019-01-07T12:19:17+01:00 (5 years ago)
Author:
mathiot
Message:

add ctl_opn for numnul in OFF/nemogcm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OFF/nemogcm.F90

    r10425 r10457  
    253253         ! 
    254254      ENDIF 
     255      ! open /dev/null file to be able to supress output write easily 
     256      CALL ctl_opn( numnul, '/dev/null', 'REPLACE', 'FORMATTED', 'SEQUENTIAL', -1, 6, .FALSE. ) 
     257      ! 
    255258      !                                      ! Domain decomposition 
    256259      CALL mpp_init                          ! MPP 
Note: See TracChangeset for help on using the changeset viewer.