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 9657 for NEMO/trunk/cfgs/SPITZ12 – NEMO

Ignore:
Timestamp:
2018-05-28T12:19:58+02:00 (6 years ago)
Author:
clem
Message:

change nn_ice_lim and cn_ice_lim to nn_ice and cn_ice for BDY

Location:
NEMO/trunk/cfgs/SPITZ12
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SPITZ12/EXP00/namelist_cfg

    r9560 r9657  
    187187   nn_tra_dta    =  1         !  = 0, bdy data are equal to the initial state 
    188188   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    189    cn_ice_lim    =  'frs'     ! 
    190    nn_ice_lim_dta=  1         !  = 0, bdy data are equal to the initial state 
     189   cn_ice        =  'frs'     ! 
     190   nn_ice_dta    =  1         !  = 0, bdy data are equal to the initial state 
    191191   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    192192   rn_ice_tem    = 267.       !  lim3 only: arbitrary temperature of incoming sea ice 
  • NEMO/trunk/cfgs/SPITZ12/EXP00/namelist_ice_cfg

    r9552 r9657  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! ESIM configuration namelist: Overwrites SHARED/namelist_ice_lim3_ref 
     2!! SI3 configuration namelist: Overwrites SHARED/namelist_ice_ref 
    33!!              1 - Generic parameters                 (nampar) 
    44!!              2 - Ice thickness discretization       (namitd) 
  • NEMO/trunk/cfgs/SPITZ12/MY_SRC/sbcblk.F90

    r9598 r9657  
    692692#if defined key_si3 
    693693   !!---------------------------------------------------------------------- 
    694    !!   'key_si3'                                       ESIM sea-ice model 
     694   !!   'key_si3'                                         SI3 sea-ice model 
    695695   !!---------------------------------------------------------------------- 
    696696   !!   blk_ice_tau : provide the air-ice stress 
Note: See TracChangeset for help on using the changeset viewer.