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 8769 for branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/NEMO/OPA_SRC/DOM – NEMO

Ignore:
Timestamp:
2017-11-21T16:31:59+01:00 (6 years ago)
Author:
flavoni
Message:

add control ISNAN function, and fix in domain.F90 output domain file name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r8568 r8769  
    592592      !                       ! ============================= ! 
    593593      !          
    594       clnam = 'domcfg_out'  ! filename (configuration information) 
     594      clnam = cn_domcfg_out  ! filename (configuration information) 
    595595      CALL iom_open( TRIM(clnam), inum, ldwrt = .TRUE., kiolib = jprstlib ) 
    596596       
Note: See TracChangeset for help on using the changeset viewer.