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 5282 for branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/LIM_SRC_3 – NEMO

Ignore:
Timestamp:
2015-05-18T17:19:50+02:00 (9 years ago)
Author:
diovino
Message:

Dev. branch CMCC4_simplification ticket #1456

Location:
branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/LIM_SRC_3
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/LIM_SRC_3/iceini.F90

    r4873 r5282  
    8282      CALL lim_thd_sal_init            ! set ice salinity parameters 
    8383      ! 
    84       rdt_ice   = nn_fsbc * rdttra(1)  ! sea-ice timestep 
     84      rdt_ice   = nn_fsbc * rdt        ! sea-ice timestep 
    8585      r1_rdtice = 1._wp / rdt_ice      ! sea-ice timestep inverse 
    8686      ! 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/LIM_SRC_3/limrst.F90

    r4990 r5282  
    7373            WRITE(numout,*) 
    7474            SELECT CASE ( jprstlib ) 
    75             CASE ( jprstdimg )   ;   WRITE(numout,*) '             open ice restart binary file: '//clname 
    7675            CASE DEFAULT         ;   WRITE(numout,*) '             open ice restart NetCDF file: '//clname 
    7776            END SELECT 
     
    326325      ENDIF 
    327326 
    328       IF ( jprstlib == jprstdimg ) THEN 
    329         ! eventually read netcdf file (monobloc)  for restarting on different number of processors 
    330         ! if {cn_icerst_in}.nc exists, then set jlibalt to jpnf90 
    331         INQUIRE( FILE = TRIM(cn_icerst_in)//'.nc', EXIST = llok ) 
    332         IF ( llok ) THEN ; jlibalt = jpnf90  ; ELSE ; jlibalt = jprstlib ; ENDIF 
    333       ENDIF 
    334  
    335327      CALL iom_open ( cn_icerst_in, numrir, kiolib = jprstlib ) 
    336328 
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/LIM_SRC_3/limwri.F90

    r4990 r5282  
    4242CONTAINS 
    4343 
    44 #if defined key_dimgout 
    45 # include "limwri_dimg.h90" 
    46 #else 
    4744 
    4845   SUBROUTINE lim_wri( kindic ) 
     
    280277       
    281278   END SUBROUTINE lim_wri 
    282 #endif 
    283279 
    284280  
Note: See TracChangeset for help on using the changeset viewer.