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

Ignore:
Timestamp:
2017-09-01T15:49:35+02:00 (7 years ago)
Author:
clem
Message:

changes in style - part1 - (now the code looks better txs to Gurvan's comments)

File:
1 edited

Legend:

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

    r8424 r8486  
    3131 
    3232   !!---------------------------------------------------------------------- 
    33    !! NEMO/LIM3 4.0 , UCL - NEMO Consortium (2011) 
     33   !! NEMO/ICE 4.0 , NEMO Consortium (2017) 
    3434   !! $Id: icethd_sal.F90 8420 2017-08-08 12:18:46Z clem $ 
    3535   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     
    102102      !------------------------------------------------------------------------------| 
    103103      IF(  nn_icesal == 3  )   CALL ice_var_salprof1d 
    104  
    105104      ! 
    106105   END SUBROUTINE ice_thd_sal 
     
    119118      !!------------------------------------------------------------------- 
    120119      INTEGER  ::   ios                 ! Local integer output status for namelist read 
    121       NAMELIST/namicesal/ ln_limdS, nn_icesal, rn_icesal, rn_sal_gd, rn_time_gd,   & 
    122          &                rn_sal_fl, rn_time_fl, rn_simax, rn_simin  
     120      !! 
     121      NAMELIST/namicesal/ ln_limdS , nn_icesal , rn_icesal, rn_sal_gd, rn_time_gd,   & 
     122         &                rn_sal_fl, rn_time_fl, rn_simax , rn_simin  
    123123      !!------------------------------------------------------------------- 
    124124      ! 
     
    126126      READ  ( numnam_ice_ref, namicesal, IOSTAT = ios, ERR = 901) 
    127127901   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namicesal in reference namelist', lwp ) 
    128  
     128      ! 
    129129      REWIND( numnam_ice_cfg )              ! Namelist namicesal in configuration namelist : Ice salinity 
    130130      READ  ( numnam_ice_cfg, namicesal, IOSTAT = ios, ERR = 902 ) 
     
    154154   !!---------------------------------------------------------------------- 
    155155#endif 
     156 
    156157   !!====================================================================== 
    157158END MODULE icethd_sal 
Note: See TracChangeset for help on using the changeset viewer.