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.
namsbc_cpl in NEMO/releases/CMIP5_IPSL/DOC/TexFiles/Namelist – NEMO

source: NEMO/releases/CMIP5_IPSL/DOC/TexFiles/Namelist/namsbc_cpl @ 11998

Last change on this file since 11998 was 1225, checked in by gm, 15 years ago

phase the namelist with NEMO v3 + update the references & figures see ticket #284

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_cpl    !   coupled ocean/atmosphere model                        ("key_coupled")
3!-----------------------------------------------------------------------
4! SEND
5cn_snd_temperature= 'weighted oce and ice'  ! 'oce only' 'weighted oce and ice' 'mixed oce-ice'
6cn_snd_albedo     = 'weighted ice'          ! 'none' 'weighted ice' 'mixed oce-ice'
7cn_snd_thickness  = 'none'                  ! 'none' 'weighted ice and snow'
8cn_snd_crt_nature = 'none'                  ! 'none' 'oce only' 'weighted oce and ice' 'mixed oce-ice'
9cn_snd_crt_refere = 'spherical'             ! 'spherical' 'cartesian'
10cn_snd_crt_orient = 'eastward-northward'    ! 'eastward-northward' or 'local grid'
11cn_snd_crt_grid   = 'T'                     ! 'T'
12! RECEIVE
13cn_rcv_w10m       = 'coupled'               ! 'none' 'coupled'
14cn_rcv_tau_nature = 'oce only'              ! 'oce only' 'oce and ice' 'mixed oce-ice'
15cn_rcv_tau_refere = 'cartesian'             ! 'spherical' 'cartesian'
16cn_rcv_tau_orient = 'eastward-northward'    ! 'eastward-northward' or 'local grid'
17cn_rcv_tau_grid   = 'U,V'                   ! 'T' 'U,V' 'U,V,F' 'U,V,I' 'T,F' 'T,I' 'T,U,V'
18cn_rcv_dqnsdt     = 'coupled'               ! 'none' 'coupled'
19cn_rcv_qsr        = 'oce and ice'           ! 'conservative' 'oce and ice' 'mixed oce-ice'
20cn_rcv_qns        = 'oce and ice'           ! 'conservative' 'oce and ice' 'mixed oce-ice'
21cn_rcv_emp        = 'conservative'          ! 'conservative' 'oce and ice' 'mixed oce-ice'
22cn_rcv_rnf        = 'coupled'               ! 'coupled' 'climato' 'mixed'
23cn_rcv_cal        = 'coupled'               ! 'none' 'coupled'
24/
Note: See TracBrowser for help on using the repository browser.