- Timestamp:
- 2011-06-07T11:56:00+02:00 (12 years ago)
- 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 189 189 !! * Share Module variables 190 190 !!-------------------------------------------------------------------------- 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 191 195 REAL(wp), PUBLIC :: rdt_ice !: ice time step 192 196 -
tags/nemo_v3_2_2/NEMO/LIM_SRC_3/limthd.F90
r2477 r2778 39 39 PRIVATE 40 40 41 PUBLIC lim_thd ! called by lim_step 41 PUBLIC lim_thd ! called by lim_step 42 PUBLIC lim_thd_init ! called by iceini 42 43 43 44 REAL(wp) :: epsi20 = 1e-20 ! constant values
Note: See TracChangeset
for help on using the changeset viewer.