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 7596 for branches/2016/v3_6_CMIP6_ice_diagnostics/NEMOGCM/NEMO/LIM_SRC_3/limthd.F90 – NEMO

Ignore:
Timestamp:
2017-01-20T18:50:18+01:00 (7 years ago)
Author:
clem
Message:

change namelist parameters names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/v3_6_CMIP6_ice_diagnostics/NEMOGCM/NEMO/LIM_SRC_3/limthd.F90

    r7537 r7596  
    645645      NAMELIST/namicethd/ rn_hnewice, ln_frazil, rn_maxfrazb, rn_vfrazb, rn_Cfrazb,                       & 
    646646         &                rn_himin, rn_betas, rn_kappa_i, nn_conv_dif, rn_terr_dif, nn_ice_thcon,         & 
    647          &                rn_rcdsn, nn_monocat, ln_it_qnsice 
     647         &                rn_cdsn, nn_monocat, ln_it_qnsice 
    648648      !!------------------------------------------------------------------- 
    649649      ! 
     
    684684         WRITE(numout,*)'      maximal err. on T for heat diffusion computation        rn_terr_dif  = ', rn_terr_dif 
    685685         WRITE(numout,*)'      switch for comp. of thermal conductivity in the ice     nn_ice_thcon = ', nn_ice_thcon 
    686          WRITE(numout,*)'      thermal conductivity of the snow                        rn_rcdsn     = ', rn_rcdsn 
     686         WRITE(numout,*)'      thermal conductivity of the snow                        rn_cdsn      = ', rn_cdsn 
    687687         WRITE(numout,*)'      check heat conservation in the ice/snow                 con_i        = ', con_i 
    688688         WRITE(numout,*)'      virtual ITD mono-category parameterizations (1) or not  nn_monocat   = ', nn_monocat 
Note: See TracChangeset for help on using the changeset viewer.