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

Ignore:
Timestamp:
2011-01-09T05:46:20+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: phasing of the DOC and trunk namelists

File:
1 edited

Legend:

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

    r2282 r2540  
    11!----------------------------------------------------------------------- 
    2 &namsbc_cpl    !   coupled ocean/atmosphere model                        ("key_coupled") 
     2&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled") 
    33!----------------------------------------------------------------------- 
    4                                        ! send 
    5 cn_snd_temperature= 'weighted oce and ice'  ! 'oce only' 'weighted oce and ice' 'mixed oce-ice' 
    6 cn_snd_albedo     = 'weighted ice'          ! 'none' 'weighted ice' 'mixed oce-ice' 
    7 cn_snd_thickness  = 'none'                  ! 'none' 'weighted ice and snow' 
    8 cn_snd_crt_nature = 'none'                  ! 'none' 'oce only' 'weighted oce and ice' 'mixed oce-ice' 
    9 cn_snd_crt_refere = 'spherical'             ! 'spherical' 'cartesian' 
    10 cn_snd_crt_orient = 'eastward-northward'    ! 'eastward-northward' or 'local grid' 
    11 cn_snd_crt_grid   = 'T'                     ! 'T' 
    12                                        ! receive 
    13 cn_rcv_w10m       = 'coupled'               ! 'none' 'coupled' 
    14 cn_rcv_tau_nature = 'oce only'              ! 'oce only' 'oce and ice' 'mixed oce-ice' 
    15 cn_rcv_tau_refere = 'cartesian'             ! 'spherical' 'cartesian' 
    16 cn_rcv_tau_orient = 'eastward-northward'    ! 'eastward-northward' or 'local grid' 
    17 cn_rcv_tau_grid   = 'U,V'                   ! 'T' 'U,V' 'U,V,F' 'U,V,I' 'T,F' 'T,I' 'T,U,V' 
    18 cn_rcv_dqnsdt     = 'coupled'               ! 'none' 'coupled' 
    19 cn_rcv_qsr        = 'oce and ice'           ! 'conservative' 'oce and ice' 'mixed oce-ice' 
    20 cn_rcv_qns        = 'oce and ice'           ! 'conservative' 'oce and ice' 'mixed oce-ice' 
    21 cn_rcv_emp        = 'conservative'          ! 'conservative' 'oce and ice' 'mixed oce-ice' 
    22 cn_rcv_rnf        = 'coupled'               ! 'coupled' 'climato' 'mixed' 
    23 cn_rcv_cal        = 'coupled'               ! 'none' 'coupled' 
     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       = 'none'                  !  'none' 'coupled' 
     14cn_rcv_taumod     = 'coupled'               !  'none' 'coupled' 
     15cn_rcv_tau_nature = 'oce only'              !  'oce only' 'oce and ice' 'mixed oce-ice' 
     16cn_rcv_tau_refere = 'cartesian'             !  'spherical' 'cartesian' 
     17cn_rcv_tau_orient = 'eastward-northward'    !  'eastward-northward' or 'local grid' 
     18cn_rcv_tau_grid   = 'U,V'                   !  'T' 'U,V' 'U,V,F' 'U,V,I' 'T,F' 'T,I' 'T,U,V' 
     19cn_rcv_dqnsdt     = 'coupled'               !  'none' 'coupled' 
     20cn_rcv_qsr        = 'oce and ice'           !  'conservative' 'oce and ice' 'mixed oce-ice' 
     21cn_rcv_qns        = 'oce and ice'           !  'conservative' 'oce and ice' 'mixed oce-ice' 
     22cn_rcv_emp        = 'conservative'          !  'conservative' 'oce and ice' 'mixed oce-ice' 
     23cn_rcv_rnf        = 'coupled'               !  'coupled' 'climato' 'mixed' 
     24cn_rcv_cal        = 'coupled'               !  'none' 'coupled' 
    2425/ 
Note: See TracChangeset for help on using the changeset viewer.