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 3266 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM – NEMO

Ignore:
Timestamp:
2012-01-17T16:21:48+01:00 (12 years ago)
Author:
cetlod
Message:

Initialization of error status values in dtatsd, see ticket #906

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/DOM/dtatsd.F90

    r3186 r3266  
    6565      ! 
    6666      IF( nn_timing == 1 )  CALL timing_start('dta_tsd_init') 
     67      ! 
     68      !  Initialisation 
     69      ierr0 = 0  ;  ierr1 = 0  ;  ierr2 = 0  ;  ierr3 = 0 
    6770      ! 
    6871      !                             ! set default namelist values  
Note: See TracChangeset for help on using the changeset viewer.