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 8319 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/ice.F90 – NEMO

Ignore:
Timestamp:
2017-07-11T17:00:44+02:00 (7 years ago)
Author:
clem
Message:

STEP2 (4): remove obsolete features (change time step for the ice => remove numit, nstart, nlast, nitrun and create kt_ice which follows kt)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/ice.F90

    r8313 r8319  
    285285 
    286286   !                                     !!** some other parameters  
    287    INTEGER , PUBLIC ::   nstart           !: iteration number of the begining of the run  
    288    INTEGER , PUBLIC ::   nlast            !: iteration number of the end of the run  
    289    INTEGER , PUBLIC ::   nitrun           !: number of iteration 
    290    INTEGER , PUBLIC ::   numit            !: iteration number 
     287   INTEGER , PUBLIC ::   kt_ice           !: iteration number 
    291288   REAL(wp), PUBLIC ::   rdt_ice          !: ice time step 
    292289   REAL(wp), PUBLIC ::   r1_rdtice        !: = 1. / rdt_ice 
Note: See TracChangeset for help on using the changeset viewer.