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 1857 for branches/DEV_r1837_mass_heat_salt_fluxes/NEMO/LIM_SRC_2/limrst_2.F90 – NEMO

Ignore:
Timestamp:
2010-05-03T13:59:46+02:00 (14 years ago)
Author:
gm
Message:

ticket:#665 Reverting previous commit and going back to revision 1850

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1837_mass_heat_salt_fluxes/NEMO/LIM_SRC_2/limrst_2.F90

    r1855 r1857  
    22   !!====================================================================== 
    33   !!                     ***  MODULE  limrst_2  *** 
    4    !! LIM-2 ice model : open/read/write the restart file 
     4   !! Ice restart :  write the ice restart file 
    55   !!====================================================================== 
    6    !! History :  2.0  ! 2001-04  (C. Ethe, G. Madec)  Original code 
    7    !!                 ! 2006-07  (S. Masson)  use IOM for restart read/write 
     6   !! History :  2.0  !  01-04  (C. Ethe, G. Madec)  Original code 
     7   !!                 !  06-07  (S. Masson)  use IOM for restart read/write 
    88   !!---------------------------------------------------------------------- 
    99#if defined key_lim2 
    1010   !!---------------------------------------------------------------------- 
    1111   !!   'key_lim2' :                                  LIM 2.0 sea-ice model 
     12   !!---------------------------------------------------------------------- 
    1213   !!---------------------------------------------------------------------- 
    1314   !!   lim_rst_opn_2   : open ice restart file 
     
    1920   USE sbc_oce 
    2021   USE sbc_ice 
     22 
    2123   USE in_out_manager 
    2224   USE iom 
     
    3335 
    3436   !!---------------------------------------------------------------------- 
    35    !! NEMO/LIM 3.3,  UCL-LOCEAN-IPSL (2010)  
     37   !!   LIM 2.0,  UCL-LOCEAN-IPSL (2006)  
    3638   !! $Id$ 
    3739   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     
    8284   END SUBROUTINE lim_rst_opn_2 
    8385 
    84  
    8586   SUBROUTINE lim_rst_write_2( kt ) 
    8687      !!---------------------------------------------------------------------- 
     
    9091      !!---------------------------------------------------------------------- 
    9192      INTEGER, INTENT(in) ::   kt   ! number of iteration 
    92       !! 
     93      ! 
    9394      INTEGER ::   iter   ! kt + nn_fsbc -1 
    9495      !!---------------------------------------------------------------------- 
     
    180181      ENDIF 
    181182 
    182       IF( jprstlib == jprstdimg ) THEN 
     183      IF ( jprstlib == jprstdimg ) THEN 
    183184        ! eventually read netcdf file (monobloc)  for restarting on different number of processors 
    184185        ! if {cn_icerst_in}.nc exists, then set jlibalt to jpnf90 
     
    187188      ENDIF 
    188189 
    189       CALL iom_open( cn_icerst_in, numrir, kiolib = jlibalt ) 
     190      CALL iom_open ( cn_icerst_in, numrir, kiolib = jlibalt ) 
    190191 
    191192      CALL iom_get( numrir, 'kt_ice' , ziter ) 
Note: See TracChangeset for help on using the changeset viewer.