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 5239 for branches/UKMO/dev_r5021_nn_etau_revision/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfmxl.F90 – NEMO

Ignore:
Timestamp:
2015-04-29T10:35:19+02:00 (9 years ago)
Author:
davestorkey
Message:

Commit changes to UKMO nn_etau revision branch (including clearing
SVN keywords).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5021_nn_etau_revision/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfmxl.F90

    • Property svn:keywords deleted
    r4990 r5239  
    4040   !!---------------------------------------------------------------------- 
    4141   !! NEMO/OPA 4.0 , NEMO Consortium (2011) 
    42    !! $Id$  
     42   !! $Id$ 
    4343   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    4444   !!---------------------------------------------------------------------- 
     
    8989      CALL wrk_alloc( jpi,jpj, imld ) 
    9090 
    91       IF( kt == nit000 ) THEN 
     91      IF( kt <= nit000 ) THEN 
    9292         IF(lwp) WRITE(numout,*) 
    9393         IF(lwp) WRITE(numout,*) 'zdf_mxl : mixed layer depth' 
     
    133133      END DO 
    134134      IF( .NOT.lk_offline ) THEN            ! no need to output in offline mode 
     135      IF( kt >= nit000 ) THEN               ! workaround for calls before SOMETHING reads the XIOS namelist 
    135136         CALL iom_put( "mldr10_1", hmlp )   ! mixed layer depth 
    136137         CALL iom_put( "mldkz5"  , hmld )   ! turbocline depth 
     138      ENDIF 
    137139      ENDIF 
    138140       
Note: See TracChangeset for help on using the changeset viewer.