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 1225 for trunk/DOC/TexFiles/Namelist/namsbc_cpl – NEMO

Ignore:
Timestamp:
2008-11-26T17:01:21+01:00 (15 years ago)
Author:
gm
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/namsbc_cpl

    r994 r1225  
    11!----------------------------------------------------------------------- 
    2 &namsbc_cpl           coupled ocean/atmosphere model                     
     2&namsbc_cpl    !   coupled ocean/atmosphere model                        ("key_coupled") 
    33!----------------------------------------------------------------------- 
     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' 
    424/ 
Note: See TracChangeset for help on using the changeset viewer.