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 2778 – NEMO

Changeset 2778


Ignore:
Timestamp:
2011-06-07T11:56:00+02:00 (13 years ago)
Author:
smasson
Message:

LIM3 compiling in v3_2_2, see ticket#817

Location:
tags/nemo_v3_2_2/NEMO/LIM_SRC_3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/nemo_v3_2_2/NEMO/LIM_SRC_3/ice.F90

    r1471 r2778  
    189189   !! * Share Module variables 
    190190   !!-------------------------------------------------------------------------- 
     191   INTEGER , PUBLIC ::   nstart    !: iteration number of the begining of the run  
     192   INTEGER , PUBLIC ::   nlast     !: iteration number of the end of the run  
     193   INTEGER , PUBLIC ::   nitrun    !: number of iteration 
     194   INTEGER , PUBLIC ::   numit     !: iteration number 
    191195   REAL(wp), PUBLIC ::   rdt_ice      !: ice time step 
    192196 
  • tags/nemo_v3_2_2/NEMO/LIM_SRC_3/limthd.F90

    r2477 r2778  
    3939   PRIVATE 
    4040 
    41    PUBLIC   lim_thd    ! called by lim_step 
     41   PUBLIC   lim_thd        ! called by lim_step 
     42   PUBLIC   lim_thd_init   ! called by iceini 
    4243 
    4344   REAL(wp) ::   epsi20 = 1e-20   ! constant values 
Note: See TracChangeset for help on using the changeset viewer.