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

Ignore:
Timestamp:
2017-08-08T16:18:04+02:00 (7 years ago)
Author:
clem
Message:

continue naming

File:
1 edited

Legend:

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

    r8422 r8424  
    1818   USE ice            ! LIM variables 
    1919   USE ice1D          ! LIM thermodynamics 
    20    USE limvar         ! LIM variables 
     20   USE icevar         ! LIM variables 
    2121   ! 
    2222   USE in_out_manager ! I/O manager 
     
    9494 
    9595         ! Salinity profile 
    96          CALL lim_var_salprof1d 
     96         CALL ice_var_salprof1d 
    9797         ! 
    9898      ENDIF  
     
    101101      !  3) vertical profile of salinity, constant in time                           | 
    102102      !------------------------------------------------------------------------------| 
    103       IF(  nn_icesal == 3  )   CALL lim_var_salprof1d 
     103      IF(  nn_icesal == 3  )   CALL ice_var_salprof1d 
    104104 
    105105      ! 
Note: See TracChangeset for help on using the changeset viewer.