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 12178 for NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/src/OCE/C1D/step_c1d.F90 – NEMO

Ignore:
Timestamp:
2019-12-11T12:02:38+01:00 (4 years ago)
Author:
agn
Message:

updated trunk to v 11653

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/src/OCE/C1D/step_c1d.F90

    r11142 r12178  
    5858 
    5959                             indic = 0                ! reset to no error condition 
    60                              IF( kstp == nit000 )   THEN 
    61                                 CALL iom_init( "nemo")   ! iom_put initialization (must be done after nemo_init for AGRIF+XIOS+OASIS) 
    62                                 CALL dia_hth_init    ! extra ML depth diagnostics, thermocline depths 
    63                              END IF 
     60      IF( kstp == nit000 )   CALL iom_init( "nemo")   ! iom_put initialization (must be done after nemo_init for AGRIF+XIOS+OASIS) 
    6461      IF( kstp /= nit000 )   CALL day( kstp )         ! Calendar (day was already called at nit000 in day_init) 
    6562                             CALL iom_setkt( kstp - nit000 + 1, "nemo" )   ! say to iom that we are at time step kstp 
     
    8986      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    9087                         CALL dia_wri( kstp )       ! ocean model: outputs 
    91       IF( ll_diahth  )   CALL dia_hth( kstp )       ! Thermocline depth (20°C) 
     88      IF( lk_diahth  )   CALL dia_hth( kstp )       ! Thermocline depth (20°C) 
    9289 
    9390 
Note: See TracChangeset for help on using the changeset viewer.