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 3954 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2013-07-03T16:20:05+02:00 (11 years ago)
Author:
clevy
Message:

Configuration setting/Step2, additions, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/step.F90

    r3901 r3954  
    8181# endif 
    8282#endif 
     83 
    8384                             indic = 0                ! reset to no error condition 
    8485      IF( kstp == nit000 )   CALL iom_init            ! iom_put initialization (must be done after nemo_init for AGRIF+XIOS+OASIS) 
     86 
    8587      IF( kstp /= nit000 )   CALL day( kstp )         ! Calendar (day was already called at nit000 in day_init) 
    8688                             CALL iom_setkt( kstp - nit000 + 1 )   ! say to iom that we are at time step kstp 
     
    9092      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    9193                         CALL sbc    ( kstp )         ! Sea Boundary Condition (including sea-ice) 
     94 
    9295      IF( lk_tide.AND.(kstp /= nit000 ))   CALL tide_init ( kstp ) 
    9396      IF( lk_tide    )   CALL sbc_tide( kstp ) 
Note: See TracChangeset for help on using the changeset viewer.