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

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

changing names

File:
1 edited

Legend:

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

    r8414 r8420  
    2626   USE sbc_ice , ONLY : qsr_oce, qns_oce, qemp_oce, qsr_ice, qns_ice, dqns_ice, evap_ice, qprec_ice, qevap_ice, & 
    2727      &                 fr1_i0, fr2_i0, nn_limflx 
    28    USE thd_ice        ! thermodynamic sea-ice variables 
     28   USE ice1D          ! thermodynamic sea-ice variables 
    2929   USE limthd_dif     ! vertical diffusion 
    3030   USE limthd_dh      ! ice-snow growth and melt 
     
    3434   USE limthd_lac     ! lateral accretion 
    3535   USE limitd_th      ! remapping thickness distribution 
    36    USE limtab         ! 1D <==> 2D transformation 
     36   USE icetab         ! 1D <==> 2D transformation 
    3737   USE limvar         ! 
    3838   USE icecons        ! conservation tests 
Note: See TracChangeset for help on using the changeset viewer.